Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Micah Wood

    (@woodent)

    @tpace,

    It looks like you doubled up on the script tags in your Google analytics code. This is causing a JavaScript error and is preventing the code that runs the slider ( and probably other things on your site ) from working as well.

    Thread Starter tpace

    (@tpace)

    Thanks! It was actually the Facebook plugin I was using. I disabled it and its now working correctly. So I have doubled up analytics code? I dont see that. Anyway thanks for responding!

    Plugin Author Micah Wood

    (@woodent)

    Ah. So it was a plugin conflict.

    I actually still see an ‘Uncaught syntax error: Unexpected token’ message in the JavaScript console. Apparently this isn’t an issue that is preventing JavaScript from running but if you want to fix it, this is what your Google analytics code looks like:

    <script  type="text/javascript"><script type="text/javascript">
      ... analytics code is here ...
    </script></script>

    There should only be one opening and closing script tag.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sliders Stopped Working All of a Sudden’ is closed to new replies.