Home › Forums › WoodMart support forum › Disabling Search for Doofinder
Disabling Search for Doofinder
- This topic has 7 replies, 3 voices, and was last updated 1 month ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 6, 2024 at 8:21 pm #620306
lunchbucketecommerceParticipantHi there,
We use Doofinder for our frontend search.
When you click our search bar on our live site, you will see that the Woodmart search window initially loads and then the Doofinder search window loads on top of it.
Can you please tell us how to disable the Woodmart search window from loading so that our customers are not confused?
Thank you
December 7, 2024 at 2:55 pm #620414
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
December 7, 2024 at 6:40 pm #620443
lunchbucketecommerceParticipantOkay I put it in the extra information section.
December 9, 2024 at 4:53 pm #620894
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-search-full-screen-2.wd-fill.wd-requests-enabled.wd-opened { z-index: -1; }
Best Regards.
December 9, 2024 at 6:07 pm #620940
lunchbucketecommerceParticipantAizaz,
This almost works. The remaining problem is that after you exit the Doofinder search window and return to Woodmart page you must first click the page in order to be able to scroll down the page with the arrow keys on your keyboard.
Please help.
December 10, 2024 at 2:01 pm #621200
Bogdan DonovanKeymasterOur “Full Screen 2” search design has its own background overlay and open/close scripts, which conflict with the plugin you are using. As a result, achieving the desired functionality using only custom CSS is not possible. To implement your idea, you do not need to select “Full Screen 2” in the search settings, as you are not actually using it.
To resolve this issue, follow these steps:
1. Remove all the custom code we provided earlier.
2. Go to the Header settings, locate the Search element, and change the design from “Full Screen 2” to the regular “Form” design (Screenshot https://monosnap.com/file/ysrCL8GI5VXNYLSAViSxdri9an9hmT).
3. Use the following custom CSS to give the form a pointer cursor on hover, indicating that clicking it will open the plugin popup:body .wd-header-search-form input { cursor: pointer; }
Additional Note: search settings for the desktop and mobile headers are configured separately. You may need to apply the same changes to the mobile header as well.
Kind Regards
December 10, 2024 at 4:05 pm #621259
lunchbucketecommerceParticipantThis worked out great. Thank you so much!
December 10, 2024 at 6:23 pm #621331
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Disabling Search for Doofinder’ is closed to new replies.
- You must be logged in to create new topics. Login / Register