Jump to content
Sign in to follow this  
shaznyc

How to make Carousel show Posts Thumbnails again.

Recommended Posts

shaznyc

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

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

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

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

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

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

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

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

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: ?> post-blank.jpg <?php endif;?> <?php echo $rpost->post_title; ?>
  • <?php endforeach;?> `

    Share this post


    Link to post
    Share on other sites
    shaznyc

    Thank you Andrew, the codes seems to work fine.

    Share this post


    Link to post
    Share on other sites
    nikkali

    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

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

    Sign in to follow this  

    ×