Love your Slider product!
We are user the slider on our home page and it seem to be working fine except when you use our secure site:
https://www.croftgateusa.com/
How can I tell what is causing the conflict?
Hi, you have some jquery.js include after the revolutino js includes. Please remove that jquery include, or make option from the instructions on the slider (put js on body).
Hi, you have some jquery.js include after the revolutino js includes. Please remove that jquery include, or make option from the instructions on the slider (put js on body).
screenshot from the js includes:
http://screencast.com/t/pksDjGdM
When I change jquery to the body I get a different error. See link now:
https://www.croftgateusa.com/
In my template file this in the file... should I edit this:
<script type="text/javascript">if ('undefined' != typeof jQuery) document._artxJQueryBackup = jQuery;</script>
<script type="text/javascript" src="<?php echo $templateUrl; ?>/jquery.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
<script type="text/javascript">if (document._artxJQueryBackup) jQuery = document._artxJQueryBackup;</script>
Hi, I see that you are loading old jquery.js version. Please update the file to new one (1.8.3 + )
http://screencast.com/t/VyZJoSl4V