Hello Shan.
Thank you for choosing our product.
To add more thumbnail for testimonial shortcode with Slide Pro layout, please go to this file
/plugins/motor-framework/includes/shortcodes/posttype/testimonial/template/slide_pro.php line 76 you will see soure code
$( '#yolo-testimonial' ).sliderPro({
width: 600,
height: 510,
orientation: 'horizontal',
autoplay: <?php echo $autoplay; ?>,
slideAnimationDuration: <?php echo $slide_duration; ?>,
loop: true,
arrows: false,
buttons: false,
thumbnailsPosition: 'right',
thumbnailPointer: true,
thumbnailWidth: 600,
thumbnailHeight: 170,
breakpoints: {
800: {
thumbnailsPosition: 'bottom',
thumbnailWidth: 270,
thumbnailHeight: 100
},
500: {
thumbnailsPosition: 'bottom',
thumbnailWidth: 120,
thumbnailHeight: 50
}
}
});
Height:510 is height of silde, and thumbnailHeight: 170 is height of thumbnail on right slide.
Example if you want 4 thumbnails, please change the height to 680 ( 680 = 170 x 4).
Please and let me know again if you want anything.
Regards.
Jackie.