I am using ja fixel template http://www.joomlart.com/demo/#ja_fixel
how to set up various time for images auto sliding separately for each image gallery?
or How to turn off images auto sliding for one gallery and not turn it for another?
for example “Content slideshow 1” animation delay 2 second and for “Nulla adipiscing justo ullamcorper leo” animation delay 5 second or turn off just one of them ?
I know the code :
<script type=”text/javascript”>jQuery(document).ready(function(){
jQuery(‘.fixel-grid-wrapper .carousel’).carousel(‘pause’);
});
</script>
but it stops animation for all gallery.