Tagged: x
-
AuthorPosts
-
May 29, 2016 at 12:58 pm #1015393
Jennifer PParticipantHi, I followed this thread: https://community.theme.co/forums/topic/product-image-size-settings-missing-in-woocommerce-product-options/ and installed the function recommended to be able to control the product thumbnail size.
This added back the product image settings, BUT, the problem is now two images are showing where one should be: http://www.qboxmonthly.com/temp/shop/
I really just want to be able to have the image thumbnails be the same height in the product grid without being cropped. Any ideas?
May 29, 2016 at 1:01 pm #1015394
ThaiModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
β Link login to your site
β WordPress Admin username / password
β FTP credentialsDonβt forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
May 29, 2016 at 1:03 pm #1015395
Jennifer PParticipantI’m now trying to modify this CSS to change the image size. However, instead of a proportional change it is stretching the image:
.woocommerce li.product .entry-featured img
May 29, 2016 at 1:56 pm #1015435
RupokMemberHi there,
Kindly clarify what you are trying to achieve. A screenshot would be appreciated.
Thanks
May 30, 2016 at 11:20 am #1016699
Jennifer PParticipantThis reply has been marked as private.May 30, 2016 at 11:24 am #1016703
Jennifer PParticipantOn the checkout page, my images are cropped.
On any product page where I try to pull in the data through a shortcode, it pulls in the full-size image instead of a thumbnail.
When I installed the function to add back in the Product Image Dimensions and used those dimensions, I ended up with 2 images for each product on my product page. And the thumbnails that were generated are cropped as the image is on the checkout page.
Can I make my own thumbnails, upload them via FTP and overwrite the generated thumbnails?
May 30, 2016 at 11:25 am #1016705
Jennifer PParticipantAnd one more screenshot:
May 30, 2016 at 11:28 am #1016709
ThaiModeratorHi There,
Please try with this CSS:
.woocommerce li.product .entry-featured img { max-height: 340px; width: auto; min-width: auto; margin: 0 auto; display: block; }Hope it helps π
May 30, 2016 at 6:50 pm #1017149
Jennifer PParticipantUnfortunately, this doesn’t work. It stretches the images out instead of maintaining their aspect ratio. See the attached screenshot. Any other ideas?
and did you have any thoughts about how to fix the cart images that are cropped?
May 30, 2016 at 8:10 pm #1017287
Jennifer PParticipantOkay, so replacing image thumbnails via FTP worked for my cart images.
Still having issues with the Product page stretching.
May 31, 2016 at 12:11 am #1017529
ChristopherModeratorHi there,
Please update your code to :
.woocommerce li.product .entry-featured img { max-width: auto; min-width: auto; margin: 0 auto; display: block; width: 50%; } .woocommerce li.product .entry-featured { height: 285px; }Hope it helps.
May 31, 2016 at 2:30 pm #1018697
Jennifer PParticipantThat fixed it! Thanks so much!
May 31, 2016 at 5:53 pm #1018955
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1015393 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
