shaznyc 0 Report post Posted March 1, 2011 Since I Updated to WordPress 3.1 , the Posts Thumbnails have disappeared on the Carousel in StationPro3. I have the Carousel set up to show my Posts Thumbnails. She link here: http://shaznyc.com/ and here: http://shaznyc.com/contact/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 1, 2011 This is a known issue. The next move for StationPro will be to become a child theme for PlatformPro. Let me get some developer insight. Thanks, Bryan Share this post Link to post Share on other sites
shaznyc 0 Report post Posted March 1, 2011 Hi Bryan, just to add to the above, I do not have PlatformPro. I am just using the StationPro3 Theme on my WordPress site. Thans, SHAZ. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 1, 2011 Yes, I know... but eventually StationPro will be available as a child theme with all the features of PlatformPro. Regardless, many themes are experiencing issues as there were some serious changes in WordPress 3.1 apparently. Thanks, Bryan Share this post Link to post Share on other sites
shaznyc 0 Report post Posted March 4, 2011 HI, While the developers are looking for a fix, is there a plugin I could use in the mean time? Thanks, SHAZ. Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 5, 2011 Sharron, There is a fix coming in an update... I can give you code to patch in there, if you'd like... Share this post Link to post Share on other sites
shaznyc 0 Report post Posted March 5, 2011 Thanks you Andrew, The Codes and where to put them would be nice. Would the codes keep working after the update? I don't want to break any thing. SHAZ. Share this post Link to post Share on other sites
tai5starweddingdirectorycom 0 Report post Posted March 5, 2011 looking forward to this fix. or please post the code fix for all. thanks Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 6, 2011 will post an update to the themes, for now, the code to patch... is the following. Just replace the similar code found in your `template_carousel.php` file... ` <?php foreach($recentposts as $key => $rpost):?> <?php setup_postdata($rpost);?> <?php if(has_post_thumbnail($rpost->ID)): echo get_the_post_thumbnail( $rpost->ID, array( 70, 70),array( 'class' => 'list_thumb list-thumb' )); ?> <?php else: ?> <?php endif;?> <?php echo $rpost->post_title; ?> <?php endforeach;?> ` Share this post Link to post Share on other sites
shaznyc 0 Report post Posted March 8, 2011 Thank you Andrew, the codes seems to work fine. Share this post Link to post Share on other sites
nikkali 0 Report post Posted March 30, 2011 worked for me, except my file was called section.carousel.php in the sections/carousel folder of the platform pro theme. i tried to add this folder and file to the platform pro base theme and did not work, but when i changed it in the platform pro theme, it worked. thanks. Share this post Link to post Share on other sites