Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #209294

    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

    #209461

    I thought I had something, but it was an fluke. Still working on this.

    #209689

    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

    #209776
    This reply has been marked as private.
    #209908

    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">  &rarr;</span></a>';
    

    Cheers!
    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Read More Tag ignored in Enfold Portfolio Preview Text’ is closed to new replies.