Adding both Amazing Slider and Amazing Carousel to Volusion website

Question:

Hello, I recently purchased a commercial bundle of the amazing slider and carousel. I am having a problem though, I want to run the amazing slider on the homepage of my Volusion site, and the Amazing Carousel on a separate page within the same site. Is this possible? I have entered the code, but only the amazing slider works because it is the last script before the close of the </head> tag. Please let me know what can be done about this! Thank you very much for your support.

Answer:

When adding the head section code, please remove the second line of jquery.js.

For example, for the following code, you need to remove the line marked by red:

<!– Insert to your webpage before the </head> –>
<script src=”http://yourvolusionsite.com/v/carousel/jquery.js”></script>
<script src=”http://yourvolusionsite.com/v/carousel/amazingcarousel.js”></script>
<link rel=”stylesheet” type=”text/css” href=”http://freeshipfit.com/v/carousel/initcarousel-1.css”>
<script src=”http://yourvolusionsite.com/v/carousel/initcarousel-1.js”></script>
<!– End of head section HTML codes –>

<!– Insert to your webpage before the </head> –>
<script src=”http://yourvolusionsite.com/v/homeslider/jquery.js”></script>
<script src=”http://yourvolusionsite.com/v/homeslider/amazingslider.js”></script>
<script src=”http://yourvolusionsite.com/v/homeslider/initslider-1.js”></script>
<!– End of head section HTML codes –>