Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi –
How can I remove the ‘auto-comma’ after the title of the testimonial?
Example: https://gregviehman.com/blog/
Thank you!
J
Also, on mobile or page width shrunk (responsive), the title gets cut off.
Hello,
Sorry for the late reply.
1- Please go to file vc_templates\testimonial_carousel.php and find this line:
$output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
Replace with this:
$output .= '<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
2- Can you please be more specific? What title are referring to? I see that the page is ok in responsive (screenshot).
Let us know.
Best regards!
You must be logged in to reply to this topic.