Tagged: Mobile Menu not working
Hi, I just updated to the latest Enfold but now one menu item on mobile only wont open. All work fine apart form “SERVICES” which should have a dropdown with three links but is not displaying anything or clickable, its just dead?
This worked fine before the update. Not even clicking the main link of “services” does anything, it should take you to the page
Site link: http://fullrotation.com
Problem is on mobiles only
Many thanks
Hey David,
It appears the link added to services is a hash tag.
Please check if the links are valid for services menu in Appearance > Menu
If you have any issue please get back to us with admin login details so we can take a look at it.
Best regards,
Vinay
Check out this thread…
HI Vinay thanks for finding that , and I easily fixed it. What is confusing is it wasn’t set to # before the update, it was all working fine?
Thanks again
Hi David,
We’re glad that Vinay was able to point you in the right direction. Do you need further help with this topic?
Best regards,
Sarah
I recently noticed that my mobile menu is not working correctly. While it shows up correctly it does not expand on menu links that have drop down items.
lifepointohio.com
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.html_av-submenu-hidden #av-burger-menu-ul li:hover ul {
display: block !important;
}
}
Hope this helps :)
Best regards,
Nikko