Is it possible to insert jquery photo gallery and WOWSlider into the same page?

Q: Hello!

I use WOW first and then use Visuallightbox on the same page it does not load the 2nd one. Can you show how to use it without have problem?

Thank you!

A: To insert VisualLightBox and WOWSlider into the same page you should:

1) Head section of WOWSlider should be before head section of VisualLightBox
in the your code.

2) Remove the following line form VisualLightBox:

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

Related