Tagged: bug, fix, Fullwidth sub menu, mobile, smartphone
Hello,
if i use a Fullwidth Sub Menu on mobile smartphone i can click the mobile_menu_toggle but i redirected to the top of the page. (Like href=”#”)
In the Console there is no error and i dont know why it doesnt work.
Maybe it is a general bug and you could fix this.
We’re using enfold 3.1.5.
Thanks in Advance!
Hi christmann_info!
It seems like your site is offline, I checked on http://www.downforeveryoneorjustme.com/
Regards,
Rikard
Hi!
Look for this code:
$(".av-sticky-submenu").each(function()
Try to replace it with:
$(".av-submenu-container").each(function()
Remove browser cache then reload the page. Let us know if it is working.
Best regards,
Ismael
Thank you very much. It works really great :)