Hi,
Unfortunately this is not possible with testimonials, as they do not support excerpts.
You could edit \pinpoint\includes\page-builder\composer\lib\shortcodes\testimonial-carousel.php and have line 53 like this instead:
$testimonial_text = get_the_excerpt();
But you would also need to modify this file: \pinpoint\includes\custom-post-types\testimonials-type.php and change line 50 so it looks like this:
'supports' => array('title', 'editor', 'excerpt'),
The second code will enable excerpts for testimonials.
Regards,
————————————————————————————————————
Cosmin – Support