WordPress offers the possibility to have comments in pages. But in most cases, comments shall rather be used on posts and you might want to deactivate them in pages. Disabling comments in all pages In your WordPress admin, navigate to the pages screen : Pages > All Pages. Click the checkbox […]
code snippets
Before the v3.2.3 release, here’s a quick fix for the left sidebar bug and the sidebar menu issue. Paste the following code in Appearance > Customize > Advanced Options > Custom CSS : @media (max-width: 1200px) { li.on .sub-menu:before, li.current-menu-parent .sub-menu:before { content:none } .sub-menu { margin-left: inherit; top: inherit; position: […]
Warning: call_user_func_array() expects parameter 1 to be a valid callback This is a recurring error when dealing with actions/filter in WordPress. The full warning message is actually : Warning: call_user_func_array() expects parameter 1 to be a valid callback array must have exactly two members in…/wp-includes/plugin.php on line 214 In my […]
The Customizr Hooks API is now documented More than 300 hooks available for developers! Bookmark it here!
Hi, If you are using WooCommerce, you might have an issue after updating Customizr theme with v3.1.9 : products page dissapearing or displays issues in your single product page if you have one or two sidebars. This issue can be fixed by installing the next and safe version available here […]
Following last month (Oct. 2013) creation of the code snippets section with Dave, Andrei and Electricfeet, I am please to welcome Tomaja in the snippet authoring team. Tomja defines himself like : Enjoys in creating, customizing and managing websites, especially created with Wordpress and great Customizr theme. He also likes […]