XF 1.5 Javascript interfering with Alerts

viper357

Well-known member
Hi, I have installed a slider called WOWslider but it prevents the Alerts window/popup from opening. I assume there is a Javascipt conflict? Is there a way to fix this? Thanks.

This is part of the code I use
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
 
Last edited:
Remove this line:
Code:
<script type="text/javascript" src="engine1/jquery.js"></script>
jQuery is already included by XenForo on every page.
 
Thank you very much. Such a simple solution and I've been scratching my head for over an hour, lol.

Really appreciate the great support from you guys. :)
 
Top Bottom