Hi Kharis,
Thank you for your response.
I had already tried both of those solutions and unfortunately, neither worked. After saving the code there was no difference to the speed of the testimonial slide. I also tried to change the values in the slidespeed and autoplay and nothing changed. The slides on the testimonial slider continued to appear for only about 5s/slide.
Could you please take a look at my site and provide another solution?
I currently have this code saved in the Custom Javascript:
(function($){
if ( $().owlCarousel && $('.widget_sydney_testimonials .roll-testimonials').length ) {
$('.widget_sydney_testimonials .roll-testimonials').owlCarousel({
navigation : false,
pagination: true,
responsive: true,
items: 1,
itemsDesktop: [3000,1],
itemsDesktopSmall: [1400,1],
itemsTablet:[970,1],
itemsTabletSmall: [600,1],
itemsMobile: [360,1],
touchDrag: true,
mouseDrag: true,
autoHeight: true,
autoPlay: 16000,
rewindSpeed: 1200,
});
}
})(jQuery);
Thank you!