
Ap_Willis_PL(@ap_willis_pl)
7 Posts
Customers
Quote from Ap_Willis_PL on August 30, 2022, 13:23
Would anyone have an answer as to why when using elementor and storefront - the results on the archive pages change from 5 columns to 2 columns when we go from page 1 to 2 of the results and then stay there no matter what we select after this until we refresh the page. As soon as we disable WOOF we go back to 5 columns.
Would anyone have an answer as to why when using elementor and storefront - the results on the archive pages change from 5 columns to 2 columns when we go from page 1 to 2 of the results and then stay there no matter what we select after this until we refresh the page. As soon as we disable WOOF we go back to 5 columns.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 31, 2022, 10:53
Hello
please update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Try this - https://products-filter.com/force-filtered-results-show-three-columns OR disable ajax mode
Hello
please update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Try this - https://products-filter.com/force-filtered-results-show-three-columns OR disable ajax mode

Ap_Willis_PL(@ap_willis_pl)
7 PostsTopic Author
Customers
Quote from Ap_Willis_PL on September 5, 2022, 10:30
I have updated to the latest version, disabled Ajax. the lower link does not work, however there is another thread with the same issue so i don't think mine is an isolated problem.
https://pluginus.net/support/topic/layout-issues-with-elementor-pro-templates/
I have updated to the latest version, disabled Ajax. the lower link does not work, however there is another thread with the same issue so i don't think mine is an isolated problem.
https://pluginus.net/support/topic/layout-issues-with-elementor-pro-templates/

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 5, 2022, 12:34
Hello
The correct link - https://products-filter.com/force-filtered-results-show-three-columns
try to add
add_filter('loop_shop_columns',function(){
return 5;
});
I disabled ajax mode - https://c2n.me/4gy4qPQ
Hello
The correct link - https://products-filter.com/force-filtered-results-show-three-columns
try to add
add_filter('loop_shop_columns',function(){
return 5;
});
I disabled ajax mode - https://c2n.me/4gy4qPQ

Ap_Willis_PL(@ap_willis_pl)
7 PostsTopic Author
Customers
Quote from Ap_Willis_PL on October 12, 2022, 17:49
I think there has to be an issue somewhere, every time i reload the page to test and select a filter, it displays two wide, turned off ajax emptied cache, if i hit refresh straight after - it displays all 5 columns again. (sorry for the late response company has been moving offices).
I think there has to be an issue somewhere, every time i reload the page to test and select a filter, it displays two wide, turned off ajax emptied cache, if i hit refresh straight after - it displays all 5 columns again. (sorry for the late response company has been moving offices).

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 13, 2022, 11:18
Hello
turned off ajax emptied cache, - You didn't disable Ajax mode. First you should turn off Turbo mode (this prevents ajax from being disabled)
Hello
turned off ajax emptied cache, - You didn't disable Ajax mode. First you should turn off Turbo mode (this prevents ajax from being disabled)

Ap_Willis_PL(@ap_willis_pl)
7 PostsTopic Author
Customers
Quote from Ap_Willis_PL on October 13, 2022, 11:56
For some reason i didn't even think of turbo mode being active, how will this affect our site once we have 1000's of products to filter through? Thank you for the fix though, it now looks right when filtering
.
For some reason i didn't even think of turbo mode being active, how will this affect our site once we have 1000's of products to filter through? Thank you for the fix though, it now looks right when filtering
.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 13, 2022, 12:38
how will this affect our site once we have 1000's of products to filter through? - this mode works well when the server is very weak. In your case, I think it's better to use the standard mode + cache->Advanced->Options - https://share.pluginus.net/image/i20221013103630.png( use this only after fully configuring the plugin )
how will this affect our site once we have 1000's of products to filter through? - this mode works well when the server is very weak. In your case, I think it's better to use the standard mode + cache->Advanced->Options - https://share.pluginus.net/image/i20221013103630.png( use this only after fully configuring the plugin )