Hi
I am searching on forum but I cannot find any tips.
I need to display portfolio category view with Title and Excerpt.
Can you share some tips for that?
Krzysztof
Hey kkwasniewski!
Please add to your CSS
.av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content { display: none !important }
let us know if that works out for you
Regards,
Basilis
Hi
Thank you
Unfortunately, this code remove Excerpt from porfolio whis is insert as Mansonry into page, but I need to add Excerpt to portfolio page view.
Can you check again?
Hey!
not 100% sure what you mean. Can you provide us admin access, so we can get a deeper look into it?
Best regards,
Andy
Thank you a lot
my reply as private
Hi!
Edit the taxonomy-portfolio_entries.php file, look for this code:
$grid = new avia_post_grid(array( 'linking' => '',
'columns' => '3',
'contents' => 'title',
'sort' => 'no',
'paginate' => 'yes',
'set_breadcrumb' => false,
));
Set the “contents’ attribute from “title” to “excerpt”.
Best regards,
Ismael
hi
Works great, thank you a lot!