Viewing 1 replies (of 1 total)
  • Hi Athen,

    I’m glad you like the plugin, thank you for using it!
    I’m sorry to hear you’re getting this error.

    It looks like your page is loading two versions of jQuery: 1.9.1 in the header, and 1.11.1 in the footer…

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">

    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>

    I haven’t tested configurations like this to be sure this is the cause, but calling multiple versions of jQuery can often cause unusual behaviors and errors.

    Can you try removing the call for jQuery 1.9.1 and see if that works?

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘JS error’ is closed to new replies.