In a Shopify collection page, product image scrolling behavior is inconsistent. The first product (foldable weight bench) shows navigation arrows but only cycles through the first 5 images, not the full gallery.
The other two products (stool and t‑shirt) do not scroll at all; clicking their images navigates directly to the product page. The request is to enable an image carousel (scrollable gallery) on these items similar to the bench, and to extend the bench’s carousel to include all images.
Context: A public URL is provided, and a screenshot is attached to illustrate the collection grid and controls. No theme name, settings, or code were shared.
Status: No solutions or fixes yet. The thread is open, seeking guidance on theme settings or custom code/JS to support full carousel functionality across all products.
Summarized with AI on December 24.
AI used: gpt-5.
I have three products and the first (foldable weight bench) has arrows but only clicks through the first 5 of its total images. The other two images (stool and t-shirt) don’t scroll at all, they just jump to their respective page when clicked. Any way I can make the other two scroll like the first product on the left? And is there way for the bench to scroll through all its images?
This is a setup issue. Only the bench is using an image carousel, and it’s limited to 5 images. The stool and t-shirt images are standard links, so they jump to the product page instead of scrolling.
Fix:
Enable the same image carousel/slider for all product cards.
Increase or remove the image limit on the bench’s carousel.
Once they share the same carousel settings, all products will scroll consistently.
You have already uploaded all the images on the product page. If it’s still not working, please send me the Collaborate code and I’ll check it and update you.
I see the code deeply, and found that your current product card has built in this way, that it shows the arrows on the first product cards only. For the other product cards it will not show even though it has more than 1 image.
So, in order to add it requires to add a custom code into your theme file.