Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
As said above, this is happening because of your website theme functionality so you have to contact your theme author or develop custom code to achieve this.
January 30, 2020 at 3:57 PM in reply to: results from search bar do not go to external links associated with that post #3856I hope you are well today and thank you for your question.
To achieve this, you have to develop custom code.
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/
Best regards,
Ivory Search SupportI hope you are well today and thank you for your questions.
Desktop:
The search icon on my website comes after the last item on the nav. I want it to be in-front of the cart how can I move it to the right. I’ve been trying for ages and used lots of different code.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
@media only screen and (min-width: 1001px){ body #header-outer #top li.is-menu { position: absolute; right: 40px; top: 55px; } }Mobile:
On mobile I either want the search icon to appear in the secondary nav and work, when you click off it, the search bar goes off the page.This is the issue of your website mobile menu.
You can resolve the issue by developing a custom code contacting the theme author.
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/
OR I’ve managed to get the search icon on the main header but it disappears when scrolling and still appears on the off-canvas nav.
To stop this from occurring, you have to add a search icon in your mobile site header by contact the theme support that you are using on your website.
Best regards,
Ivory Search SupportI hope you are well today and thank you for your question.
We have posted the notice on the plugin homepage as below.
Note: The styling of the search form highly depends on how your theme styles it. If your theme does not style search form correctly then to style it get free support from Ivory Search Support.
I accessed your shared site to help you to style it but I didn’t see any search form on it displayed by Ivory Search plugin.
Could you please display the search form on your website so that I can help you to style it?
Best regards,
Ivory Search SupportJanuary 25, 2020 at 11:56 AM in reply to: How to move the search menu item to the top of the list (mobile only)? #3815Currently, there isn’t any plugin option to achieve this so you have to develop custom code to achieve it.
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/
January 24, 2020 at 10:36 AM in reply to: How to move the search menu item to the top of the list (mobile only)? #3810I hope you are well today and thank you for your question.
You can try achieving it as described on the below page.
Best regards,
Ivory Search SupportThank you very much!
You 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.
To resolve it, just change the above shared CSS code as below.
.main-navigation li.is-menu.popup { position: static !important; display: inline !important; background: transparent; } div#is-popup-wrapper { opacity: 0.6; background: #000; } div#is-popup-wrapper input.search { width: 100%; }It disappeared because the Ocean theme that you are using on your website also styles the popup class.
You can display it by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings
.main-navigation li.is-menu.popup { position: static !important; display: inline; background: transparent; } div#is-popup-wrapper { opacity: 0.6; background: #000; } div#is-popup-wrapper input.search { width: 100%; }- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login