How can I add both online photo albums and WOWSlider on the same page?

Q: I like your VisualLightBox gallery and I have already WOWSlider on my webpage. Is it possible to use both these products on the same page?

A: Yes, it's possible. 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 head section:
<script src="engine/js/jquery.min.js" type="text/javascript"></script>

Related