Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello!
The Testimonial (Cycle) Element does not show the names after testimonials. It DOES show with the Single Testimonial element though.
Two questions:
Thanks!
Hello,
1-Please go to file vc_templates/testimonials_cycle.php and replace all code with this:
https://codeshare.io/hPMfl
2-To remove the comma after the name, please go to file vc_templates/single_testimonials.php and find this line:
'<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
Replace with this:
'<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
Best regards!
You must be logged in to reply to this topic.