• Hi,

    Im having a problem with Urban Elements theme thumbnail, it doest show up. I installed the Simple Post Thumbnails plugin and uploaded the image from the PC but i don`t see it show up with the post.

    This is the code of the thumbnail div in Index..

    <div class="postthumb" style="display: <?php echo get_option('toggle_thumbnails'); ?>;">
                            <a href="<?php the_permalink() ?>" title="Continue Reading: <?php the_title() ?>"><img class="postimage" style="background: url(<?php $key="thumbnail"; echo get_post_meta($post->ID, $key, true); ?>) top left no-repeat;" src="<?php bloginfo('template_url'); ?>/images/postimage.png" jg="imghover" jg:imghover="fade:false,src:'<?php bloginfo('template_url'); ?>/images/postimage.alt.png'" alt="<?php the_title() ?>" /></a>
                        </div>

    Any solution?
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter family-guy

    (@family-guy)

    I was trying the theme on my localhost “AppServ” and was thinking maybe the problem with the permissions.. so i installed a new WordPress blog in my web server and added the theme then changed the “thumbnails” folder permissions to “777” via FTP and it still does`t work.

    Thread Starter family-guy

    (@family-guy)

    Any clue guys i`m stock with that problem.

    Looking at the code the key is this part:

    style="display: <?php echo get_option('toggle_thumbnails'); ?>;">

    This looks like there is an ‘Options Page’ for the theme, one of the options could be none, giving display: none;

    So have a look and see if you need to toggle (enable) thumbnails, likely place would be Admin > Appearance > Theme Options.

    HTH

    David

    Thread Starter family-guy

    (@family-guy)

    Yes, there is an option page for the theme, and “Post Thumbnail Options” are enabled.

    Im checking with my hots if the GB graphics enabled for PHP or not, hope its not then enable it and fix the problem ??

    Thank for your respond David.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Urban Elements theme – Post Thumbnail Options’ is closed to new replies.