Home Forums WoodMart support forum Disabling Search for Doofinder

Disabling Search for Doofinder

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #620306

    Hi 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

    #620414

    Hello,

    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

    #620443

    Okay I put it in the extra information section.

    #620894

    Hello,

    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.

    #620940

    Aizaz,

    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.

    #621200

    Bogdan Donovan
    Keymaster

    Our “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

    #621259

    This worked out great. Thank you so much!

    #621331

    Most 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.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Disabling Search for Doofinder’ is closed to new replies.