Hi Everyone,
I’m working on an EE development site and have an image slider that doesn’t display the correct caption with the related image, and it stops sliding after hover. If anyone has the know-how as to what I could do to troubleshoot, I would be most appreciative!
Here’s what I have in an EE template, but I’m thinking this is more of a JS issue, of which I have no idea where to begin. Instead of having to find a new slider, I thought it may be a short, quick line of code?
{exp:channel:entries channel="homepage_image_slider"}
<div class="slide">
{if no_results}<center>There are no images available</center>{/if}
{homepage_image_slider}
<div class="caption">{caption}</div>
</div>
{/exp:channel:entries}The JS file is located HERE, and is the “Front Slides” section of the file. The page the slider is on is HERE.
Thanks so much for any and all help!!