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

How can I add WOWSlider and jquery thickbox video gallery (v.2.0+) into the same page?

Apr 09, 2012

Q: I have replaced the VideoLightBox gallery with an identical VideoLightBox 2 gallery so it might be a bit more iPad friendly. The wow slider has stopped working again, can you help?

A: To use both WOWSlider and the latest version VideoLightBox into the same page you should do the following:
1) Head section of WOWSlider should be before head section of VideoLightBox in the your code.
2) Remove following line from WOWSlider head section:

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


3) Following line:

<script type="text/javascript" src="engine1/wowslider.js"></script>


should be in WOWSlider body section before line:

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

Related