Using Push Sidebar as One Page Menu
-
Hello,
Thank you for creating this awesome theme. I’ve been using Mise for several websites.
For the latest one, I need to use the push sidebar as a one page menu and no primary menu. So the header should only show logo and push sidebar toggle. Currently the page will scroll to respective section when clicked but it didn’t close once clicked. Visitor will have to close the sidebar in order to see the respective section.
How do I make the push sidebar close when custom menu in it were clicked?
I tried using javascript below but its not working.
<script> jQuery(document).ready(function($){ $('.responsive-menu li a').on("click", function(){ $('.responsive-menu').slideUp(); }); </script>
Please help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Using Push Sidebar as One Page Menu’ is closed to new replies.