Results 1 to 4 of 4

Thread: Thumbnail error

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    aero7's Avatar
    Join Date
    Sep 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbnail error

    Im using WPMU and have a thumbnail error. When I view source for the thumbnail I find this code.

    Code:
    <div class="main_page_img" style="background: #FFF url(http://mydomain.com/classified/wp-co...height=50&url=) center no-repeat"></div></span>
    It looks like the filename is not being added to the link above. So whats wrong with this template ? How can I fix it ?

    Pictures works, but thumbnails not!

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Thumbnail error

    Have you made any changes to the template files?

    Could you provide a url to your site so someone can take a look further?

  3. #3
    Thread Starter
    Rookie
    Not a Verified Customer
    aero7's Avatar
    Join Date
    Sep 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnail error

    I have not edited anything

    xwww.librarium-online.com/classified

  4. #4
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Thumbnail error

    It looks like something might have been removed from the code by mistake or you have the "Show Picture on Front Page" ClassiPress option set to "No".

    In the index.php file there should be the following code on line 75. This is what pulls out the image field from the ad. Since it's blank on your site, it seems like it's not there anymore.

    Code:
    <?php $images = get_post_meta($post->ID, "images", true);

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)