Image selection for Portfolio images on homepage

Support Forums for LiveMesh Themes & Plugins Forums Enigmatic Theme Support Image selection for Portfolio images on homepage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #962
    mj_lawrence
    Member

    Hi there livemesh,

    Can you help me create a featured image on a portfolio that only shows in the thumb on homepage and gallery, while disabling it, and using another image on the actual portfolio single page.

    I am trying have a unique image on single page, not the image that appears in the thumb.

    Thanks!

    #966
    livemesh
    Keymaster

    You can either hide through Custom CSS entered in custom.css file or in the Custom CSS panel in theme options like this –

    .single-portfolio img.featured { display: none; }

    or just remove the function call mo_thumbnail($args) in line 36 in single-portfolio.php file.

    #1044
    mj_lawrence
    Member

    Perfect, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.