Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Thumbs vanished (http://forum.bytesforall.com/showthread.php?t=19340)

papalagi Jan 15, 2013 08:39 AM

[SOLVED] Thumbs vanished
 
hi everybody

i'm having a very bad time at the moment trying to figure out why at a certain point all the thumbs disappeared from the article lists

i think this appened after installing WP Super Cache and WP Filter Post Category plugin

now the plugin are disabled and all the cache cleared, but no images yet

the site is here:

http://www.mondomodabimbo.com/wp/wp-admin/

it's blocked, you need autentication:

user: visitor
pass: montezuma

ant help ora idea much appreciated...

jerryc Jan 15, 2013 08:53 AM

Check in the sticky posts. This sounds like something I've seen posted before, and I'm pretty sure there's a patch.

papalagi Jan 15, 2013 09:08 AM

thank you jerryc, the patches are in place, here's my postformat.php:

Code:

<div id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?>>

        <h2>
                <span class="post-format"></span>
                <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
                <?php bfa_comments_popup_link( '0', '1', '%' ); ?>
        </h2>

        <?php bfa_thumb( 620, 465, true, '', '' ); ?>
       
        <div class="post-bodycopy cf">
       
                <div class="post-date">               
                        <p class="post-day"><?php the_time( 'j' ); ?></p>
                        <p class="post-month"><?php the_time( 'M' ); ?></p>
                        <p class="post-year"><?php the_time( 'Y' ); ?></p>                               
                </div>

                <?php bfa_excerpt( 55, ' ...' ); ?>
               
        </div>

        <div class="post-footer">
                <a class="post-readmore" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
                <?php _e( 'leggi tutto &rarr;', 'montezuma' ); ?></a>
                <p class="post-categories"><?php the_category( ' &middot; ' ); ?></p>
                <?php the_tags( '<p class="post-tags">', '', '</p>' ); ?>
        </div>
       
</div>


papalagi Jan 15, 2013 12:21 PM

i've noticed the montezuma-sized thumbnail are not present in the "upload" WP dir, maybe the theme is not able to generate them, a permission issue maybe ?

papalagi Jan 15, 2013 12:43 PM

EUREKA!

it was a permission problem, setting the "upload" directory to 777 solved... see you soon in the "showing off" thread!


All times are GMT -6. The time now is 01:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.