Auto-play in the Testimonials section Support › Forums › Bogan – HTML template › Auto-play in the Testimonials section Tagged: TESTIMONIAL This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by CreaboxThemes. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 16, 2020 at 1:59 pm #6409 Joao NivaldoParticipant Is it possible to put an auto-play and timeout for the testimony session of home v3 as it is done in home v1 and v2? Thanks December 18, 2020 at 8:28 am #6412 CreaboxThemesKeymaster Yes, it’s possible too. You have to add the next js code in the file script.js. Where it’s the code for the testimonial slider, add the next code (about the line 545): setInterval(function() { var index = $(".testimonial-slider-group .testimonial.active").index(); var next = ((index == testimonialMax) ? 0 : (index + 1)); testimonialSlide(index, next); }, 5000); Regards December 18, 2020 at 3:50 pm #6414 Joao NivaldoParticipant thanks December 21, 2020 at 8:09 am #6416 CreaboxThemesKeymaster Your welcome. If you need something more, contact me please. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In