• Resolved bluesybil

    (@bluesybil)


    Hi, I love this theme, it’s absolutely perfect for my shop. However I’m having an issue with the mobile menu. It seems that is only functional in landscape mod on mobile devices, if the device is held in portrait (as is typical for mobile phone use) the menu pop up is blank. BTW, I noticed that the demo for The Plug Shop theme is doing the same thing when viewed on my phone.

    I’ve disabled all plug ins except for Woo Commerce, as well as tested it out on several mobile devices both Android and IOS with the same results. And there was a theme update just this morning, but it didn’t fix the problem I’m having.

    I am currently working around this issue by using a plug in that generates a mobile menu which is functional in both landscape and portrait, and that’s fine. Except that now two menus appear in the mobile view.

    So, baring an update to the theme with a bug fix for this behavior, I need to know how to either disable the extra hamburger menu that is being generated by the theme or at least be able to make it invisible somehow.

    I really do love the look and feel of theme and would hate to have to implement another, but I’m afraid that my site visitors may find the double menu confusing and leave right away after seeing a blank one thinking the site is non functional.

    Thanks for your time

Viewing 1 replies (of 1 total)
  • Theme Author pressfore

    (@pressfore)

    Hi there,

    And thanks for noticing this. It is indeed css bug. Please try to apply following css code from Appearance > Customize > Additional CSS field:

    @media screen and (max-width: 37.5em) {
        .main-navigation ul {
            display: block;
        }
    }

    and menu should work after that https://www.screencast.com/t/sXJUORerw31

    If you want to keep menu from the plugin you can hide theme mobile menu button with css below:

    #header.mobile .nav-collapse {
        display: none;
    }

    We will apply a fix in next theme update which will be released in few days.

    Again, thanks for noticing this.

    All the Best!
    PressFore

Viewing 1 replies (of 1 total)
  • The topic ‘Removing or editing mobile menu’ is closed to new replies.