Re: Dawn Theme: My product page displays the wrong amount of images for each variation.

Dawn Theme: My product page displays the wrong amount of images for each variation.

Yours2Keep
Visitor
1 0 0

I uploaded 4 images for my product, but landing on the page it only shows 3 images. However, when I select the color variations that's when they show the right images. The part that really bothers me is that on mobile, it says I have 4 images but I can only scroll to the third image. And then when I click on a variation, it says I have 3 images for that variation when I actually just have 2. I don't want my customers struggling to scroll for the last image and getting frustrated when there's nothing there.

 

This is an issue across all my products. For some products, the displayed amount of images fluctuates up and down. It'll say there's 4 images in the slide, but there's actually 5 so the slider says 5/4. On the same product but different variation, it'll say there's 6 images but you can only slide to the 5th image. And so then the slider says 5/6

 

My shop url is yours2keep.store

 

I followed a tutorial to link color variations to specific images using this video.

 

Image Slider says 5/6 but there's only 5 images available for this variationImage Slider says 5/6 but there's only 5 images available for this variationImage Slider says  5/4  which shouldn't be possibleImage Slider says 5/4 which shouldn't be possible

Replies 3 (3)

vmstukalov
Shopify Partner
28 1 8

Hello.

Quick solution:
1. Go to the https://yours2keep.store/admin/themes

2. Actions-Edit Code

3. Select Layouts-theme.liquid

4. Add this code to the bottom of page. Before </body> tag.

<script>
(() => {
try {
const total = document.querySelector(".slider-counter--total");
total.innerText = parseInt(total.innerText) - 1;
} catch (e) {}
})()
</script> 

Result should be looks like: counter.png

Is it helpful? Like and Accept please.
Gaze — order analytics App for your store. Help me get first reviews for my application. Try and rate my App please.
✯✯✯✯✯
uriWebfusion
Shopify Partner
38 5 2

There's no Layouts-theme.liquid on Dawn theme 9.0

kicha
Visitor
1 0 0

Screenshot 2023-11-03 at 5.39.49 PM.png

uncheck this box