Is it possible to add lightbox text jquery and WOWslider on the same page?

Q: I was about to buy wowslider but I noticed that as soon as I insert the slider on to my page, the content of visuallightbox stops working properly.

Please advice. The HTML page is attached here. Please let me know what can be done. If there is an unavoidable conflict, then I guess I will keep the visuallightbox but consider other sliders.

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