Anything Slider Speed
-
I am currently working on this website [link moderated]
and the big Slider is moving too quickly to read the text in them, I looked to find what script was running and I think it might be AnythingSlider, however, I can’t find the associate script or and only the jquery.anythingslider.min.js file in the themes directory
Could anyone check the source code and identify what script is handling this slideshow and how I can change the speed? I tried changing the speed in the Javascript file but no luck
-
I had a look at
wp-content/themes/seymour/js/jquery.anythingslider.min.js. Here are two options that may help you:resumeDelay: 30000, animationTime: 600,Try changing these vaues to increase or decrease the speed of your slideshow.
Hi Buddy, yes I changed these but it didn’t seem to have a lot of affect on the slideshow, I noticed in another forum somebody tired the same but changed the script in the ‘head’ of the template but I cannot see the script in the page…which is why I am wondering if it is the AnythingSlider script which is producing the slideshow?
You have indeed another slider loaded on your page, but this one is about your clients’ quotes at the bottom of your page. is that the one you want to modify?
If yes, you could try modify the values in the script in your footer:
$(document).ready(function(){ $('#slider1').bxSlider({ mode: 'fade', captions: false, auto: true, controls: false, speed: 500, pause: 8000, }); });Hi Jeremy, this slider is for the testimonials a tiny bit further down the page, I edited that code and it made the testimonials slider slower, I need to make the Big slider slower but it doesn’t have a BXslider code like that one which is why I thought it was using AnythingSlider
Well, you big slider uses AnythingSlider for sure (see http://cl.ly/BGza)
Modifying the values as I mentioned in my first post should do the trick. i don’t know what else would, sorry not to be able to help more.
OK thanks you have helped me distinguish its definitely AnythingSlider
The topic ‘Anything Slider Speed’ is closed to new replies.