New Landing How can we help? Themeforest Theme Support Neighborhood Showing less products than possible Reply To: Showing less products than possible

#145551
holger
Member
Post count: 20

Hi Mohammad,
thanks for your reply. I’ve inserted the code

`add_filter(‘loop_shop_columns’, ‘loop_columns’);
if (!function_exists(‘loop_columns’)) {
function loop_columns() {
return 3; // 3 products per row
}

and it worked well.
Now I have another problem, because this script not just applies to the mini-products but also to the standard-sizes products. Do you have any idea what code I can add?
Thank you very much!

Attachments:
You must be logged in to view attached files.