Menu search box stylе

Ivory Search Forums Support Menu search box stylе

Viewing 8 reply threads

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

  • Author
    Posts
    • #3722
      Anonymous
      Inactive
      • Topics: 1
      • Replies: 6

      Hi! I’m trying to customize search plugin to this:

      Is it real to do?

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

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

      You can achieve this by setting the Menu search form style to popup as described in the below page.

      Change Menu Search Form Style

      You have to develop custom CSS code to match the exact style of the popup displayed in your shared screenshot.

      Best regards,
      Ivory Search Support

      • #3724
        Anonymous
        Inactive
        • Topics: 1
        • Replies: 6

        Tahnks for quick reply.
        I selected ‘popup’ search form style, and after that ‘Search’ button just disappeared from the main menu at the top of the homepage.

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

      Could you please share your site URL where it’s happening so that I can troubleshoot it?

    • #3730
      Anonymous
      Inactive
      • Topics: 1
      • Replies: 6

      Site URL is

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

      It seems you have shared your site screenshot but missed to share your site URL so could you please share it as requested above?

      • #3735
        Anonymous
        Inactive
        • Topics: 1
        • Replies: 6

        velozephyr.ru

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

      It disappeared because the Ocean theme that you are using on your website also styles the popup class.

      You can display it by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

      .main-navigation li.is-menu.popup {
          position: static !important;
          display: inline;
          background: transparent;
      }
      
      div#is-popup-wrapper {
          opacity: 0.6;
          background: #000;
      }
      
      div#is-popup-wrapper input.search {
          width: 100%;
      }
      • #3761
        Anonymous
        Inactive
        • Topics: 1
        • Replies: 6

        That’s awesome, works perfectly, thank you!
        Only one strange thing left: if I hit ‘Esc’ (instead of clicking the closing button in the upper-right corner) while in search field, the ‘Search’ menu disappears from the main menu — again. To take it back, I need to refresh the main page.

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

      To resolve it, just change the above shared CSS code as below.

      .main-navigation li.is-menu.popup {
          position: static !important;
          display: inline !important;
          background: transparent;
      }
      
      div#is-popup-wrapper {
          opacity: 0.6;
          background: #000;
      }
      
      div#is-popup-wrapper input.search {
          width: 100%;
      }
      • #3770
        Anonymous
        Inactive
        • Topics: 1
        • Replies: 6

        You’re right, that worked excellent! No more dissapearings.

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

      You are most 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 to ask.

      • #3778
        Anonymous
        Inactive
        • Topics: 1
        • Replies: 6

        Feedback just have been made. Thank you again for your help!

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

      Thank you very much!

Viewing 8 reply threads

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