Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- November 20, 2024 at 10:56 AM in reply to: List of search result pages is different from ajax search box #22715
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so I can troubleshoot it?
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
Every CSS file is render-blocking as it takes some time to load.
You can try using the plugin option as shown in the attached screenshot and follow the instructions provided below it.
Best regards,
Ivory Search SupportAttachments:
You must be logged in to view attached files.November 18, 2024 at 2:27 PM in reply to: Ivory search plugin result cannot be selected by keyboard only by mouse #22681I 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.
In the meantime, you can do this by developing a custom code.
If you are not a developer, you can consider hiring a developer to develop it. You can hire a developer from any freelance site or WordPress agency.
You can also consider hiring me to develop it for you using the form https://ivorysearch.com/custom-work/
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
Please share the page URL from your site where it displays so I can troubleshoot it.
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 appreciate that. 🙂
If I can help you further, please don’t hesitate to ask.
Please change the above CSS code to the one below or replace it.
@media (max-width: 921.9px) { #ast-mobile-header form.is-search-form { width: 92%; margin-top: 11px; } #ast-mobile-header .ast-below-header-wrap .site-header-section{ justify-content: left; display: block; width: 100% !important; } #ast-mobile-header .ast-builder-layout-element{ display: block; } }
Please try using the CSS code below to replace the above shared CSS code.
@media (max-width: 921.9px) { #ast-mobile-header form.is-search-form { width: 100%; margin-top: 11px; } #ast-mobile-header .site-header-section{ justify-content: left; display: block; width: 100% !important; } #ast-mobile-header .ast-builder-layout-element{ display: block; } }
Your website is not accessible now.
Please make sure that it is accessible so I can help you.
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 Admin Area -> Ivory Search -> Settings -> Settings
@media (max-width: 921.9px) { #ast-mobile-header form.is-search-form { width: 490px; max-width: 100%; } #ast-mobile-header .site-header-section{ justify-content: left; } }
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
Could you please try using the solution posted below?
Best regards,
Ivory Search Support - AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login