Close mobile Menu on Anchor Link
-
Hi all,
I would like to use a scroll link (anchor link, lets say href="#footer") in the menu. This works great in desktop, but in mobile the mobile menu does not close, as it is a custom menu item, not a page menu item.
Is there a solution to this? Can anyone give me pointers on the menu API, so I intercept the click on that menu item and close the menu?
Thanks!
-
I have come up with this relatively hacky way to close the mobile menu, if a link is clicked that has a hash for #footer. this is in the header html section, that can be added through the lay theme settings:
<script> jQuery(document).on("click", "nav.mobile-nav li a", function(event) { if(event.currentTarget.hash) if(event.currentTarget.hash==="#footer") { jQuery("div.burger.burger-default.mobile-menu-icon").removeClass("active"); jQuery("body").removeClass("mobile-menu-open"); jQuery("nav.laynav.mobile-nav").removeClass("active"); jQuery("nav.laynav.mobile-nav").css({height:"0px"}); } }); </script> -
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it