• Resolved mundial

    (@mundial)


    Hi,
    In mobile (hamburger menu) is it possible that menu items autoclose when other menu items are clicked? Seems only clicking the close (x), menu is closed , would be interesting that only active menu was open because with large menus (with images) if item menus aren’t closed the images are cutted.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I asked about exactly the same. Would be great if unused menus would auto close! All i got is that they would consider it. I’m stuck on mobile with items getting cut off as well.

    Thread Starter mundial

    (@mundial)

    I’ve tried with:

    <script>
    $(document).ready(function(){
    var li = $(‘.quadmenu-navbar-nav>li’,this).has(‘.quadmenu-item-has-children’);
    $(‘>a’,li).click(function(e){
    e.preventDefault();
    $(‘.quadmenu-item-has-children’).hide();
    $(e.target).next().show();
    });
    });
    </script>

    But doesn’t work,

    Any help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Hamburger (Autoclose when click menu item)’ is closed to new replies.