Home › Forums › All Other Themes › woocommerce 3.3.2
- This topic has 7 replies, 2 voices, and was last updated 5 years, 3 months ago by
Breda.
-
AuthorPosts
-
February 21, 2018 at 4:40 pm #94784
Hi
I’m using the Industrial theme and upgraded to woocommerce 3.3.2. I am adding product images and I went to appearance – customize – woocommerce and set the product image width to 300px. I waited for the images to regnerate but it is still scaling the product images up to approx 500px in width.
Is this theme compatible with the new woocommerce and how it handles images?
http://prntscr.com/ihw3oz
thanks,
BredaFebruary 22, 2018 at 5:29 am #94809Hi,
Kindly show us your website URL?
Regards,
BradFebruary 22, 2018 at 8:58 am #94833Its not live, I’m using local host.
Here is a screen shot of the product page and product info:
http://prntscr.com/ii6l3h
thanks,
BredaFebruary 22, 2018 at 12:19 pm #94894Hi,
Okay, first you make the website live on test server, then we will resolve the issue.
Regards,
BradFebruary 22, 2018 at 12:20 pm #94895I can’t do that easily, do you have a demo site with the new woocommerce on it that I can have a look at?
Have you tested the woocommerce product size settings on any of your themes?
thanks,
BredaFebruary 22, 2018 at 12:36 pm #94898Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.woocommerce div.product div.images img { width:70% !important;}
Regards,
BradFebruary 22, 2018 at 4:11 pm #94911Hi no that made no difference. In the industrial theme it is not using a div, it uses UL, li for the styles.
Can you try woo commerce 3.3 on this theme please?
then you can see if the settings work.
Thanks,
BredaFebruary 22, 2018 at 4:40 pm #94912I got the product image the correct size with this override as all my images are the same height but different widths:
.woocommerce img, .woocommerce-page img {max-height: 554px;
width: auto !important;} -
AuthorPosts
- You must be logged in to reply to this topic.