Comments 1P started the conversationOctober 11, 2014 at 2:02amHI Tahir - My images are not appearing in my portoflio.Plesae can you check:http://www.wanwumedia.com/portfolio/portfolio-temp...u: tahirp: tahir2014Thanks! 8,839Tahir repliedOctober 11, 2014 at 4:00pmHey!Please see screenshot: http://prntscr.com/4v3e4k . You have no featured image set in the particular portfolio item. Thanks ThemeNectar Support Team 1P repliedOctober 11, 2014 at 4:05pmHi 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: tahirpass: tahir2014Thanks 8,839Tahir repliedOctober 11, 2014 at 6:14pmHey 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 1P repliedOctober 11, 2014 at 8:07pmDurrrr! Thanks, Tahir :) Sign in to reply ...
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!
Hey!
Please see screenshot: http://prntscr.com/4v3e4k . You have no featured image set in the particular portfolio item.
Thanks
ThemeNectar Support Team
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
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
Durrrr! Thanks, Tahir :)