Hey ENFOLD Team,
how to ” activate the Header Burger/Mobile Menuover 990px for big navigations”?
I have an OLD CODE, that´s no longer working in ENFOLD 4.1.2:
/*Header Mobile Menu activation over 990px for big navigations*/
@media only screen and (max-width: 1080px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
What do I have to change?
Hey dillionline,
can you show us our web site, where you have added that?
Best regards,
Basilis
Hey,
see private content. When you resize the brwoser window, you can see that the main nav is disappearing and no mobil nav is appearing. Thats the Bug/Problem since ENFOLD 4.1.2
Hi,
Please try updating to v4.2 and remove all of your past code for the menu issue. it is no longer needed.
Best regards,
Mike
Hi,
System ist updated (WP 4.8.3, ENFOLD 4.2).
See Screenshot: http://www.martin-dillschneider.de/projekte/enfold_990px_mobile_menu_error.jpg
I need to set another breakpoint for the big navigation. How can I do this with the new mobile menu in ENFOLD 4.2?
Hi,
I think you provided the wrong url to the site. The screenshot is different from the actual website above.
Best regards,
Ismael
Hey,
the first Site is fixed.
On this site I still have the problem:
Screenshot:
http://www.martin-dillschneider.de/projekte/enfold_990px_mobile_menu_error.jpg
Hi,
Do you have this setting: Enfold Theme Options > Main Menu > Menu Items for mobile > Activate for Smartphones and Tablets (browser width below 990px)
We can change the burger menu to activate at 1024px with this code:
@media only screen and (max-width: 1024px) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
Best regards,
Mike
That´s all I need. Perfect. Thank You!
Closed.