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?
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?
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
});This topic has been closed to new replies.