I'm having an issue with the team member carousel of newave-theme. The length of team member description (<p class="about-team-new">) that shows up when you hover over a team member seems to be limited to a max amount of characters. Is there a way to insert a longer team member description?
Hey there,
I'm having an issue with the team member carousel of newave-theme. The length of team member description (<p class="about-team-new">) that shows up when you hover over a team member seems to be limited to a max amount of characters. Is there a way to insert a longer team member description?
thanks in advance!
Hi there, plz open shortcodes.php and go to line 581
$out .= '<p class="about-team-new">' . substr( $content, 0, 100 ) . '</p>';
increase the value of 100 (this number of characters was designed to fit)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy