0

How To Control Autoscroll Feature Glider

By default, your featured articles will change automatically each 7 seconds. To change the time period between featured articles, you will need to make one little change within the one of the theme files. The file you need to change is the features.php file, which is found under Appearance >> Editor.

Scroll down and find this code:

jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
scroll: 3,
animation:"slow",
auto:7,
wrap: 'last',
initCallback: mycarousel_initCallback
});
});

You want to change the line that reads “auto:7”

If you want to completely turn off the autoscroll function, simply change “7” to “0” (that’s a zero).

Once you are done, remember to save the file.

About the Author

This is the Biographical Info field in the WordPress user profile. You should write something here. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi quis risus at nisl blandit feugiat. Ut vel orci quis sem dapibus iaculis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.