Viewing 4 posts - 1 through 4 (of 4 total)
  • #13292
    rohallorah
    Member
    Post count: 2

    Hello,

    We recently purchased the theme and asked if it is possible to change the size of the images on the shop page: http://neighborhood.swiftideas.net/shop/?sidebar=right-sidebar. You said it would be and that you could assist with what files to change once purchased.

    We have since purchased the theme and we would be looking to to show 8-10 products per row to suit our needs (yes very small images). Can you explain what files we need to edit to do so?

    Many thanks in advance.

    #13404
    rohallorah
    Member
    Post count: 2

    Hi,

    Just touching base to see if you can recommend a solution for this?

    Many thanks in advance.

    #13601
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey there,
    as far as I know we cannot cover this amount of customization for free, but I will forward this request to the developer of the theme since he probably replied to your themeforest comment.

    Cheers!

    #14067
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You’d need to edit /woocommerce/archive-product.php lines 41-51 based on what sidebar setup you want (edit the values):

    $columns = 4;
    			
    	if ($sidebars == "no-sidebars") {
    		$woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 4 );
    	} else if ($sidebars == "both-sidebars") {
    		$woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 2 );
    		$columns = 2;
    	} else {
    		$woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 3 );
    		$columns = 3;
    	}
    

    And you’d also need to edit the css for each of the responsive sizes. You can find this in style.css and /css/responsive.css

    – Ed

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register