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
selectnav.js is a handy jquery tool used for transforming a <ul> list into a select menu. Generally for a resonsive mobile friendly view. Available here: https://github.com/lukaszfiszer/selectnav.js/ By default it has an empty title which can be a little confusing for users. To give the menu a title do the following… Find the following code in your […]
https://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.png00ctn-adminhttps://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.pngctn-admin2014-08-28 19:09:092014-09-09 09:59:53selectnav.js – how to set default title
By default you are only allowed to upload image based files into the WYSIWYG editor built into Magento. If you need the ability to upload PDF files here is how. Navigate to: app/code/core/Mage/Cms/etc/config.xmlAround line 110 onwards you will see: <allowed> <jpg>1</jpg> <jpeg>1</jpeg> <png>1</png> <gif>1</gif> </allowed> Add in the line: <pdf>1</pdf> where needed and upload your […]
https://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.png00ctn-adminhttps://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.pngctn-admin2014-03-07 19:46:342014-09-09 09:59:41Enable PDF uploads in Magento
If your like me and prefer to download a file and manually upload it with ftp this will show you how. Find your required extension on Magento Connect. Click the “Get Now” button, then the “Get Extension Key” button. Copy this extension key. Go to http://freegento.com/ddl-magento-extension.php and paste in the extension key. Download the compressed folder […]
This is one of the more frustrating problems I have encountered with Magento. It generally occurs after working with 3rd party plugins. It will lock you out of the both the front-end and back-end of your website. The solution, the only one as far as I know, is to login via FTP to the […]
If you are using any of the newer versions of WordPress you may miss having the functionality to let you turn of the admin bar that hovers on the top once you are logged in. I personally prefer this off as it tends to throw off the look of your design as you are working […]
https://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.png00ctn-adminhttps://www.codingthenet.com/wp-content/uploads/2015/07/ctn-logo.pngctn-admin2014-01-27 17:49:372014-01-27 17:50:28Remove wordpress admin bar in versions 3.0 +
selectnav.js – how to set default title
/in JavaScript, Wordpressselectnav.js is a handy jquery tool used for transforming a <ul> list into a select menu. Generally for a resonsive mobile friendly view. Available here: https://github.com/lukaszfiszer/selectnav.js/ By default it has an empty title which can be a little confusing for users. To give the menu a title do the following… Find the following code in your […]
Enable PDF uploads in Magento
/in MagentoBy default you are only allowed to upload image based files into the WYSIWYG editor built into Magento. If you need the ability to upload PDF files here is how. Navigate to: app/code/core/Mage/Cms/etc/config.xmlAround line 110 onwards you will see: <allowed> <jpg>1</jpg> <jpeg>1</jpeg> <png>1</png> <gif>1</gif> </allowed> Add in the line: <pdf>1</pdf> where needed and upload your […]
Download Magento extensions directly.
/in MagentoIf your like me and prefer to download a file and manually upload it with ftp this will show you how. Find your required extension on Magento Connect. Click the “Get Now” button, then the “Get Extension Key” button. Copy this extension key. Go to http://freegento.com/ddl-magento-extension.php and paste in the extension key. Download the compressed folder […]
ERORR 503: Service Unavailable. Magento fix.
/in MagentoThis is one of the more frustrating problems I have encountered with Magento. It generally occurs after working with 3rd party plugins. It will lock you out of the both the front-end and back-end of your website. The solution, the only one as far as I know, is to login via FTP to the […]
Remove wordpress admin bar in versions 3.0 +
/in WordpressIf you are using any of the newer versions of WordPress you may miss having the functionality to let you turn of the admin bar that hovers on the top once you are logged in. I personally prefer this off as it tends to throw off the look of your design as you are working […]