Ahmar Ali
Ahmar Ali

Reputation: 551

Jquery Gallery not working

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

Answers (2)

Ahmar Ali
Ahmar Ali

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

Umesh Panchani
Umesh Panchani

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

Related Questions