I don't think this is in the docs, my apologies if I have overlooked it. Fantastic template by the way. Absolute nice !

Thanks,

Andy

Comments

danpros’s picture

Hi Andy,

Thanks, you can do that by modify and adding this in page-front.tpl.php

  <script type="text/javascript">
jQuery(document).ready(function($) {
    $('.slideshow').cycle({
		fx: 'fade' , timeout: 8000, delay: 2000, randomizeEffects: false, requeueOnImageNotLoaded: true, requeueTimeout:  2000});
});</script>

change the above code to

  <script type="text/javascript">
jQuery(document).ready(function($) {
    $('.slideshow').cycle({
		fx: 'fade' , timeout: 8000, delay: 2000, randomizeEffects: false, requeueOnImageNotLoaded: true, requeueTimeout:  2000, pause: 1});
});</script>

Dan

afolz’s picture

Status: Active » Closed (fixed)

Thanks a million, works like a champ!

tomlin’s picture

Version: 6.x-2.0 » 7.x-1.0

nm