Home Forums Free Themes Clean Commerce how to change 3 columns to 4 columns from products list

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #36230
    kerriluo
    Participant

    how to change 3 columns to 4 columns from products list

    #36252
    wensolutions
    Keymaster

    Hello @kerriluo,

    The theme does not have the feature to change the columns layout .And as much as we would love to help with some custom code, this is beyond the support offered for our products.

    Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.

    To hire a developer please follow the link below
    http://themepalace.com/hire-a-customizer/

    We hope it helps,

    Best Regards.

    #60362
    Vasili
    Participant

    It’s simple)
    Just get this into functions.php

    function loop_columns() {
    return 5; // 5 products per row
    }
    add_filter(‘loop_shop_columns’, ‘loop_columns’, 999);

    Hope it helps!)

    #60393
    wensolutions
    Keymaster

    Hello @vasili,

    Thank you for the solution.

    Regards!!

    #60419
    Vasili
    Participant

    I save more than 100$ and time for users who solving this problem))

    Thank you for the good theme!)

    May I ask you.. I don’t wanna cropped images when I show the content in the categories. How can I solve it?

    for example. I have images with 1920×1080 and when I try to show it in the product categories I see this:
    https://yadi.sk/i/1HYkKaYs3QXzjs

    #60493
    Vasili
    Participant

    I save more than 100$ and time for users who solving this problem))

    Thank you for the good theme!)

    May I ask you.. I don’t wanna cropped images when I show the content in the categories. How can I solve it?

    for example. I have images with 1920×1080 and when I try to show it in the product categories I see this:
    https://yadi.sk/i/1HYkKaYs3QXzjs

    #60745
    wensolutions
    Keymaster

    Hello @vasili,

    Can you post your site URL so that we could provide the precise fix?

    Thank you.

    Best Regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.