Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #612100

    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

    #612138

    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

    #612147

    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?

    #613788

    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

    #613814

    Thank you a lot
    my reply as private

    #615718

    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

    #615780

    hi
    Works great, thank you a lot!

    #616203

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.