Hello everyone
I searched this thread for help however wasnt able to get the slider working correctly on our site
http://www.kriesi.at/support/topic/avia-slider-installation
Here is the head tag code
<!-- ########## CSS Files ########## -->
<!-- Screen CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<!-- lightbox CSS -->
<link rel="stylesheet" href="js/prettyPhoto/css/prettyPhoto.css" type="text/css" media="screen" />
<!-- ########## end css ########## -->
<!-- JAVASCRIPT GOES HERE -->
<script type='text/javascript' src='js/jquery.js'></script>
<script src="js/prettyPhoto/js/jquery.prettyPhoto.js" type="text/javascript"></script>
<!--this file includes the aviaslider: -->
<script type='text/javascript' src='js/jquery.aviaSlider.js'></script>
<!--this file includes the activation call for the avia slider. You should edit here: -->
<script type='text/javascript' src='js/custom.js'></script>
<script type='text/javascript'>
jQuery(document).ready(function(){
// here you can see the slide options
jQuery('#aviaslider').aviaSlider();
});
</script>
Images code
[ul id="aviaslider"]
[li][a href="images/slides/1.jpg" title=""][img src="images/slides/1.jpg" alt="" /][/a][/li]
[li][a href="images/slides/2.jpg" title=""][img src="images/slides/2.jpg" alt="A heading of your choice :: This is the image description defined in your alt tag" /][/a][/li]
[li][a href="images/slides/5.jpg" title=""][img src="images/slides/3.jpg" alt="Another heading :: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor" /][/a][/li]
[li][a href="images/slides/4.jpg" title=""][img src="images/slides/4.jpg" alt="No Heading, just a line of content" /][/a][/li]
[li][a href="images/slides/5.jpg" title=""][img src="images/slides/5.jpg" alt="" /][/a][/li]
(< and > replaced by [ and ])
Thank you for any help you can provide







