Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I bought the theme a couple of month ago, i set up the team description which was too short, then i changed this number of word in this line
<span style=”color: #4b4d4d; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; background-color: #f9f9f9;”>$output .= ‘<p>’.codeless_text_limit(get_the_excerpt(), 25).'</p>’;</span>
BUT, since the last update, i lost these change, i try to do the same, change 25 words to 100 words, but it’s not working anymore.
Is anybody got the same issue?
Ok i found the answer on this forum.
I needeed to change the line by
<span style=”color: #4b4d4d; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; background-color: #f9f9f9;”>$output .= ‘<p>’.codeless_text_limit(get_the_content(), 50).'</p>’;</span>
You must be logged in to reply to this topic.