• I’d like to remove the mobile menu feature in the 2012 theme.

    How would I do this ?

    I added the navigation.js to my child theme and then removed all the content in navigation.js but that did not work.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter linux garage

    (@linux-garage)

    OK I’ve partly answered my own question.

    I can remove the menu-toggle with the code below.

    .nav-menu, .menu-toggle {display:none;}

    But when the browser scales down the navigation bar disappears entirely.

    What do I add or change in my child theme style.css to keep the navigation bar as the browser scales down ?

    Thanks again.

    Thread Starter linux garage

    (@linux-garage)

    Found a solution.

    I removed the site-navigation from the header.php and coded in my own menu.

    It works ?? Hopefully this will take care of the problem with the mobile menu not being compatible with IE8.

    IE8 doesn’t need a mobile menu, because there is no mobile (or tablet that small) using IE8 as a browser.

    Thread Starter linux garage

    (@linux-garage)

    @paulwp

    Thanks for your reply.

    I was reading some reviews and there seemed to be an issue with IE8 and the 2012 theme — but you are saying otherwise ??

    In any case, I’ve coded a menu into the header.php and I’ve got it looking the way I want it to.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mobile menu’ is closed to new replies.