Hi there,
I would like to add a button the the portfolio excerpts in the portfolio Grid.
In this thread there is mentioned a solution: https://kriesi.at/support/topic/using-enfold-shortcodes-in-the-excerpt/
It seems that the code in that specific functions.php has been altered since that post.
Would you have an up to date solution for this?
Thanx!
Ben
Hi Ben!
It’s on line 473 in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php.
$output .= !empty($excerpt) ? "<div class='grid-entry-excerpt entry-content' ".avia_markup_helper(array('context'=>'entry_content','echo'=>false)).">".do_shortcode($excerpt)."</div>" : '';
I just tried it and it seems to work fine. If it’s still not working for you then send us a link to your page and we’ll take a look.
Cheers!
Elliott
Hi!
Is it possible to make this change in masonry?
Thanks