Why is my image slider out of whack?

fuzzybabybunny

Moderator<br>Digital & Video Cameras
Moderator
Jan 2, 2006
10,455
35
91
http://victorlinphoto.com/realestate/images.php

The second image slider with the Click Image to Enlarge section. If you click more more more the images go out of sync.

<script src="/js/slides.min.jquery.js"></script> is used for the top banner slider

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> is used for the image gallery slider

<script src="../js/jquery.newsslider.js" language="javascript" type="text/javascript"></script> is use for both sliders - this may be where the conflict is?
 

fuzzybabybunny

Moderator<br>Digital & Video Cameras
Moderator
Jan 2, 2006
10,455
35
91
Oh what the hell... it fixed itself. I disabled the script with comments, re-enabled it by deleting the comment tags, and it works now.
 

rozkan

Member
Mar 1, 2013
44
0
0
For future reference: if you click Ctrl+F5 while the internet browser is open, it will clear the browser's cache.