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

Is it possible to use free html video player and WOWSlider on the same page?

Dec 26, 2012

Q: I'm having an issue with your products ... I purchased the business license pack last year, and have used it successfully on a few site using the same wiki core.

As soon as the slide attempts to go to the second image, the script freezes.

Other jQuery scripts running are jkmegamenu (which has also been used without issue with WOW Slider in the past), but this is the first time I used the Video Lightbox script that was also part of the package I purchased. WOW Slider wouldn't work at all when included before the Video Lightbox scripts in the page header, so it had to be placed after
the videlightbox.js. If I remove the videolightbox script altogether, WOW Slider works normally.

How do I resolve the conflict between the two scripts (WOW Slider and Video Lightbox), or do I have to choose between one or the other?

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>



What version of WOWslider do you use?

Related