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) download the plugin .zip file here ↓ Download the patch for v3.2.1 ,
2) Upload it like any regular plugin and activate it.
If you are familiar with php, you can paste this code into your functions.php file :
add_action('wp_footer' , 'fix_menu_bug_3_2_1'); function fix_menu_bug_3_2_1() { if ( ! wp_is_mobile() ) return; ?> <script id="fix-menu-bug-3-2-1" type="text/javascript"> jQuery( function($) { $(document).off('touchstart.collapse.data-api' , "**");}) </script> <?php }
A new and clean version of the theme will be available soon.
Thanks
9 thoughts on “Customizr theme v3.2.1 : fixing the menu issue/bug on responsive mode”
Hi, I have an issue with responsive on the main page content, it doesn’t moves to responsive so it looks all cramped. But it’s the only page where this happens. Could you help me please?
Nicholas
I have a problem with the menu not working on version 3.5.5 can you help
Hi, can you report the problem in the Customizr theme forum ?
Please include your system info from appearance > themes > About Customizr in your topic.
Thanks
I have the Customizr Versión: 3.4.21 installed but issue with mobile menu continue. I tried the patch but didn´t fix the problem.
I got same problem, nothing fixed after patching plug-in installed.
I tried to use other versions of your amazing template, but issue with mobile menu wont solve. I turned all plugins off and still this didnt help me. I added your fix, added code piece to functions.php file and still nothing helped. Please help me to resolve this problem.
Hi !
We handle support request preferably in the Customizr support forum so that it benefits to more users !
Please report this issue in the theme forum and you’ll get help !
Best regards,
Nicolas
I am unable to get the logo to display on my site. It shows the title but does not show the logo
Hi Dennis,
This issue has already been reported in the Customizr support forum, can you please follow up in the open thread(s)?
Thanks,
Nicolas.