• Resolved Peter Meinl

    (@peter-meinl)


    The mobile menu on my Android phones suddenly disappeared.
    Did not touch any appearance settings for months, only edited pages and posts. There were some WP and plugin updates. Not using a child theme. Using some custom CSS to customize the header and the mobile search icon background – did not touch the CSS for months too.

    Any idea how to find the cause?

    EDIT: I made one change to the menu a while ago – added a top level menu item. Removing it did not make the mobile menu reappear.

    • This topic was modified 2 years, 7 months ago by Peter Meinl.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @peter-meinl,

    The issue is caused by the photo gallery plugin you’re using (Photo Gallery by 10Web – Mobile-Friendly Image Gallery) – it uses the same class name as Hemingway to hide elements, but with a higher specificity, which overwrites the CSS that makes the menu and search toggles visible on mobile. Disable the plugin, and the elements will reappear.

    — Anders

    Thread Starter Peter Meinl

    (@peter-meinl)

    Anders: Thank you so much for your quick solution. I did not know where to look.

    Because I want to keep Photo Gallery, as a workaround I used the Plugins “WP Mobile Menu” and “SearchWP Modal Search Form” to create a mobile menu and search box.

    • This reply was modified 2 years, 7 months ago by Peter Meinl.

    Dear @peter-meinl and @anlino ,

    Thank you very much for your feedback and for reporting the issue,

    Our Photo Gallery support team is now investigating it, please expect updates from us very soon,

    Have a great day ahead!

    @nikitaanisimov – Now there is a company and product I could support and get behind! Thank you, Nikita, for your willingness to investigate this issue and work towards a solution. Tip of the hat to ya!

    Dear @anlino hello again,

    Thank you for the insights – could you kindly specify the name of the class in question that your theme is using to hide elements?

    Dear @peter-meinl – were you experiencing this issue on all pages, on home page or only on pages with galleries (if yes, could you please specify the URLs?) prior to enabling “WP Mobile Menu” and “SearchWP Modal Search Form”

    Thanks a lot in advance – your feedback aids our investigation immensely!

    Thread Starter Peter Meinl

    (@peter-meinl)

    @nikitaanisimov
    The moblile menu disappeared on all pages. I don’t have a version online without the workaround.

    The problem should be easy to reproduce by creating a site with the hemingway theme and adding a gallery.

    Dear @peter-meinl and @anlino, hello again,

    Thank you very much for the details,

    Our team was able to test and catch the issue – the class in question is .hidden. The solution for now is to remove this class

    .hidden {
        display: none!important;
    }

    from Plugin’s css files in Plugin code editor –
    /css/styles.min.css
    /css/bwg_frontend.css

    The compatibility issue has been registered by us and the permanent global fix will be supplied in the future update,

    Thank you very much for reporting the issue and helping us improve our plugin,
    Have a great day ahead and let me know if we can assist you with anything else.

    Update: The hotfix is already live and included in the recent 1.7.3 update for the Photo Gallery,

    Thank you very much for reporting the issue,
    Have a great day!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Mobile (Android) menu disppeared’ is closed to new replies.