• Resolved a95web

    (@a95web)


    I just have one issue, when I search a product then use a filter plugin I have, I find that it takes longer than my original default search I had to show the products.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support Marta

    (@martadella)

    Hi,

    Which filter plugin are you using? What’s the address of your website? I would like to test the search myself.

    Regards,
    Marta

    Thread Starter a95web

    (@a95web)

    do you have an email i can contact you by please marta?

    Thread Starter a95web

    (@a95web)

    the filter im using is WooCommerce Product Filter by WooBeWoo

    Thread Starter a95web

    (@a95web)

    After doing some testing the way it can be resolved for myself is if the plugin had an option to not allow the user to hit enter or search, rather selecting the options from the dropdown, is there a way this functionality can be implemented?

    Ive come across other search plugin which have the functionality of not allowing enter or click search to work.

    • This reply was modified 3 years, 1 month ago by a95web.
    Plugin Support Marta

    (@martadella)

    Hi @a95web,

    WooCommerce Product Filter by WooBeWoo is compatible with FiboSearch, so there shouldn’t be any problems with that. Perhaps there is a conflict somewhere in your plugins. It’s hard to say without testing the search.

    You can disable the enter key with the following PHP code:

    add_filter('dgwt/wcas/scripts/disable_submit', '__return_true');

    Here’s more information on this: https://fibosearch.com/documentation/tips-tricks/how-to-disable-enter-key/.

    Add the code to your functions.php file or use the Code Snippets plugin.

    Let us know how it goes!

    Regards,
    Marta

    Thread Starter a95web

    (@a95web)

    Hi,

    This worked but I have another issue where the price is squished in the corner

    is there anyway to show the price under the product description and not on the right hand side?

    Many Thanks

    • This reply was modified 3 years ago by a95web.
    Plugin Support Marta

    (@martadella)

    Hi @a95web,

    Please try the following CSS to shift the price to the next line:

    .dgwt-wcas-content-wrapp {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    I hope this is helpful!

    Regards,
    Marta

    Thread Starter a95web

    (@a95web)

    Hi,

    yes this worked but also is there is a way to keep the “see all products” option?

    Plugin Support Marta

    (@martadella)

    Hi @a95web,

    What’s the address of your website? It’s hard to provide a solution without taking a look at the problem ?? If you don’t want to share your website address, perhaps you could send us a picture of the problem via eg. https://imgbb.com/.

    Regards,
    Marta

    Thread Starter a95web

    (@a95web)

    Hi, the css worked. What im saying in the last comment is of course at the beginning I asked if we could disable enter key which we did but can we do this while keeping the “see all products” option? in the documentation there is code to disable it after you disable the enter key but I want to keep the “see all products” option at the bottom of the search?

    Thread Starter a95web

    (@a95web)

    are you still able to help, i want the “see all products” to still work while having enter key disabled?

    Plugin Support Marta

    (@martadella)

    Hi @a95web,

    It’s not possible to keep the “See all products” link when the enter key is disabled. I let our developers know about the problem, but it probably won’t be implemented.

    Regards,
    Marta

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘loading’ is closed to new replies.