
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 15, 2024, 11:27
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 16, 2024, 11:42
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 19, 2024, 12:24
Hello
Please drop me wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Hello
Please drop me wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 19, 2024, 13:01
Pleas add this CSS :
body.woocommerce .woocommerce.columns-5 #woof_results_by_ajax ul.products.elementor-grid > li.product {
width: auto;
}
Pleas add this CSS :
body.woocommerce .woocommerce.columns-5 #woof_results_by_ajax ul.products.elementor-grid > li.product {
width: auto;
}