fabiorino / crelly-slider

A free responsive slider for WordPress that supports layers. Add texts, images, videos and beautify them with transitions and animations.
MIT License
104 stars 36 forks source link

TypeError: L(...).finish is not a function #31

Open johnmarlow007 opened 8 years ago

johnmarlow007 commented 8 years ago

Hello. As I mentioned before, this is a great project, but now I bumped into an error that I cannot sort out after quite a few attempts.

TypeError: L(...).finish is not a function jquery.crellyslider.min.js:11:14965 f() jquery.crellyslider.min.js:11 r() jquery.crellyslider.min.js:11 i/</e<() jquery.crellyslider.min.js:11

I mention the website runs WP and jquery v1.8.3 (loaded by the theme)

I hope you have an idea about what is going on...

fabiorino commented 8 years ago

I'm sorry if I answer so late, I was abroad last week. Are there any other javascript errors in the console?

onigetoc commented 8 years ago

I have the same error on a website and it work on another web site. The only thing i found about it is using bind() but bind may have to be replaced by .on(): http://stackoverflow.com/questions/29804589/prevent-loss-of-context-for-this-variable-in-a-function-passed-as-a-parameter

Update, i changed all 24.finish() bystop(true,true) and it fixed my problem.

fabiorino commented 8 years ago

Probably you jQuery version is very old. I would suggest to update it and finish() will work

onigetoc commented 8 years ago

I can't update, it break other client site script. but the stop worked for me.