Hi all,
I have read through all the posts here, and can’t find out how to make the “read more’ or “more” tags work in the Portfolio Preview Text – they simply get ignored. Any help is appreciated,
Greg
I thought I had something, but it was an fluke. Still working on this.
Hey!
Are you meaning the Ajax portfolio view or something else? Can you provide a link to the page so we can take a look at exactly what kind of setup you have now and point to an example of what isn’t working.
Regards,
Devin
Hi!
The portfolio preview box will always show the entire preview content and you can’t create an excerpt of the preview text. However if you want to add read more button after the preview text open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace
$output .= $content;
with
$output .= $content;
$output .= '<a href="'.get_permalink($id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a>';
Cheers!
Peter