Cannot change shop page columns woocommerce 3.3 update!
-
Using these functions here does not work anymore to change from default (3) to 8.
if (!function_exists('loop_columns')) { function loop_columns() { return 8; } } add_filter('loop_shop_columns', 'loop_columns'); function loop_columns() { return 8; } add_filter('loop_shop_columns', 'loop_columns', 999);
I also tried “CUSTOMIZE”, on the top part of the admin bar, which is supposed to help non-developers and changed the “number of columns” to 5,6,7,8 and nothing changes.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot change shop page columns woocommerce 3.3 update!’ is closed to new replies.