Remove Search Icon from separate menu

Ivory Search Forums Support Remove Search Icon from separate menu

Tagged: ,

Viewing 13 reply threads

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

  • Author
    Posts
    • #4775
      samirasaidi
      Participant
      • Topics: 1
      • Replies: 6

      Hello,
      I have two different menus on my website and can’t seem to remove it from one of them. Can you help me out with that?

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

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

      Could you please try removing it from the plugin options as described on the below page?

      Display Search Form In Menu

      Best regards,
      Ivory Search Support

    • #4783
      samirasaidi
      Participant
      • Topics: 1
      • Replies: 6

      hey there,
      i have tried that already. however in my settings i can only chose between top navigation and mobile navigation.

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

      Could you please share your site URL where it’s displaying and tell me from where you want to remove it so that I can help you to remove it?

    • #4789
      samirasaidi
      Participant
      • Topics: 1
      • Replies: 6

      Splash Page

      So I have two different menus ( one for all users and one for logged in users ) and would like to remove it from the first one that one sees when entering the website.

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

      It seems your shared website is not publicly accessible so I can’t see the menu.

      Would you mind if I log in to your site and access it? If this is ok then could you please temporarily share your site log in detail privately by checking the option “Set as private reply” when replying to this topic?

    • #4791
      samirasaidi
      Participant
      • Topics: 1
      • Replies: 6
      This reply has been marked as private.
    • #4794
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      Thank you for sharing the credentials.

      Now, I get login browser popup but your shared credentials don’t work in it.

      Please advise.

    • #4797
      samirasaidi
      Participant
      • Topics: 1
      • Replies: 6
      This reply has been marked as private.
    • #4805
      Ivory Search
      Keymaster
      • Topics: 0
      • Replies: 1,735

      It worked.

      I only see one menu on your website as shown in the attached screenshot so I am not sure from which menu you want to remove it.

      Please advise.

      Attachments:
      You must be logged in to view attached files.
    • #4807
      samirasaidi
      Participant
      • Topics: 1
      • Replies: 6

      hello,
      happy it worked. so i have two menus one is for not logged in users ( community, about us, faqs, etc ) which is called Start Menu. The other one is for logged in users ( Home, Blackboard, Opportunities, News,SPaces, etc ) called Main Menu .
      The same goes for the mobile version: Starter Mobile and Main Mobile. I want it to be removed for the menu for logged out users aka. Start Menu and Start Mobile. It should REMAIN for Main menu and Main mobile.

      Regards

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

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

      nav.mobile_menu ul li.is-menu,
      nav.main_menu ul li.is-menu {
          display: none;
      }
      .logged-in nav.mobile_menu ul li.is-menu,
      .logged-in nav.main_menu ul li.is-menu {
          display: block;
      }
    • #4811
      samirasaidi
      Participant
      • Topics: 1
      • Replies: 6

      awesome. thank you

    • #4819
      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.

Viewing 13 reply threads

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