Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
I still couldn’t reproduce it as shown in the attached screenshot.
Could you please share the video of the issue?
Also, please test whether it is a theme or plugin conflict issue as described in my previous reply.
Attachments:
You must be logged in to view attached files.You don’t need to add the shared custom plugin code in to the functions.php file because you can use it directly by activating it on your website.
To speed up the search, please build the index from the plugin index option and use the Inverted index search engine in the search form as shown in the below screenshots.
I hope you are well today and thank you for your question.
I visited your shared website and saw you added the search bar to the menu so please make sure that you have configured a search form in the Menu Search options as shown in the below screenshot.
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
You can activate the premium version on your website as described below.
You can sort search results by relevancy by configuring the search form option as displayed in the attached screenshot.
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 set any search form in the header and is set to None as shown in the attached screenshot.
If it still displays for you then you can hide it by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings
body > #searchform { display: none; }Best regards,
Ivory Search SupportAttachments:
You must be logged in to view attached files.Sorry to hear about the problem you are having.
I have tested it on my test site and it’s working fine for me using the latest versions of the plugins as displayed in the attached screenshot.
This can be a theme issue used on your site so to confirm it just temporarily use the Twenty Twenty One theme on your site. If everything works fine then it’s your site theme issue.
This can be due to plugin conflict on your site so please try temporarily deactivating all plugins except the GenerateBlocks and Ivory Search plugins and see whether everything works fine, and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Ivory Search SupportAttachments:
You must be logged in to view attached files.October 6, 2022 at 4:50 PM in reply to: How to target multiple search forms using custom css? #13336I hope you are well today and thank you for your question.
You can use search form IDs in the CSS selectors as below.
.is-form-id-1895.is-form-style input.is-search-input { } .is-form-id-1796.is-form-style input.is-search-input { }You can find your search form IDs on the below page.
Admin Area -> Ivory Search -> Search Forms
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
Please make sure that you have configured a search form in the Menu Search options as shown in the below screenshot.
Then you can change the text color using the Search Form Customizer displayed on the below path.
Admin Area -> Ivory Search -> Search Forms -> Edit Search Form -> Design -> Search Form Customizer
Alternatively, you can achieve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings
#site-header input.is-search-input { color: #000; }Best regards,
Ivory Search SupportYou 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:
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.
It seems your shared custom fields are private and by default, the plugin doesn’t search private custom fields.
You can make it search private hidden custom fields by using the shared small custom plugin or by using the code from it.
Best regards,
Ivory Search SupportAttachments:
You must be logged in to view attached files.- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login