Placement of Prev/Next
-
I’m looking to move the Prev/Next buttons to above the actual testimonials.
I have found the code in the “easy-testimonials/easy-testimonials.php file”:
//display previous and next buttons
//do it after the closing div so it is outside of the slideshow container
if($prev_next){
?><div class=”cycle-prev easy-t-cycle-prev”><< Prev </div>
<div class=”cycle-next easy-t-cycle-next”>Next >></div><?php
}But I don’t know where to put it. Can anyone help?
Website is https://www.knightaerotech.co.uk
Thanks
George
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Placement of Prev/Next’ is closed to new replies.