Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- April 14, 2025 at 12:42 PM in reply to: Color of the search text in the header on a smartphone #24086
I hope you are well today, and thank you for your question.
Have you mistakenly asked this question, as we only provide support to our Ivory Search plugin here?
Best regards,
Ivory Search SupportWould you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by checking the option “Set as private reply” when replying to this topic?
Then it means there is some issue in the configuration of the Index settings, so please reset all the Index settings and rebuild the index.
Also, please ensure that the Index settings are correct.
You have to contact your theme support to do it.
We can try achieving this if your website displays a sticky header on scroll.
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%; } }
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login