Two or more testimonial in a single page
-
Hi – I have a problem while using easy-testimonials plugin.
I need to display testimonials section in two times in a single page. But i click previous or next button of first testimonial section it also affects the second one.
Following is my code…
<div class=”row”>
<div class=”testimonial col-md-6″>
<div class=”testimonial_list col-md-12″>
<?php echo do_shortcode(“[testimonials_cycle use_excerpt=’1′ show_thumbs=’1′ prev_next=’1′ testimonials_per_slide=’2′ timer=’10000′]”); ?>
</div>
</div>
<div class=”testimonial col-md-6″>
<div class=”testimonial_list col-md-12″>
<?php echo do_shortcode(“[testimonials_cycle use_excerpt=’1′ show_thumbs=’1′ prev_next=’1′ testimonials_per_slide=’2′ timer=’10000′]”); ?>
</div>
</div>
</div>Please give me the solution for that
- The topic ‘Two or more testimonial in a single page’ is closed to new replies.