loading
-
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.
-
Hi,
Which filter plugin are you using? What’s the address of your website? I would like to test the search myself.
Regards,
Martado you have an email i can contact you by please marta?
the filter im using is WooCommerce Product Filter by WooBeWoo
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 4 years, 5 months ago by
a95web.
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,
MartaHi,
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 4 years, 4 months ago by
a95web.
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,
MartaHi,
yes this worked but also is there is a way to keep the “see all products” option?
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,
MartaHi, 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?
are you still able to help, i want the “see all products” to still work while having enter key disabled?
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 -
This reply was modified 4 years, 5 months ago by
The topic ‘loading’ is closed to new replies.