bryan-hadaway 3 Report post Posted February 8, 2011 This may require customization, let me inquire the developers for some insight. Thanks, Bryan Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 8, 2011 Yes Bryan is correct, I was unaware that it was the archives page. Make sure that line 12 of _theloop.php file has an added portion for archives, like so: ` <?php if(pl_show_thumb($post->ID) || is_archive()): // Thumbnails ?> ` Share this post Link to post Share on other sites
ecoyology 0 Report post Posted February 8, 2011 Ah ok, sorry for not noting that, I didn't even think that being important. So, I changed the line so that it looks like your suggestion. So should I wait to hear back from Bryan? Thanks again for all of your help! Share this post Link to post Share on other sites
Andrew 207 Report post Posted February 8, 2011 Adam and I are developers, Adam's solution should fix your prob. Share this post Link to post Share on other sites
ecoyology 0 Report post Posted February 9, 2011 Ok, I followed Adam's directions and still nothing. I must be missing something. Is it an issue that when I choose to "set featured image", no image shows up? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 10, 2011 Marking for further developer review. Thanks, Bryan Share this post Link to post Share on other sites
ecoyology 0 Report post Posted February 10, 2011 Ok, thanks Bryan. Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 10, 2011 Yes you do need to have "featured images" associated with each post for the thumbnail to show up. If it's blank now you'll need to add them in. Share this post Link to post Share on other sites
ecoyology 0 Report post Posted February 27, 2011 Any updates on this? Share this post Link to post Share on other sites
catrina 103 Report post Posted February 27, 2011 Have you added/uploaded images using the featured images capability? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 3, 2011 Official bump. Thanks, Bryan Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 3, 2011 I see...the code I provided works in the sense that the HTML was added, but there is another line that is creating a css class which hides it. `` Similarly as the other code you have to add conditional `<?php if(!is_archive() || (!pl_show_thumb($post->ID) && !get_post_meta($post->ID, 'thumb', true)))` Share this post Link to post Share on other sites
jcaller 0 Report post Posted September 21, 2011 Hi Guys! I added the line ID) || is_archive()): // Thumbnails ?> The Thumbnails are showing but they are out of place. http://www.creativitypassion.com/budgetplaces/category/travel-trends/ What do I do? I want them inside the post, not on top of them :S Thanks for the help! Share this post Link to post Share on other sites
jcaller 0 Report post Posted September 21, 2011 Forget it... it looks fine... I guess... Thanks anyway Share this post Link to post Share on other sites