Add Portfolio Post Snippet Description

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support Add Portfolio Post Snippet Description

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22195
    lala72
    Member

    I have added a Post Snippet to part of my page. When you hover and the image-info appears, instead of the icon to the lightbox and the category I would like it to just display a short sentence description.

    I have been able to remove the icon and category with this css:

    .type-portfolio .image-info .terms {display: none;}

    .type-portfolio .image-info-buttons {display: none;}

    Is there a way to add information back in once I have removed those items?

    #22228
    Veena
    Moderator

    Pls use show_post_snippets shortcode to display post snippet . The details of the shortcode is available in theme documentation..

    #22257
    lala72
    Member

    Thank you for responding to my post.

    Here is a link to the page I have created so far: http://goals.ks.gov/partner-portal/

    I was hoping to be able to have the summary directly below the title in the image-info that transitions up on hover instead of under the image-area.

    Is that possible?

    #22268
    Veena
    Moderator

    Pls use the below code at line no:139 in file framework/functions/thumbnail-functions.php .

    $image_info .= mo_truncate_string(get_the_excerpt(), 100);
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.