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

Is it possible to add WOWSlider and free jquery video player on the same page?

Mar 17, 2014

Q: Hi, I have WOW slider (licensed version) on some pages on my website. I would like to add video lightbox. Will there be any conflict?

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