I setup a lightbox style gallery that opens up a modal slideshow.
The problem I’m having is if you click on the individual images it does not open up to the specific image on the modal slideshow. I do have these custom attributes on the image data-x-slide-goto="{{dc:looper:index}}" and onclick="location.href=’#our-gallery’;"
The oddest thing is I have the same setup on other pages and it works. Any idea what might be causing this problem?