user2386868
user2386868

Reputation: 1

Flexslider - what am I doing wrong?

I had a really simple question.

I'm trying to implement Flexslider (http://www.woothemes.com/flexslider/) onto my page http://www.gofree.com/123-LAC/ but it does not seem to work (the images appear really large and are listed).

I followed all of the directions on the page. What am I doing wrong?

Thanks in advance!

Upvotes: 0

Views: 287

Answers (1)

Tamil Selvan C
Tamil Selvan C

Reputation: 20199

Use jquery library above the flexslider.

<link rel="stylesheet" href="styles/flexslider.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src="styles/jquery.flexslider-min.js"></script>

And dont use another jquery library in that page. It create the conflict of both jquery library.

Always Use jquery latest.. It improve the efficiency and performance of the site

Learn jquery

Upvotes: 1

Related Questions