Image Does Not Scroll/Advance Issue on Mobile

The product images on our mobile site will not scroll/advance, meaning only one image shows.

Any ideas what the issue is? Furthermore, our image Zoom feature does not work on desktop or mobile. We use the Prestige Theme.

https://studiostockhome.com/products/essentials-petite-candle-set

Thanks in advance!

Have you (or someone else for you) modified the main Product page section?

The theme passes section settings as parameter on the element, the code is similar to (i guess):


Note that this code uses ticks. Here is how it’s rendered:

For main product section it seem to use quotes:


And this causes the problem because quotes are now nested, which is wrong -- see how browser uses different color to show it:

![Screenshot 2024-10-17 at 2.12.46 PM.png|639x441](upload://t4gH85BBx1I7UT2PmqAr5PROqr3.png)

You need to find this code in your main product page section and replace wrapping quotes with ticks.

I've replaced some code with ellipsis for brevity and I do not have source code for Prestige, so it may look a bit different.