Ivory Search › Forums › Support › Not working in Mobile Menu
Tagged: divi, mobile menu
- This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Ivory Search.
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- July 1, 2020 at 3:47 AM #5114
Hi. In Mobile search, I’ve selected “Display search form in site header on mobile” and “This site uses cache.” I can see the magnifying glass in mobile menu but when clicking, the menu closes with no search form appearing. I did try temporarly activating the Twenty Twenty theme and it works there. Any ideas about how to solve this? I’m using Divi theme v. 4.4.8
Thank you!
- July 1, 2020 at 1:02 PM #5117
I hope you are well today and thank you for your question.
It seems conflicting with your theme mobile menu functionality.
You can resolve this by always displaying the search form input box on the mobile menu. To do that, just add the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings
.et_mobile_menu li.is-menu a { display: none; } .et_mobile_menu li.is-menu form.is-search-form { position: static; width: auto; max-width: 100%; } .et_mobile_menu .is-menu form label, .et_mobile_menu li.is-menu input.is-search-input { max-width: 100%; }
Best regards,
Ivory Search Support - July 2, 2020 at 5:07 AM #5136
Perfect! Thank you!
- July 2, 2020 at 2:59 PM #5140
You 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 t
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login