Hi. I downloaded CleanCut yesturday and now I am trying to get aviaslider to work after I bought it and downloaded the .zip file. I have done some searching but i havn't found how to install/upload it.
So how do I install it?
Hi. I downloaded CleanCut yesturday and now I am trying to get aviaslider to work after I bought it and downloaded the .zip file. I have done some searching but i havn't found how to install/upload it.
So how do I install it?
I figured it out, thanks
Glad that you solved the problem.
I am glad he got the problem solved as well, however, some straight forward installation instructions, along with some trouble shooting would be very helpful.
Here is my code... I get a blank page.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- ########## CSS Files ########## -->
<!-- Screen CSS -->
<link rel="stylesheet" href="http://media14llc.com/grille/style.css" type="text/css" media="screen" />
<!-- ########## end css ########## -->
<!-- JAVASCRIPT GOES HERE -->
<script type='text/javascript' src='http://media14llc.com/grille/js/jquery.js'></script>
<script type='text/javascript' src='http://media14llc.com/grille/js/jquery.aviaSlider.min.js'></script>
<script type='text/javascript'>
jQuery(document).ready(function(){
// here you can see the slide options
jQuery('#aviaslider').aviaSlider();
});
</script>
</head>
<body>
<ul id="aviaslider" class="aviaslider">
<li><img src="images/slides/1.jpg" alt="" /></li>
<li><img src="images/slides/2.jpg" alt="" /></li>
<li><img src="images/slides/3.jpg" alt="" /></li>
<li><img src="images/slides/4.jpg" alt="" /></li>
</ul>
</body>
</html>Hey,
I corrected your code above (I added the slider id and the closing ul tag). Please try it again. Make sure that the image paths are correct otherwise the slider won't appear.
You must log in to post.