Hello,
I updated my theme this morning and my main menu items are no longer appearing. Help!
Hey simplersite,
You have the mobile menu active, if you don’t want that then you can change the behaviour under Enfold->Main Menu.
Best regards,
Rikard
Hi Rikard,
Thanks in advance for the help. To clarify, I had switched to the hamburger style menu only as a workaround in the meantime until we were able to solve the problem. What I want is for the desktop version to have a horizontal cross-page menu (no hamburger) and tablets and mobile to have a hamburger menu.
I added the following additional CSS to force the hamburger menu on desktop while we find a solution (when I remove this my menu entirely disappears):
@media only screen and (max-width: 3200px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Hi,
You have some custom CSS and caching issue which could be affecting.
Please remove all the custom CSS code and deactivate all plugins.
For testing, purpose activate the main enfold theme and see if the main menu appears.
We look forward to hearing your test result.
Best regards,
Vinay