Home › Forums › Basel support forum › Thumbnails not showing
Thumbnails not showing
- This topic has 7 replies, 2 voices, and was last updated 8 years, 3 months ago by Artem Temos.
-
AuthorPosts
-
August 18, 2016 at 9:12 am #2837
mastubbsParticipantHi!
First, thanks for a great theme. I’m already enjoying setting it up!
Im having a slight problem in that my image thumbnails arn’t desplaying in the front end. They are visable in the admin, and the main product image is visable on the product page. But in the shop page the thumbnails do not display. Likewise, they do not display on the product page, only the main image.
I suspect this is a problem with the integration/permissions of the products that were already in the shop when i installed the theme. The imported demo xtemos product images do seem to be working.
I was wondering if you would mind taking a look?
Thanks very much for your help with this.
August 18, 2016 at 3:48 pm #2850
Artem TemosKeymasterHi,
Thank you for using our theme, you web-site going to be very nice 🙂
We just seen your web-site and it seems that thumbnails are shown correct on the product page https://gyazo.com/7b46fe401a2b5c3f71d5bced44675005 Do you still have any problems?
And yes, some images are not shown but it may be caused by wrong attributes width and height for each image that are set to 0 and 1 at the moment. We don’t know where did you set them. But you can try to fix it with this code snippet. Add it to the Custom CSS section in Theme Settings
img { width: auto; }
Regards
August 19, 2016 at 1:36 pm #2895
mastubbsParticipantHi! Thanks for the quick and helpful reply. Yes that CSS helped! Images now appear in product grid and thumbnails. The images are imported using a feed so maybe they come with the attributes attached.
The only problem now is that the lightbox zoom function doesnt work for the images. Still just seeing empty lightbox. Any CSS to help with that?
Thanks!
August 19, 2016 at 3:54 pm #2910
Artem TemosKeymasterThis problem is also because of 0 images sizes. And it can’t be fixed with CSS, please review your configuration or any other places where this size may be set https://gyazo.com/c41394a762ee53e30b3bbbed0f7fbc1b
August 19, 2016 at 4:38 pm #2919
mastubbsParticipanthumm.. ok, is there a way to completely disable the image lightbox then?
August 19, 2016 at 4:50 pm #2922
Artem TemosKeymasterTry to use this CSS
.single-product-content .woocommerce-main-image { pointer-events: none; }
Regards
August 19, 2016 at 5:59 pm #2927
mastubbsParticipantThanks, that worked while i try to work out how to fix the dimensions problem.
Cheers
August 19, 2016 at 8:17 pm #2932
Artem TemosKeymasterGreat, you are welcome 🙂
-
AuthorPosts
- You must be logged in to create new topics. Login / Register