• I have adjusted the speed settings in the .js files and they don’t seem to affect anything. Does anyone know if there are overwriting files that adjust the speed of the slide show Antisnews?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same question here as well, I’ve asked on the Antisocial Media LLC forum to.

    I’me sure I’ve changed every option but it has no affect, would really appreciate the help.

    FireSi
    :-7

    Hi drlasater,

    you need to edit the header.php file in the the theme.

    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.

    Thanks darelparker! I had the same question. Changing the js file had no effect. Your solution worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Antisnews Slider Speed’ is closed to new replies.