Hide next previous from single product & Change number of products per row
Hi,
How to hide next previous from single product.
And I need to show 2 columns for shop, but the betheme option have 3/4/masonry or list option only.
I followed this guide https://docs.woocommerce.com/document/change-number-of-products-per-row/.
Site Link: http://dev.positivecarbon.com.au/products/
Added the following code in child theme's function.php, but nothing changed.
/**
* Change number or products per row to 2
*/
if (!function_exists('loop_columns')) {
function loop_columns() {
return 2; // 2 products per row
}
}
add_filter('loop_shop_columns', 'loop_columns');
* Change number or products per row to 2
*/
if (!function_exists('loop_columns')) {
function loop_columns() {
return 2; // 2 products per row
}
}
add_filter('loop_shop_columns', 'loop_columns');
There are 4 columns and I need 2.
I'm using ECO3 theme. https://themes.muffingroup.com/be/eco3
Please guide. Sorry if isn't related to theme but the docs said if it doen't change contact theme support as it might be hard coded or something.
Comments
http://muffingroup.com/plugins/mfn-migrate-cb.zip
display: none;
}
I had to override the responsive css for that manually. Many thanks for your time. cheers
strings in the future. Use an
explicit chr () call to preserve the current behavior in agiledatatech.com/wp-content/plugins/mfn-migrate-cb/mfn-migrate-cb
. php on line 39
2) What do you mean by the "incorrect url' ?