• Hi,

    The side menu that appears on mobile does not work. The javascript is not firing or the styles are not correct. Has anyone else ran into this issue? Can one of the people who created the theme please advise as to what could be causing this issue. There are no errors showing in the console window.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author cats_456

    (@cats_456)

    paulbcarlton, hello! Do you mean the top menu?

    I have seen that issue in another theme due to JQuery with older version has been enqueued. After removing an older version of JQuery and restarting theme issue has been resolved. Mobile menu uses ‘toggle’ function, probably it works in latest versions of JQuery only.

    $('.menu-2 .menu-toggle').click( function(){
    	$( '.menu-2 ul.nav-horizontal' ).toggle( 'slow' );
    	return false;
    });
    Theme Author cats_456

    (@cats_456)

    Just noticed: menu should be assined at Appearance > Menu.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘side menu on mobile does not work’ is closed to new replies.