Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
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 SupportAttachments:
You must be logged in to view attached files.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.
Also, could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Ivory Search SupportIch 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 ElfenbeinsucheI 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.
Best regards,
Ivory Search Supporti 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; }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 SupportYou 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.
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 SupportYou 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.
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; }- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login