gridview - Woocommerce Product Grid View change by image button click -


good day guys, idea changing product grid view image button click?

when click on first image, grid show product 3 in 1 row , click on 1 show 4 product in 1 row.

but woocommerce using function change loop column

add_filter('loop_shop_columns', 'loop_columns'); if (!function_exists('loop_columns')) {     function loop_columns() {        return 4;     } } 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -