Jump to content

Keep top main menu expadend on mobile view (1.6)


imperator

Recommended Posts

I solved by myself 😀

Edit themes/default-bootstrap/js/modules/blocktopmenu/js/blocktopmenu.js 
and add line below in function

function mobileInit()
{

    categoryMenu.superfish('destroy');
    $('.sf-menu').removeAttr('style');

// ADD THIS LINE
    $(".sf-contener .cat-title").toggleClass('active').parent().find('ul.menu-content').stop().slideToggle('medium');

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...