Home › Forums › Beauty Cuts Theme Support › Testimonials Speed
Tagged: adjust, beauty cuts, slider, slow, speed, testimonials
- This topic has 5 replies, 3 voices, and was last updated 6 years, 3 months ago by
Forum Moderator.
-
AuthorPosts
-
September 30, 2015 at 8:47 pm #12029
Any way of slowing the testimonials slider down?
October 1, 2015 at 8:11 am #12040Hi Greg,
The testimonials js is inside js folder so wp-content/themes/it-consultant-pro/js/jquery.quote_rotator.js
You can control the speed using that file.
Regards,
ShriOctober 1, 2015 at 9:13 pm #12080Where is this located in the Beauty Cuts theme? There doe snot appear to be this JS in the corresponding folder.
October 2, 2015 at 6:49 am #12092Hi,
Kindly check here: wp-content/themes/hair_salon_01/js/custom.js line no. 99
You can add these 2 lines there:
pause: 1000,
speed: 5000after
slideWidth: 920,
minSlides: 1,
maxSlides: 1,
slideMargin: 32,
auto: true,
autoControls: trueSo you can pause as well as have speed control both.
Regards,
ShriOctober 2, 2015 at 2:42 pm #12129Perfect – thank you.
In case anyone else is reading this and has any difficulties – be sure to add the “,” after “true” in the above lines to keep this working properly.
February 19, 2016 at 6:51 am #23330Hi Greg,
Great and thanks for sharing the info.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.