Mobile menu not closing when anchor link clicked
-
Hi there
I need some help with getting the mobile menu to close automatically when a # anchor link is clicked.
I’ve tried this script, but it does not work.
<script> jQuery(document).ready(function ($) { $('.kt-mobile-menu a').click(function(){ var magnificPopup = $.magnificPopup.instance; magnificPopup.close(); }); }); </script>
It does indeed close the menu, but does not jump to the correct section. When I remove the script, section jumps are working correctly, but again the menu does not close.
I’d appreciate any help with this, thanks so much!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mobile menu not closing when anchor link clicked’ is closed to new replies.