Alok Maheshwari
    Spectator
    Posts: 303
    August 11, 2014 at 9:18 pm #10321

    In http://69.195.124.172/~scwcorg/WordpressSCWC/wp-content/plugins/light/js/light.js

    change
    jQuery(“.video”).fancybox({

    to

    jQuery(“body > .video”).fancybox({

    That should fix the issue.

    Jim Monsma
    Spectator
    Posts: 1
    August 12, 2014 at 3:30 pm #10322

    Thanks very much. Turned out to be easier to turn off the lightbox plugin. All fixed!

    Alok Maheshwari
    Spectator
    Posts: 303
    August 12, 2014 at 11:11 pm #10323

    You are welcome.