Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #933309

    Hi,

    Trying to add a shop to my site but how do you change the size of the images on the Shop Page to be smaller and the same size?
    How to add left side widgets on the Shop Page?

    How to add left side widgets on the category page?

    On the product page http://www.theaquariumcity.com/product/ati-professional-icp-oes-water-analysis-kit/
    how do you make the images smaller and with the same size?

    I would like the shop page to look like this https://kriesi.at/themedemo/?theme=enfold-overview

    Thank You

    Ruth

    #933431

    Hey Ruth,

    For the products to have similar sizes, try adding this css code in Quick CSS located in Enfold > General Styling:

    #top.woocommerce .thumbnail_container {
        display: flex;
    }
    
    #top.woocommerce .thumbnail_container img {
        object-fit: contain;
    }

    though I would suggest cropping them manually in an image editor and have same sizes for all of them before uploading it to your site.

    Go to Enfold > Sidebar Settings > Sidebar on Pages > set this to Left Sidebar then save. Then go to Appearance > Widgets > Shop Overview Page > then drag widgets to that area.
    Hope this helps :)

    Best regards,
    Nikko

    #933930
    This reply has been marked as private.
    #934291

    Hi,

    You can set the image size for the shop page in Appearance > Customize > Woocommerce > Product Images > Thumbnail Width > then set the thumbnail width to make it have a uniform size.

    As for the shop page, unfortunately the page set shop page can’t be modified and will just inherit the settings from other pages, there are 2 options that can be done, first is create another page to be set as the custom shop page where you can edit and even use Advanced Layout Builder, the 2nd one is still to follow the instructions before and on other pages manually set the sidebar to No Sidebar.

    Best regards,
    Nikko

    #934657
    This reply has been marked as private.
    #935184

    Hi,

    1.) The actual shop page’s Layout > Sidebar Settings is set to “No Sidebar”. Please enable the sidebar.

    2.) Look for the product thumbnail size settings inside the Woocommerce > Settings > Products > Display > Product Images section.

    Best regards,
    Ismael

    #937413
    This reply has been marked as private.
    #937948

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

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