-
AuthorPosts
-
September 20, 2016 at 11:54 am #689078
Hi, i can’t change the size of product, I would like the size product is the same
I have change px in woocommerce settings > products > display > product images, but doesn’t work.Thanks
RegardsSeptember 21, 2016 at 8:26 am #689659Hi kyra1883,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
RikardSeptember 21, 2016 at 11:35 am #689730Hi Rikard!
Yes, of course.
There is this problem in the 3 e-commerce (sorry but I’ve problems with catalog import, in effect some products or category are invisible. I’m desperate, I hired I professional but it’s from june she work on that problem and haven’t solved yet).Thanks
Best regardsSeptember 26, 2016 at 6:01 am #691468Hi,
You should upload images with the same size or proportion. Images with various sizes will likely to produce different thumbnails.
Best regards,
IsmaelSeptember 26, 2016 at 11:31 am #691551Hi Ismael, I can’t upload images with the same size because are images of csv file (catalog), I use wp all import and it upload images automatically.
Thanks
RegardsSeptember 27, 2016 at 4:10 pm #692320Hi,
Have you tried regenerating thumbnails after changing their sizes in WooCommerce settings? You can use this plugin to do so – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
YigitSeptember 27, 2016 at 6:11 pm #692366Hi Yigit, yes, I have tried it but doscn’t work =(
Thanks
RegardsSeptember 30, 2016 at 3:59 pm #693856Hi,
can you provide us a precise links where we can see the images in question please?
Best regards,
AndySeptember 30, 2016 at 4:27 pm #693896Hi Andy!
Yes, of course.Thank you very much
Best regardsOctober 5, 2016 at 1:43 pm #695466Hi,
if you want same height for all your images, try this code inside Quick CSS field:
ul.products li a img { height: 400px; }
and adjust as needed. Don’t forget to clear browser cache and hard refresh a few times.
Best regards,
AndyOctober 5, 2016 at 3:45 pm #695544Hy Andy!
Thank you very much!
I’ve solved, but not completely.
Page “shop” has a useless white space =( I’ve tried to change it in woocommerce > settings > products > display (see images) but don’t restrict.
Then, when entry in a category, images are too big yet =( (see link 1), images are blurry even..While in a product page doesn’t blurry (link 2)Thank you very much
October 7, 2016 at 10:25 am #696374Hi,
I can’t see any useless white space on the link you’ve provided. Can you share a precise link showing what you are showing in your screenshot please?
Best regards,
AndyOctober 7, 2016 at 11:40 am #696399Hi Andy!
Yes, of course.October 7, 2016 at 1:27 pm #696465Hi,
try this code:
.shop_columns_3 .products .product { width: 19%; }
and adjust as needed.
Best regards,
AndyOctober 7, 2016 at 3:19 pm #696537Oh Andy, I love you!!! *_*
Last problem with images: In categories page, images of products hasn’t same size yet (link), why? All others images are ok.
You’re very very very very very very very very kind!
Thank you so muchOctober 10, 2016 at 12:52 pm #697270Hi,
to change image sizes on the last link you’ve provided, use this code:
#top .thumbnail_container img { width: 250px; max-width: 250px; height: 250px; }
and adjust the values as needed.
Glad you are happy!
Best regards,
AndyOctober 11, 2016 at 12:09 pm #697755Hi Andy, doesn’t work =(
October 11, 2016 at 1:43 pm #697830Hi,
try to add an !important:
#top .thumbnail_container img { width: 250px !important; max-width: 250px !important; height: 250px !important; }
Don’t forget to clear browser cache and hard refresh a few times.
Best regards,
AndyOctober 11, 2016 at 3:02 pm #697897Hi Andy..doesn’t work =(
I think the container size depends how many rows there are in description (image).Thank you
Best regardsOctober 13, 2016 at 8:01 am #698598Hi!
Apply a minimum height to the description containers.
#top .inner_product_header { min-height: 178px; }
Regards,
IsmaelOctober 13, 2016 at 3:14 pm #698783Hi Ismael!
Works! *_*
But doesn’t work in “shop page”, “categories pages” and “subcategories pages” =( (link)Thank you so much
Best regardsOctober 14, 2016 at 1:40 pm #699099Hi,
you can adjust width on your shop page with this code:
div .products .product a, div .products .product a img { width: 150px; }
Best regards,
AndyOctober 14, 2016 at 4:15 pm #699201Hi Andy!
Doesn’t work =( (images)October 17, 2016 at 10:23 am #699866Hi,
of course you need to adjust the value by yourself, to find what fits best to you. I logged into you backend and put this into your Quick CSS field:
/*kriesi custom code*/ div .products .product a, div .products .product a img { width: 175px; }
and it seems to adjust the images, but as said adjust it as you need it.
Best regards,
AndyOctober 17, 2016 at 7:03 pm #700190Hi Andy!
I do it..but the images hasn’t same size yet in shop page (image and link1), “categories pages” and “subcategories pages” (other links)
Thank you very much
Best regardsOctober 19, 2016 at 11:30 am #701152Hi,
Try this code:
li.product-category.product { width: 22%; }
And adjust as needed.
Best regards,
AndyOctober 19, 2016 at 12:22 pm #701206Hi Andy!
Doesn’t work..the height doesn’t change =( The problem is the height =(Thanks
Best RegardsOctober 21, 2016 at 12:28 pm #702330Hi,
then simply use height instead of width value in my code:
li.product-category.product { height: 240px; }
Also this might be useful to you:
#top .products .product-category img { height: 240px; }
Best regards,
AndyOctober 21, 2016 at 6:58 pm #702590Hi Andy!
I used first code…works *_*
Thanks thanks thanks thanks!!!Best regards
October 25, 2016 at 5:52 am #703549 -
AuthorPosts
- The topic ‘Product size (in woocommerce)’ is closed to new replies.