Community Forums › Forums › Archived Forums › General Discussion › woocommerce product image sizes not correct with Beautiful child theme
Tagged: Beautiful, child theme, product size, WooCommerce
- This topic has 6 replies, 4 voices, and was last updated 9 years, 11 months ago by studio2017.
-
AuthorPosts
-
September 16, 2014 at 1:07 am #124623studio2017Member
Hi,
http://test.studio2017.com.au/?product=bridget-kennedy-phos-fate-series
We are new to Genesis and woocommerce. Previously we built our website using WordPress and a free theme. We recently purchased the Beautiful child theme from Genesis and installed the Genesis connect for woocommerce plugin. We are finding that the product images are displaying very BIG. We've changed the woocommerce/settings/product sizes of catalog image to 150, single product image to 250, thumbnails to 90, and regenerated thumbnails using the plugin 'regenerate thumbnails' but they are still displaying very big on the SHOP. See http://test.studio2017.com.au/?product=bridget-kennedy-phos-fate-series for an example. My amateur guess is that the child theme is overriding the settings in woocommerce. If this is the case, how do I get WordPress to point to the woocommerce product size settings? I've googled this but can't seem to find any help.
thanks for your help.September 16, 2014 at 3:40 am #124626BlenderboxMemberYour thumbnail sizes are fine, 250 the product image, and 150 the related products images, you can see that on the image attributes with browser element inspector.
If you want the related products images smaller, you have to change the size of the
- element because the images have 100% width.
For example:
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
width: 25%;
}add this on your child theme style.css file.
September 17, 2014 at 1:19 am #124730studio2017MemberHi thank you for your help Blenderbox.
I made the changes you suggested but it doesn't seem to have made any difference.The images are still displaying larger than the thumbnails that were regenerated.
This seems to be the case for the single product image which is displaying larger than 250 which is the generated image size - they are all displaying as 346 wide. When I inspect the code by right clicking and selecting 'inspect element' it is saying that width is 100%. If I untick this box the single product displays correctly but still leaves an active 'mouse pointer hover area' of the original 100%. For example - http://test.studio2017.com.au/?product=julie-blyfield-earrings
The images in the 'SHOP' all seem to be displaying with a width of 159, even though the actual thumbnails are only 150. http://test.studio2017.com.au/?post_type=product
Another example is the shopping cart when an item is selected which is displaying it at 32px even though the thumbnail is 90px when the element is inspected. http://test.studio2017.com.au/?page_id=6452
I tried adding the code '!important' after the code you suggested but that didn't make a difference either. I've now removed that last bit of code.
Any other ideas?
September 17, 2014 at 4:39 am #124737DTHkellyMemberSeptember 18, 2014 at 2:39 am #124870studio2017Memberhi Kellylise,
Thanks for the links.
They certainly helped with my understanding and removing the blurriness issue . However the Beautiful Theme is still displaying large images in the shop area. It seems that it renders the single image and related images at 346 and the catalogue images at 159 on the SHOP product list page.Does anyone know how I can change the beautiful theme so that the related images and single image are not so massive and are rendered smaller? http://test.studio2017.com.au/?product=bridget-kennedy
September 29, 2014 at 7:39 am #126146alistairmckenzieMemberI have the same issue, I haven't got a fix as yet but think it is something to do with the latest version of woocommerce it doesn't seem compatible with Genesis Connect for woo commerce
October 6, 2014 at 11:49 pm #126963studio2017MemberHi Alistair,
We are new to Genesis. Is this sort of compatibility bug generally fixed quite quickly? We went with Genesis because we thought they would be on top of all these things. - element because the images have 100% width.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.