vijaybokade73
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [AccessPress Store] products per row to 4Dear Will,
Please have a look at link provided above, i have use the same add filter/ Change number of products per row to 4
add_filter(‘storefront_loop_columns’, ‘custom_loop_columns’);
function custom_loop_columns() {
return 4; // 4 products per row
}It is changing to 4 column , but last image in the row shifting down to the next row.
The plugin your suggest WooCommerce Product Archive Customiser is also not compatible with my theme Accesspress Store
Forum: Themes and Templates
In reply to: [Storefront] Change Number of Product Columns on Shop PagePlease Help!!
I am using Acesspress Store theme free version.
I have added above code to my child theme ./ Change number of products per row to 4
add_filter(‘storefront_loop_columns’, ‘custom_loop_columns’);
function custom_loop_columns() {
return 4; // 4 products per row
}and now my page as came like this please see the url. http://www.hookkart.com/product-category/women/clothing/dress-material/
Please suggest how to align to 4 coloumn.
Thanks in Advance
Forum: Themes and Templates
In reply to: [Storefront] Change Number of Product Columns on Shop PagePlease Help!!
I am using Acesspress Store theme free version.
I have added above code to my child theme ./ Change number of products per row to 4
add_filter(‘storefront_loop_columns’, ‘custom_loop_columns’);
function custom_loop_columns() {
return 4; // 4 products per row
}and now my page as came like this please see the url. http://www.hookkart.com/product-category/women/clothing/dress-material/
Please suggest how to align to 4 coloumn.
Thanks in Advance