Of all the transition types, I only want fading to occur between each of my 5 images.
Would you tell me
1. Which file do I need to alter?
2. What must I alter?
Thanks
Of all the transition types, I only want fading to occur between each of my 5 images.
Would you tell me
1. Which file do I need to alter?
2. What must I alter?
Thanks
Hey,
just go to Avisio Options > Slideshow Options - set the transition type to fading and set rectangle width or rectangle height to 1000px.
Wait?!?
are you saying there is a control panel for aviaslider?
I have the AviaSlider Banner Rotator.
How do I get to the control panel?
I have been doing everything manually through FTP client.
o-O
Hey,
no sorry. You posted your request in Avisio forum so I thought you're using Avisio. To change the transition type open up custom.js and replace following code:
$('#frontpage-slider').aviaSlider({ blockSize: {height: 80, width:80},
transition: 'slide',
display: 'all',
transitionOrder: ['diagonaltop', 'diagonalbottom','topleft', 'bottomright', 'random']
});
with:
$('#frontpage-slider').aviaSlider();You must log in to post.