Slideshow Images Stacking Not Rotating
-
I manage two WordPress sites using the slideshow and all of a sudden the slideshow images are stacking not rotating. Both are on the Thesis theme. Any suggestions?
The sites are:
http://www.oneotacoop.com
http://www.countryviewdairy.comThis is what someone from the Thesis forum suggested- but I don’t know much about Javascript.
On both sites, you are calling two different versions of the jQuery library. This is from the page source of the dairy site:
Code:
<script type=’text/javascript’ src=’http://www.countryviewdairy.com/wp-includes/js/jquery/jquery.js?ver=1.8.3′></script><script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script>
Perhaps the slider problem is caused by a conflict caused by calling these two versions of jQuery. However, I had thought that the jQuery library that comes with WordPress was already set to the ‘no conflict’ mode and so might avoid this sort of thing.
The topic ‘Slideshow Images Stacking Not Rotating’ is closed to new replies.