Uncaught type Error by jQuery Flexslider

331 views Asked by At

i have a problem on the following site: http://www.turtle-esport.de/v3

In the Console is this error:

Uncaught TypeError: $(...).flexslider is not a function

I hope anyone can help me to find the failure.

2

There are 2 answers

0
Praveen Kumar Purushothaman On BEST ANSWER

This is really the answer! Looks like the version you are loading for FlexSlider is corrupt. Please try to get a fresh copy from GitHub's repository. Coz that works!

Preview:

1
kshitij On

This is mainly because of 2 reasons: 1. You are adding more than 1 jquery library, remove older jquery and only 1 latest jquery 2. Place allother scripts below jquery

Currently your jquery is conflicting with one another and so you are seeing error in your console