Hello. I am using GavickPro APP Template (Joomla 4).
In the front page it has a single testimonial.
I would like to convert it to a slider, so I can have more than one in the same spot.
Can you provide me with the code to achieve that?
Here is the actual code for the single testimonial:
<div class="testimonial-wrap">
<div class="testimonial-inner">
<div class="row">
<div class="col-md-3">
<div class="tt-image">
<p><img src="images/demo/avatar/avatar-1-thumb.jpg" alt="" /></p>
</div>
</div>
<div class="col-md-9">
<div class="tt-content">
<div class="desc">“Duis nisl erat, viverra in dapibus bel, interdum non magna. Nullam blandit, turpis at imperdiet ehicula, sapien acumin velit. Phasellus dui sem tempus. Cras eu tristique.”</div>
<h4 class="author">Kathryn Murphy</h4>
<div class="position">Director of Product Design, Adobe</div>
</div>
</div>
</div>
</div>
</div>
Thnks.