by Jumping Giraffe | 25 Apr, 2014 | Blog, Fixes
The .htaccess file on your web server holds server based commands, for example you may wish to redirect one page on your website to another, this is where you would add that command. This post however is not about what the .htaccess file can do but what you can...
by Jumping Giraffe | 22 Mar, 2014 | Fixes
There maybe times when you need to run another PHP script from within a PHP script. I think we need an example: We have a PHP script that runs every day which we will call: dailyscript.php In this script we would like to make sure a friend gets an email to let them...
by Jumping Giraffe | 17 Feb, 2014 | Fixes, WordPress
The problem we are describing here is this, if you click on your domain with the category as the suffix it redirects you to your 404 page. For example our blog page would be: http://Jumping-Giraffe.co.uk/Blog/ It should show the list of posts which are assigned to the...
by Jumping Giraffe | 17 Feb, 2014 | Fixes, Volusion
Volusion has an option to allow you to export the data from their database into a XML file. For this example I will explain how to create a Generic Orders xml file. This will hold the data which is in the orders section of the system, however you can do this for any...
by Jumping Giraffe | 17 Feb, 2014 | Fixes, Volusion
Volusion is a popular e-commerce software to allow website to sell products online. If you are using Volusion’s API you will need a user account to use in the URL, if you use a normal account the password would need to be reset every 90 days. This is the...
by Jumping Giraffe | 17 Feb, 2014 | Fixes
We came across a ‘bug’ within WordPress recently that when creating a child theme of the theme “Twenty Thirteen” the drop-down selector within the Page edit screen (in dashboard) was not displayed. After a bit of playing about we managed to get...