Hi,
apologies for hijacking this thread. I purchased Aviaslider last night and have so far installed it on a (local) site and it's zooming with lightbox but I have some issues:
The slides are 700px by 443px, they display fine but it's doing the drop curtain fade and always duplicates a small section of the left side of the image on the right which then disappears and the slide becomes 700x443 again.
I cannot make it do a simple slide in from the right slide - I dont want any fancy animation just simple right to left slide in.
The controls beneath the slides will not appear despite the files from the download being there.
My code is:
<!-- 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.min.js'></script>
and...
<ul class='aviaslider' id="frontpage-slider">
unordered list for 5 slides etc
and...
var defaults =
{
slides: 'li', // wich element inside the container should serve as slide
animationSpeed: 900, // animation duration
autorotation: true, // autorotation true or false?
autorotationSpeed:3, // duration between autorotation switch in Seconds
appendControlls: '', // element to apply controlls to
slideControlls: 'items', // controlls, yes or no?
blockSize: {height: '443', width:'700'},
betweenBlockDelay:60,
display: 'topleft',
switchMovement: false,
showText: true,
transition: 'slide', //slide, fade or drop
backgroundOpacity:0.8, // opacity for background
transitionOrder: ['diagonaltop', 'diagonalbottom','topleft', 'bottomright', 'random']
};
any help would be gratefully received.
Thanks
Aviaslider Problems - Options/Control
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
Have you checked the size of the slides matches the size of the container exactly?
I came across this issue a while ago and it was because the images' size didn't match the container.
What's the site URL?
James
Posted 2 years ago #
Reply
You must log in to post.














