Support » Themes and Templates » How do I slow down the slider in the free Antisnews theme?

  • If anyone knows where to find the code and how I should change it, please let me know.

    There’s no setting in the free version to slow down the speed of the slideshow.

    Muchisimas gracias,

    Cindy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open header.php and look for the following:

    <script type="text/javascript">
    jQuery(window).load(function(){
    		jQuery("#featured-content").loopedSlider({
    			autoStart: 3000,
    			slidespeed: 500,
    			containerClick: false,
    			autoHeight: false
    		});
    });
    </script>

    Change 3000 (3 sec.) to the duration in milliseconds that you prefer.

    great, you solution works, thanks darelparker

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I slow down the slider in the free Antisnews theme?’ is closed to new replies.