Site logo

Archived topic

incorrect product image display

12 replies · Started by Ceramica Sud Curlante on November 13, 2021

Viewing posts 1–13 of 13

Hi there,

can you check the first link you provided as its redirecting to the home page.

Woo doesn't magically crop your images - the best fix is to makes sure all the main product images are the same aspect ratio. I would crop that image to match the others.

There is no plugin that does this?
Thank you

I'm not aware of a plugin that crops Woo images unfortunately.

the strange thing is that in the images category and in the site search the photo is clearly visible

It's because search result page is not a Woo page.

You can try this:

Go to Customizing > Layout > Blog > Featured Images > Archives, set the image widthand heightthere.

Let me know if this helps :)

Thanks for the help Ying, unfortunately it doesn't work.

the image is 44 px x 400 px.

I tried another theme and it works.
if you want I also tell you in the name of the brand.

the problem is that it looks like that

Single product image: has responsive width and height

on the other hand, you can see it perfectly on product search and category

I am attaching photos.

- this is with your theme

https://www.ceramicasud.com/wp-content/uploads/2021/11/int2.jpg

- this is trying with another theme:

https://www.ceramicasud.com/wp-content/uploads/2021/11/cs1.jpg

So you mean the search page and archive pages are fine, just the product page is not correct?

If so, can you try this CSS:

.woocommerce div.product div.images img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

Let me know :)

Ok, perfect it works .......
Thanks Ying
:-) :-) :-) :-)

You are welcome :)

This archived topic is closed to new replies.