Product images in SHOP - by Jani11 - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: Jani11
    Jani11
    Participant
    November 4, 2016 at 00:08

    Hello,

    I have been trying to solve this for hours and I’m going crazy.

    The product images on my shop page all used to be the same size and looked good, after I installed the xstore update the layout changed and the product images wheren’t the same size anymore.
    So I looked for solutions, tried a lot of things that I’ve read on forums but nothing seems to help.

    I now have the product images in the same size (not quite sure how I pulled this off…) But they are WAY too big and the images are really distorted.
    Changing the product image sizes in the woocommerce setting and regenerating thumbnails doesn’t seem to work either.

    I really hope someone can point me in the right direction so I can solve this.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 4, 2016 at 08:46

    Hello,

    I have checked the WooCommerce settings and see that you use small width/height for the catalog images http://prntscr.com/d2w8v2 But if you want to have 950×630 you should use it there.

    Also, some of your images (I’m talking about source images) don’t have even 794px width (recommended min-width for 2 columns layout) and are stretched, that’s why I have added the following code in Theme Options > Styling > custom CSS to avoid it

    .content-product .product-content-image img {
        min-width: 1px;
        width: auto !important;
    }

    Regards

    Regards

    Avatar: Jani11
    Jani11
    Participant
    November 4, 2016 at 12:56

    Hello Olga,

    Thank you very much for your help.

    Now I have noticed another ‘small’ issue, perhaps you can tell me the solution to this (since I can’t seem to find it either).

    When adding products to cart, there is no animation anymore and the preview of the cart does not open.
    I have included screenshots of what I mean, I hope you can understand.

    Thanks again, Olga.

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 4, 2016 at 15:08

    Hello,

    It depends on product type. Variable products don’t have Ajax add to cart. Only simple products use Ajax add to cart.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.