I am having an issue getting the Testimonial to Autoplay. I am using the Uber template, ACM testimonial style 2 and as per some of the forum posts from a few years ago I have edited the /templates/uber/acm/testimonials/tmpl/style-2.php
from
<div id="acm-testimonials<?php echo $module->id ?>" class="testimonial-content carousel slide" data-ride="carousel" >
to
<div id="acm-testimonials<?php echo $module->id ?>" class="testimonial-content carousel slide" data-ride="carousel" data-interval="2000">
is there any reason with the newer Uber and ACM that this method might not work?
Thanks