Not working in Mobile Menu

Ivory Search Forums Support Not working in Mobile Menu

Tagged: ,

Viewing 3 reply threads

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
    • #5114
      blatka
      Participant
      • Topics: 2
      • Replies: 3

      Hi. In Mobile search, I’ve selected “Display search form in site header on mobile” and “This site uses cache.” I can see the magnifying glass in mobile menu but when clicking, the menu closes with no search form appearing. I did try temporarly activating the Twenty Twenty theme and it works there. Any ideas about how to solve this? I’m using Divi theme v. 4.4.8

      Home

      Thank you!

    • #5117
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      I hope you are well today and thank you for your question.

      It seems conflicting with your theme mobile menu functionality.

      You can resolve this by always displaying the search form input box on the mobile menu. To do that, just add the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      .et_mobile_menu li.is-menu a {
          display: none;
      }
      .et_mobile_menu li.is-menu form.is-search-form {
          position: static;
          width: auto;
          max-width: 100%;
      }
      .et_mobile_menu .is-menu form label,
      .et_mobile_menu li.is-menu input.is-search-input {
          max-width: 100%;
      }

      Best regards,
      Ivory Search Support

    • #5136
      blatka
      Participant
      • Topics: 2
      • Replies: 3

      Perfect! Thank you!

    • #5140
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      You are always welcome, I’m glad I was able to help you with 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://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

      I’d really appreciate that. 🙂

      And if I can be of any further assistance please don’t hesitate t

Viewing 3 reply threads

You must be logged in to create new topic or reply to the topic.