Viewing 2 replies - 1 through 2 (of 2 total)
  • Quick tip for you:

    Install Firebug (It’s an addon for Firefox) It’ll help you in debugging things like this in the future. After installing Firebug, goto view>Firebug so you see the firebug debugging information at the bottom of the browser window.

    Click on the console tab, reload your web page, and you should see a few errors that explain why your script isn’t working:

    “NetworkError: 404 Not Found – https://videos.storytellermn.com/wp-content/themes/storyteller/js/jquery.js”
    jquery.js
    error:
    “NetworkError: 404 Not Found – https://storytellermn.com/stylesMain.css”

    It looks like jQuery is missing as is one of your stylesheets. Upload jQuery to your theme, and upload/move your CSS file as needed so it’s in the right place and everything should work. Reload the page and see if those errors show up again.

    Hi mtewen, the jQuery library is loaded 2 times, version 1.4 and 1.6, and both times it’s an outdated version, incompatible with Easy FancyBox which needs 1.9+. I have the impression it is the theme that is doing that.

    A quick and dirty fix could be to replace the file /wp-content/themes/storyteller/js/jquery.js with a copy from /wp-includes/js/jquery/jquery.js

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox doesn't work, links to vimeo page instead’ is closed to new replies.