PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Turbo Mode / Product Column bug

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Good morning,
I'm encountering a small bug with Turbo Mode.
Turbo mode seems to work, but I have a problem displaying the products.
On the product pages, they are aligned by 4.

But, when I use the filter with turbo mode activated, there is only one product per line, displayed in very large size.

Here are the screenshots for example:

Thank you.

Hello

Turbo mode works in ajax mode. But unfortunately some themes are not compatible with ajax filtering

Please drop me exact link to the issue

Hi,

https://annarome-sensuel.com/categorie-produit/lingerie/

 

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

Yes, it looks like this template is incompatible with ajax filtering. I recommend disabling ajax mode

But you can try:

In advanced->Options please set - https://share.pluginus.net/image/i20240216113655.png

in functions.php add code:

add_filter('loop_shop_columns',function(){return 5;});

add CSS:

body.woocommerce  .woocommerce.columns-5 #woof_results_by_ajax ul.products li.product {

 width: 16.95%;

Good morning,
Thanks for your feedback :)
It's almost good! There is simply a small display problem when there is no filter selected.

 

Hello

Please drop me wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

Good morning,
Thank you for the answer.
I sent the IDs.

Pleas add this CSS :

body.woocommerce .woocommerce.columns-5 #woof_results_by_ajax ul.products.elementor-grid > li.product {
width: auto;
}