English  Italiano  Français  Español  Dansk  Deutsch  Deutsch  Português  Suomi 
Video Lightbox

Is it possible to create WOWSlider with pop-up lightbox youtube video?

Sep 28, 2012

Q: I'm looking into your slider, and was wondering if I can implement a video light box to open up when the banner is clicked on at one image, and when another image is clicked it should simply go to another page, like a regular link... Is it possible?

A: Yes, it's possible.
1. Create slideshow gallery with links on images when clicked on that should simply go to
another page.
To do it just select image by clicking and specify link in "Url" field.
2. Create VideoLightBox gallery.
3. Past HEAD section of VideoLightBox after HEAD section of WOWSlider.
4. Remove following line

<script src="index_videolb/jquery.js" type="text/javascript"></script>



from HEAD section of VideoLightBox.
5. Add following line

<a href='javascript:$("a#mylink").overlay().load();void(0);'>


under <li> tag and on which you want to add video.
For example:

<li><a href="http://www.visuallightbox.com/" target="_blank"><img src="data1/images/calgaryweddingphotoport2.jpg" alt="calgaryweddingphotoport2" title="calgaryweddingphotoport2" id="wows1_1"/></a></li>


6. Add BODY section of VideoLightBox after BODY section of WOWSlider.

Related