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.
You can use it by configuring the search form to search custom fields and sort their values as shown in the attached screenshots.
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 questions.
1. I have tried a few different CSS lines to make the search magnifying button show up on the same line as the input field but nothing has worked. Can you let me know how to fix this?
Please remove the below custom CSS code that you are using on your website.
.is-form-style.is-form-style-3 input.is-search-input { max-width: 90% !important; display: inline-block !important; }Then please add the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings
body .is-form-style.is-form-style-3 label { width: calc(100% - 110px)!important; }2. How can I get the search field to stay sticky in the header in both mobile and desktop view?
Please try using the below CSS code.
body > form.is-search-form { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; } body { margin-top: 36px; }Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
I have tested it on my test site and it’s working fine for me using the latest version of the plugin and it has nothing to do with the free version of the plugin.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Ivory Search SupportJune 24, 2021 at 1:12 PM in reply to: mobile menu search link/box not aligned with other menu items #8223You 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:
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.
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 SupportI hope you are well today and thank you for your question.
You can use the search form on your website as described on the below page in the section “Display Search Form”.
Best regards,
Ivory Search SupportJune 22, 2021 at 8:31 PM in reply to: mobile menu search link/box not aligned with other menu items #8205I hope you are well today and thank you for your question.
You can resolve 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
.ast-header-break-point .main-navigation ul .menu-item.is-menu { padding-left: 24px; }Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
Yes, it stores plugin settings in the WP_Options table of the WordPress database.
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
You can change the width of the is-ajax-search-result window 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
.is-ajax-search-result { width: 500px !important; }Best regards,
Ivory Search SupportI have tested it on mobile but didn’t see the issue.
Which browser are you using?
Could you please try using a different browser?
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login