Tagged: Bugs
-
3.1.1 – Menu header disappears with sizeViewing 14 posts - 1 through 14 (of 14 total)
-
August 23, 2016 at 10:39 pm #9831
@bassam, @bishoy-melek, I’m separating this one and this one is super urgent.
Between 1200px and 980px my entire header disappears. It re-appears in the short form at 979px and in the long form at 1201px screen width.
August 23, 2016 at 10:40 pm #9832This reply has been marked as private.August 24, 2016 at 6:23 pm #9836@bishoy-melek, @bassam any updates?
August 24, 2016 at 6:59 pm #9837Hello,
We have solved the issue and it will be in the next version of CF . But for now you can fix the issue by modifying functions.php in your copy of CF by replacing line 1606 :
'burgerMenu' => cr_get_option( 'trigger_burger_menu', '1' )
with this line :
'burgerMenu' => cr_get_option( 'trigger_burger_menu', '0' )
Please don’t hesitate to contact me for any other help,
My Regards,August 24, 2016 at 7:19 pm #9838@bishoy-melek, no this fix does not fix the problem.
August 24, 2016 at 7:28 pm #9839This really is urgent, as it affects not only user experience but also how GoogleBot sees the page.
August 24, 2016 at 10:22 pm #9865Sorry for the error,
Issue fixed at your site now, i’m going to release it with the next update tomorrow
Best Regards
August 24, 2016 at 10:22 pm #9866What was it? Thanks!
August 24, 2016 at 10:25 pm #9869They typed a glitch while sending you a hot fix,
They sent you this code
'burgerMenu' => cr_get_option( 'trigger_burger_menu', '0' )
while it should be
'burgerMenu' => cr_get_option( 'trigger_burger_menu', false )
because ‘0’ is still a string which is equal true and not false
August 24, 2016 at 10:26 pm #9871i modified it inside your child theme functions.php so now you are fine
Thanks
August 24, 2016 at 10:26 pm #9872Got it, thanks!
August 29, 2016 at 3:18 pm #9934Hello,
The issue has been fixed in our latest version 3.1.2 which has just been released.
My Regards,
August 29, 2016 at 5:52 pm #9958I confirm 3.1.2 fixes the problem after I rolled back the hotfix in child theme, thanks a lot. Closed.
-
The topic ‘3.1.1 – Menu header disappears with size’ is closed to new replies.