Forums

antinews theme - control slider timing? (2 posts)

  1. kcpecora
    Member
    Posted 1 year ago #

    I am using the antinews theme and would like to know if I can slow the main feature story slider down. It is sliding way to fast. Does the speed of my laptop have a bearing on the speed? If I slow it down, would it be too slow on other pc's?

  2. ClaytonJames
    Member
    Posted 1 year ago #

    I'm not familiar with the theme, but if there is no setting available in the theme options, check in the /antisnews/js directory. There is a script there named loopedslidertime.js. perhaps altering that script will get results.

    jQuery(window).load(function(){
    		jQuery("#featured-content").loopedSlider({
    			autoStart: 3000,
    			slidespeed: 500,
    			containerClick: false,
    			autoHeight: false
    		});

Topic Closed

This topic has been closed to new replies.

About this Topic