Forum Replies Created

Viewing 10 posts - 1,201 through 1,210 (of 1,719 total)

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

  • Author
    Posts
  • in reply to: Translate “search” button #4884
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    That text seems dynamic text coming from the Search Form Customizer option as shown in the attached screenshots.

    If it is then please contact the translation plugin( that you are using on your website ) support to know how to translate it.

    If not then could you please share the page URL from your site where it is displaying so that I can help you?

    Best regards,
    Ivory Search Support

    Attachments:
    You must be logged in to view attached files.
    in reply to: Second form randomly added #4883
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    Please make sure that you have not configured the plugin settings to display the search form in the site header as described below.

    Display Search Form In Site Header

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

    Best regards,
    Ivory Search Support

    in reply to: exit #4874
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Ich hoffe, es geht Ihnen heute gut und ich danke Ihnen für Ihre Frage.

    Es wird nur den angemeldeten Site-Administrator-Benutzern angezeigt, damit sie das Suchformular problemlos bearbeiten können.

    Sie können es entfernen, indem Sie den folgenden CSS-Code in der Option Benutzerdefiniertes CSS der Einstellungen des Ivory Search-Plugins im Pfad hinzufügen Ivory Search -> Settings -> Settings

    .is-link-container {
        display: none !important;
    }

    Freundliche Grüße,
    Unterstützung für die Elfenbeinsuche

    in reply to: How to use it at search icon? #4859
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    We can move it to far-right using CSS.

    Could you please share your site URL where it’s displaying so that I can help you to achieve it?

    The plugin displays a search icon only on the menu as described on the below pages.

    Display Search Form In Menu

    Change Menu Search Form Style

    Best regards,
    Ivory Search Support

    in reply to: please help for mobile view #4847
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    i want to have a fixed search button on mobile view as well even if i scroll down.

    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

    body .is-menu-wrapper {
        top: 30px;
        width: auto;
        position: fixed;
    }
    in reply to: please help for mobile view #4843
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

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

    Best regards,
    Ivory Search Support

    in reply to: Help resizing Search in Navigation Bar #4836
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    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.

    in reply to: Help resizing Search in Navigation Bar #4829
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

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

    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

    .is-menu form label {
        width: calc( 100% - 100px );
    }
    
    .is-menu input.is-search-input {
        width: 100%;
    }

    Best regards,
    Ivory Search Support

    in reply to: Remove Search Icon from separate menu #4819
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    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.

    in reply to: Remove Search Icon from separate menu #4810
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    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;
    }
Viewing 10 posts - 1,201 through 1,210 (of 1,719 total)

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