Q: Having trouble with VideoLightbox coexisting on the same page with VisualLightbox in Google Chrome. Works fine in Internet Explorer. Do you know of a solution?
A: To install VisualLightBox and Video LightBox galleries on the same page, you should:
- set Video LightBox HEAD section before VisualLightBox HEAD section;
- remove the following line from VisualLightBox HEAD section:
<script src="engine/js/jquery.min.js" type="text/javascript"></script>
So you'll have:
<head>
...
<!-- Start VideoLightBox.com HEAD section -->
<link rel="stylesheet" href="video/engine/css/videolightbox.css" type="text/css" />
<style type="text/css">#videogallery a#videolb{display:none}</style>
<link rel="stylesheet" type="text/css" href="video/engine/css/overlay-minimal.css"/>
<script src="video/engine/js/jquery.tools.min.js" type="text/javascript"></script>
<script src="video/engine/js/swfobject.js" type="text/javascript"></script>
<!-- make all links with the 'rel' attribute open overlays -->
<script src="video/engine/js/videolightbox.js" type="text/javascript"></script>
<!-- End VideoLightBox.com HEAD section -->
<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="visual/engine/css/vlightbox2.css" type="text/css" />
<link rel="stylesheet" href="visual/engine/css/visuallightbox.css" type="text/css" media="screen" />
<script src="visual/engine/js/visuallightbox.js" type="text/javascript"></script>
<script src="visual/engine/js/vlbdata.js" type="text/javascript"></script>
<!-- End VisualLightBox.com HEAD section -->
...
</head>
We have an jquery embed youtube issue with a youtube video lightbox white box overlaying about half of the video only in how embed video in internet explorer, though is there anyway to fix this. It works fine through my safari browser on computer and laptop, but just gives me a spinning wheel through lightbox on iPhone/iPad. Please advise how to change.
I am testing with a html5 video lightbox free version of videolightbox on my website, but cannot get Youtube videos to play through videolightbox on iPhone/iPad. I would like to know if this script only publishes video sources such as youtube,veoh etc, or does it have the functionality to publish videos from a youtube popup jquery local mp4/flv file. I am a licensed user. Your help will be appreciated.
Hi, I have WOW slider (licensed version) on some pages on my website. There is a js video gallery title below the jquery player video but not in the frame. What is difference between Single Website license and Unlimited Websites license?
Dear Support, I am testing the Video LightBox and would like to know what is the difference between text and graphic, when I choose title for thumbnail? E.g. i tried to use this video player html5 url: http://domain.com/video.flv I have also tried creating the video html files using a vimeo link and then changing the href to the flv file but the video doesn't load. Does it matter? My browser is Internet Explorer 9.
I have bought Videolightbox with MegaBundle. I'm wondering if you offer a videolightbox money back guarantee on purchases? I am currently using a jquery lightbox youtube thumbnail titles (graphic mode). How to paste it to my own page?
I attempted to use your lightbox youtube jquery fix for making Videolightbox and WOW Slider to work together today but I am having problems. I am using it for a html5 fan site, and wanted to add an flv file offered on a news site. It work fine. How to paste it to my own page?