Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
Could you please temporarily use the “Default WordPress Search Engine” instead of “Inverted Index Search Engine” in the Options of the search form to see whether it works fine?
No, we can’t do anything in this case as it is a limitation of your theme.
Could you please share some screenshots of your configuration so I can troubleshoot it?
Please also try using the CSS code below.
@media (max-width: 443px) { body .is-form-style.is-form-style-3 label{ width: calc(100% - 85px)!important; } }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
@media (max-width: 443px) { body .is-menu form.is-search-form { right: 0; left: 0; position: fixed; z-index: 999999; top: 62px; max-width: 100%; } }I hope you are well today and thank you for your question.
Could you please share your site URL where it displays so I can help you to achieve it?
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
Currently, the Ivory Search plugin does not provide this functionality but I will consider implementing it in the future version of the plugin.
Best regards,
Ivory Search SupportFirst click on the “Delete Index” button as shown in the attached screenshot.
Attachments:
You must be logged in to view attached files.I hope you are well today. Thank you for posting here.
This is because you have not created any index yet.
Please press the “Delete Index” button and then press the “Crete Index” button.
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
If you are saving those English names as custom fields in the Plants post, then you can configure the search form to search the plants by the English names as shown in the attached screenshot.
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