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: […]
Press Customizr blog
Customizr theme v3.2.2 released New version of the theme to download here : ↓ Download Customizr v3.2.2
Updated : New version of the theme to download here : ↓ Download Customizr v3.2.2 Hi, A bug has been identified in the Customizr 3.2.1 version. The menu won’t stay open on mobile devices finger tap actions. It’s opening and closing. Here’s a simple patch to fix it : 1) […]
Developers : in Customizr v3.2.1, the hooks API now includes 365 hooks to extend the theme! Check them out here.
With v3.2.1, designing a website with the Customizr theme has never been so enjoyable, and there’s much more to come! Developers : check the changes and some good news! ↓ Download the .zip file Try it live in the demo → Customizer improvements Since its very inception back in may 2013, the […]
Updated August 2015: Added an option to automatically loop youtube videos (default true) and code updated to work with Customizr-Pro 1.2+ and Customizr 3.4+ Updated April 2015: Added an option to prevent the related videos showing (youtube). Updated March 2015: Added unmute on hover. This snippet works also with Customizr-Pro […]
Optimizing the page load of a WordPress website is not an easy task. The first think you need to do is to monitor your page load indicators. I usually test my websites with 4 well known online tools : Webpagetest.org Pingdom tools GTMetrix Google Insight Results Results on […]
In this simple example, I ‘ll show you how to widgetized the home page of the Customizr theme by placing a widget area above the featured pages. In the following snippet, the widget area is added before the featured pages of the home page with the action hook named ‘__before_fp’. […]
Customizr WordPress theme v3.1.24 is live https://wordpress.org/themes/customizr Changelog : = 3.1.24 Septembre 21st 2014 = * fixed : (php, class-fire-init.php#393 ) check if defined( ‘WPLANG’). WPLANG has to be defined in wp-config.php, but it might not be defined sometimes. * fixed : (php, class-content-slider.php) the slider loader block has been […]
WordPress offers built-in functions to display the previous and next post link. next_post_link( $format, $link, $in_same_term = false, $excluded_terms = ”, $taxonomy = ‘category’ ); previous_post_link( $format, $link, $in_same_term = false, $excluded_terms = ”, $taxonomy = ‘category’ ); As you can see there’s a boolean parameter named ‘in_same_term’. This […]
Following a request on the user forum, just a quick note to state that the Customizr WordPress theme (v3.1.23) is fully compatible with the last version of Woocommerce : WooCommerce v2.2.2. Check the Woocommerce demo with Customizr.
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 […]