Reputation: 551
I am using Jquery Gallerific Gallery : http://www.twospy.com/galleriffic/index.html
To show a gallery. However after thumbnails have been loaded no image seems to load and loading gif appears constantly. Here is the url: http://contestlancer.com/salon/gallery.php
Can you tell me what could be the problem? Ahmae
Upvotes: 0
Views: 191
Reputation: 551
Ok found the problem. I was including the files opacityrollover.js and history.js in the header.php but function cal to load gallery was in footer. So moving the above mentioned files to footer did the trick. Thanks everyone
Upvotes: 0
Reputation: 440
after this js/jquery.galleriffic.js"
add below code
<script type="text/javascript" src="js/jquery.opacityrollover.js"></script>
include this script in your index.php file
Upvotes: 1