Okay
  Public Ticket #298561
Portfolio Thumbnails not appearing
Closed

Comments

  •  1
    P started the conversation

    HI Tahir - 

    My images are not appearing in my portoflio.

    Plesae can you check:

    http://www.wanwumedia.com/portfolio/portfolio-temp...

    u: tahir

    p: tahir2014

    Thanks!


  •  8,839
    Tahir replied

    Hey!

    Please see screenshot: http://prntscr.com/4v3e4k . You have no featured image set in the particular portfolio item. 

    Thanks


    ThemeNectar Support Team 

  •  1
    P replied

    Hi Tahir - 

    Yes, I know that. I debugged it in single-portfolio.php and noticed that has_post_thumbnail is not returning anything?

    //Regular Featured Img
    else if($hidden_featured_media != 'on') {

    if (has_post_thumbnail()) { echo get_the_post_thumbnail($post->ID, 'full', array('title' => '')); } else {
    echo '<img src="'.get_template_directory_uri().'/img/no-portfolio-item.jpg" alt="no image added yet." />';
    }

    Yet - as you see if you edit portfolio 1 page - there IS an image uploaded as the thumbnail - I also did a clean install and it's the same on that.

    Could you please look at the page in edit-page?

    user: tahir

    pass: tahir2014

    Thanks


  •  8,839
    Tahir replied

    Hey Again!

    You had set a custom thumbnail and not a featured image. The custom thumbnail is used for the portfolio display where as featured image is used for single pages. 

    Thanks


    ThemeNectar Support Team 

  •  1
    P replied

    Durrrr! Thanks, Tahir :)