Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › increase the amount of text under Team Member Image › Reply To: increase the amount of text under Team Member Image
September 22, 2014 at 11:13 am
#478
Participant
Hello.
You can increase the amount of text in wp-content/plugins/elvyre-core/includes/content-manager/team_member/team_member-php at line 50:
// text cut if it's too long
$text = _substr($text, 150, 3);
Change the number 150 to the desired number of characters.
Robert