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

    christofu

    Hi,

    I checked on your site and saw that you overrode this JA ACM - Testimonials module inside local folder: /templates/uber/local/acm/testimonials/tmpl/style-2.php

    The override in this folder will be used in priority so you will need to edit this file.

    not this one: /templates/uber/acm/testimonials/tmpl/style-2.php

    I updated for you and it's working now.

    Write a Reply...
    You need to Login to view replies.