Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › slow down the testimonials text speed › Reply To: slow down the testimonials text speed
October 14, 2016 at 1:13 am
#9823
acmethemes
Keymaster
Hello apeseeds01,
You will find the speed control on acmethemes/assets/js/corporate-plus-control.js
. Find the below code there and change the speed:2000
to as your required speed.
//Initial testimonial slider
jQuery('.testimonial-slider').each(function() {
var testimonial_slider = $(this);
testimonial_slider.show().bxSlider({
controls: false,
<em>speed: 2000,</em>
pause: 5000,
mode: 'horizontal',
auto: true,
autoControlsCombine: true,
hideControlOnEnd: true,
slideMargin: 40
});
});
After changing the speed, hope the speed of the testimonial will increase/decrease.
Let us know about the results.
Regards
- This reply was modified 8 years, 2 months ago by acmethemes.