hope someone can help...
i attempted to make this slider work on vivvo 4.5. but it isnt working..
<vte:include file="{VIVVO_TEMPLATE_DIR}custom/home/slider-nivo.tpl" />
HTML Code:
<vte:template>
<vte:header type="script" href="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" />
<vte:header type="script" href="{VIVVO_THEME}slider-nivo/js/jquery.nivo.slider.pack.js" />
<vte:header type="css" href="{VIVVO_THEME}slider-nivo/css/nivo-slider.css" />
<div id="slider">
<img src="{VIVVO_THEME}slider-nivo/img/nature-photo1.png" alt="" />
<a href="http://dev7studios.com"><img src="{VIVVO_THEME}slider-nivo/img/nature-photo2.png" alt="" title="#htmlcaption" /></a>
<img src="{VIVVO_THEME}slider-nivo/img/nature-photo3.png" alt="" title="This is an example of a caption" />
<img src="{VIVVO_THEME}slider-nivo/img/nature-photo4.png" alt="" />
</div>
<div id="htmlcaption" class="nivo-html-caption">
<strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
</div>
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
</vte:template>
can anyone see what i am doing wrong