-
Author
-
November 9, 2017 at 20:14 #179406
broller
ParticipantHi,
the items in the shop don’t look great. The gallery images for the product are full size and need to be small thumbnails.
November 10, 2017 at 17:30 #179465Radu
ModeratorHi,
Check in wp-admin -> woocommerce -> settings -> product -> display.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 10, 2017 at 22:51 #179502broller
ParticipantHi, thank you.
Yes I’ve messed with this alot. It’s not having any effect on the images and for some reason they pull up in a light box instead of in the gallery post. This is how they should be displayed :
https://merchacha.com/product/the-dixie/but this is how they are showing up:
https://client.merchacha.com/product/the-chill/November 13, 2017 at 19:30 #179761Radu
ModeratorHi,
There should be multiple files edited to can add support for woocommerce galley..Also there will be needed this css
COPY CODE@media (min-width:991px) { .woocommerce-product-gallery.woocommerce-product-gallery--with-images {position:relative;} .woocommerce-product-gallery .flex-control-nav, .flex-control-paging { bottom: -150px !important; top:auto; width:100%; display: inherit; padding-left: 7px; } .woocommerce-product-gallery .flex-control-nav li, .woocommerce-product-gallery .flex-control-paging li {width:initial;height:initial;} .woocommerce-product-gallery .flex-control-nav li img, .woocommerce-product-gallery .flex-control-paging li img {max-width: 96px;} .woocommerce-product-gallery .flex-control-nav, .flex-control-paging {} .woocommerce-tabs.wc-tabs-wrapper {padding-top:150px !important;} }
and maybe others…
So please provide to me FTP + wp admin credentials to take a closer look.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.