Hi Everyone,
I have several images uploaded for a product, however when I visit the product page only the first image is appearing and the other ones are somehow suppressed. I am guessing that the issue is due to a code or template. There is a workaround by adding the images as lifestyle images in the product template. However, I do not think that they appear correctly when I use that workaround. I have attached below the images to demonstrate the problem. They show the uploaded images in the product setting and product page in Shopify respectively. Do you have nay solution suggestions? The URL of our website is: www.youthandearth.com.
Regards,
Gounay
Hello @Gunay_Zort ,
In your Store
Admin->Actions->Edit Code->Assets->theme.scss
and paste following code at the bottom.
#shopify-section-product-template .product-single .thumbnails-wrapper {
display: block!important;
}
hello @Gunay_Zort
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#shopify-section-preservage-product-template .product-single .thumbnails-wrapper {
display: block;
}
Hi @oscprofessional ,
Thanks for your response and help. I just wanted to ask you a few more questions. I think the code you have provided is for products using default template, however I am using several templates for my products. Should I amend the code for each product template I have, and paste them separately? Also, we decided that we want to suppress the 2nd image on our product gallery, so that it does not appear when the customers visit, but it is still present in the gallery. Do you think it is possible to suppress it via a code? My last question is, when I enabled the product images using your code, they appeared below the product. However, we decided that we want them to appear on the left hand side of our products. Do you think that it is possible to achieve that? I have attached an image below from another version of our website to demonstrate this last point.
Regards,
Gounay
Hi @Kinjaldavra ,
Thanks for your response and help. I just wanted to ask you a few more questions. I think the code you have provided is for our preservage product, however I am using several templates for my products. Should I amend the code for each product template I have, and paste them separately? Also, we decided that we want to suppress the 2nd image on our product gallery, so that it does not appear when the customers visit, but it is still present in the gallery. Do you think it is possible to suppress it via a code? My last question is, when I enabled the product images using your code, they appeared below the product. However, we decided that we want them to appear on the left hand side of our products. Do you think that it is possible to achieve that? I have attached an image below from another version of our website to demonstrate this last point.
Regards,
Gounay