not working embedded.

WebSupport

Active member
Hi there!

It's looks like the issue is because of two different versions of jQuery script running on this page (old one at the top of the page and newer one included at the bottom).

Please try replacing the link to the old version of jQuery at the top, i.e:

Code:
<script type="text/javascript" src="http://studio488.co.uk/home/360/shoe/imagerotator/html/js/jquery-1.8.3.min.js"></script>

With the one that is used at the bottom of the page (remove this line from the bottom of the page as well so that there's just one copy of the script on the page), i.e:

Code:
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> 
<script type="text/javascript" src="js/jquery.min.js"></script>

If you need help with this, please let us know.
 
Top