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.
I visited your shared site and saw the header search form is working fine as shown in the attached screenshots.
Could you please tell me exactly which search form you are referring to so that I can troubleshoot it?
Best regards,
Ivory Search SupportAttachments:
You must be logged in to view attached files.I can see that the search form on your site is moved to the right side of the header as shown in the attached screenshot.
Please test it clearing your browser cache.
Attachments:
You must be logged in to view attached files.I hope you are well today and thank you for your question.
Yes, you can achieve this using the Ivory Search plugin.
You have to just create multiple search forms and configure them differently to search posts in specific category then use those search forms on your site using their shortcodes as described in the below documentation.
Please advise if you have more questions.
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
You can display it on your mobile site header as described in the below page but to display it on the position you have specified, you have to develop custom code in your theme file by contacting the theme author.
Best regards,
Ivory Search SupportYou are most 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.
The magnifying glass icon is displayed using SVG image so it is hard to change its size.
You can make it white using below custom CSS code.
.is-form-style-3 path { fill: #FFF; }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 Ivory Search -> Settings -> Settings
div#is-ajax-search-details-2627 { margin-left: -915px; }Best regards,
Ivory Search SupportI visited your site and saw you are using wrong code as following
li.is-menu { margin-left: 100px important!; }instead, it should be as below.
li.is-menu { margin-left: 100px !important; }By default, the WordPress orders it by post/page parent id and not by title.
We may add this feature in the future version of the plugin but we don’t have an exact timeline for it.
Currently, you can achieve it by developing custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site or WordPress agency.
You can also consider us to develop it for you using the form https://ivorysearch.com/custom-work/
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login