This topic has 17 replies, 4 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hi, i`m uploading high quality resolution of product images, but isn´t showing good, there are blurred. why?
Hello,
Go to Customizer > WooCommerce > Product images > and change the size of the product thumbnails according to the size of your block. Detailed information you can find here https://docs.woocommerce.com/document/fixing-blurry-product-images/
Regards
hi, i don´t have this option in my woocommerce
Hello,
Check mode detailed: Appearance > Customize > WooCommerce > Product images https://gyazo.com/a2b577ad477a9966b6104fa6076de458
https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/
Regards
hi i´m checked all this options but is not showing the same size in the images… i don´t know why
Hello,
We would recommend you to use a graphics editor and prepare product images (make them the same size) before uploading it to your media gallery.
Regards
is the same size….i prepared all the images, but it`s change it, it´s not working good.
Hi,
You’re using different image sizes https://prnt.sc/spsyl7 https://prnt.sc/spsyw0
Regards,
Hung PD
hi, ok, now i`m uploading the same image size in all products, but some images still misplaced.
i saw thats happened if you see the page in other dipsotives. Is problem of responsive? why this happenned? how i can make this right?
Hello,
Check now.
Regards
thank you very mucho, now is ok, where was the problem?
Hello,
Some of your images were smaller than 300px height, for example, http://luzactual.es/wp-content/uploads/2020/05/vela-punta-torcida-4w-metalarc.png So, I have limited max-height in Theme Options > Custom CSS.
Regards
hi, i have this problem on mobile devices….i don´t understand why?
how can i change this? thanks
can you help me please??
Hello,
Because categories take 2 lines on the mobile device http://prntscr.com/swslsk
Either choose the primary category in the product options http://prntscr.com/swsmjt or add min-height for the categories block using below code
@media only screen and (max-width:480px){
.content-product .products-page-cats {
min-height: 5ex;
line-height: 2.5ex;
}
}
Or disable the categories for the shop grid.
Choose the most suitable for you way.
Regards
HI, I’M TRIED THIS BUT ISN`T WORK WITH SOME PRODUCTS
how can i make this parts short? thanks
Hello,
Try the below code
.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
display: flex;
justify-content: center;
}
.products-loop .ajax-content, .products-loop {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
.content-product .quantity-wrapper {
margin-right: auto;
margin-left: auto;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up