Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Danny,

    I’ve installed it here and see the problem. Unfortunately to fix it requires editing a theme file.

    The file is assets/js/custom.js, line 205

    /* ---------------------------------------------- /*
    		 * Navbar collapse on click
    		/* ---------------------------------------------- */
    
    		$(document).on('click','.navbar-collapse.in',function(e) {
    			if( $(e.target).is('a') && $(e.target).attr('class') != 'dropdown-toggle' ) {
    				$(this).collapse('hide');
    			}
    		});

    The above code needs to be removed to stop the menu collapsing as soon as it’s clicked.

    Regards,
    Tom

    Thread Starter liufangjian001

    (@liufangjian001)

    Thank you so much Tom!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not working properly on mobile phones with SHOPISLE Theme’ is closed to new replies.