Hello all,
I am using v1.3.9e and I am having problems figuring out how to install a jquery slide show that I would like to use on my site.
The slide show can be found here: http://nivo.dev7studios.com/
My website is here: http://www.k2incenseherb.com
I want to have the slide show replace banner2 (the right banner) but I am really unclear as to what files I need to tweak to make this happen.
I have placed the following into html_header.php and don't know what to do from here or even if that was the right first step:
<script type="text/javascript" src="includes/templates/theme296/jscript/jquery-1.3.2.min.js"></script>
<script type="text/javascript">
document.getElementsByTagName('html')[0].className = 'js';
</script>
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
Help would be greatly appreciated, thanks!



