Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_wp_footnotes_kses_init' not found or invalid function name in /var/www/vhosts/223/1111104/webspace/httpdocs/codingthenet.com/wp-includes/class-wp-hook.php on line 307
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '_wp_footnotes_kses_init' not found or invalid function name in /var/www/vhosts/223/1111104/webspace/httpdocs/codingthenet.com/wp-includes/class-wp-hook.php on line 307 Home - Coding The Net
If you edit the secure/unsecure base url for you Magento based site you may find yourself locked out of both the frontend and admin sections of the site. To solve this problem take the following steps: Log in to your database using phpMyadmin or similar. Find the table labelled core_config_data Edit the rows entitled web/unsecure/base_url and web/secure/base_url […]
To set a start and end time for a youtube video, we use a url in the format: https://www.youtube.com/v/VIDEOID?start=0&end=10&version=3 Where, VIDEOID is your video ID (obviously) and your start and end time are in seconds. * You can use either the https://youtube.googleapis.com or http://www.youtube.com url * If the version=3 parameter is omitted, the video starts at the correct place but runs […]
https://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.png00ctn-adminhttps://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.pngctn-admin2013-11-07 20:07:562013-11-07 20:07:56How to set start and end markers for youtube video
If you need to clear the cached images for whatever reason, such as slow image loading, outdated image caches or importing new database you need to do the following: Using FTP navigate to /image/cache/data/ Delete all files within that data/ folder. On viewing any page within your site now these cached images will be recreated […]
https://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.png00ctn-adminhttps://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.pngctn-admin2013-10-30 16:47:362013-10-30 16:53:07How to clear image cache in opencart
If you are using the standard built in search function in Magento you may notice that you are getting a large amount of responses to any search. The way the default search works is like this… If you search for “Red Jumper”, you will get results for every product with either “Red” or “Jumper” in […]
Fix Magento Redirect Loop problem
/in MagentoIf you edit the secure/unsecure base url for you Magento based site you may find yourself locked out of both the frontend and admin sections of the site. To solve this problem take the following steps: Log in to your database using phpMyadmin or similar. Find the table labelled core_config_data Edit the rows entitled web/unsecure/base_url and web/secure/base_url […]
How to set start and end markers for youtube video
/in YoutubeTo set a start and end time for a youtube video, we use a url in the format: https://www.youtube.com/v/VIDEOID?start=0&end=10&version=3 Where, VIDEOID is your video ID (obviously) and your start and end time are in seconds. * You can use either the https://youtube.googleapis.com or http://www.youtube.com url * If the version=3 parameter is omitted, the video starts at the correct place but runs […]
PHP/SQL OOP Register & Login System
/in MySQL, PHP, TutorialsHow to clear image cache in opencart
/in OpencartIf you need to clear the cached images for whatever reason, such as slow image loading, outdated image caches or importing new database you need to do the following: Using FTP navigate to /image/cache/data/ Delete all files within that data/ folder. On viewing any page within your site now these cached images will be recreated […]
How to improve Magento v1.7 search results
/in MagentoIf you are using the standard built in search function in Magento you may notice that you are getting a large amount of responses to any search. The way the default search works is like this… If you search for “Red Jumper”, you will get results for every product with either “Red” or “Jumper” in […]