Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

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

#478
Robert Kavgić
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