• Resolved Dani

    (@dgata)


    Hi Vinod,

    Firstly, thanks for the plugin. We have a WP theme with “hamburger” menu for mobile. The search menu for mobile appears, but it doesn’t work. When you clic the search menu, the keyboard loads but it closes immediatly, you can not search. For desktop systems it works. Is there any way to solve it? If not, can we disable the search menu only for mobile?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Sorry for the delay, i was on vacation.

    It seems theme specific issue but you can try resolving it by adding the below CSS code in the Custom CSS option of Add Search To Menu plugin settings on the path Settings -> Add Search To Menu

    .site-navbar.active .astm-search-menu {
        padding-bottom: 20px;
        height: auto;
        background: #fff;
    }

    If the above CSS code doesn’t resolve the issue for you then you can disable it on mobile using below CSS code.

    .site-navbar.active .astm-search-menu {
        display: none!important;
    }
    Thread Starter Dani

    (@dgata)

    Hi,

    We added the first CSS code but it didn’t work. The second one to disable the seach menu for mobile works perfectly. For us it is fine not to show the search menu on the phone, in desktop systems it works fine, so the solution is OK for us ??

    Thanks for your help.

    BR

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome, I’m glad I was able to help you in this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://www.ads-software.com/support/plugin/add-search-to-menu/reviews/

    I’d really appreciate that. ??

    And if i can be of any further assistance please don’t hesitate to ask.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile hamburger menu problem’ is closed to new replies.