Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 64

Thread: Thumbnail Images Not Showing Up? Solution Here (includes MU)

  1. #11
    Rookie
    Not a Verified Customer
    jamesdonly's Avatar
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Re: Thumbnail Images Not Showing Up? Solution is Here

    it really doesnt make sense that too many pepole have the same problem with the Images:
    i tried everything can someone PLEASE help?

    http://researchstudy.org/2009/12/23/t-s ... alifornia/" onclick="window.open(this.href);return false;

    i can see the image when i click on it.

    the Source code show the right path:

    http://researchstudy.org/wp-content/themes/classipress/includes/img_resize.php?width=100&height=100&url=ht tp://www.researchstudy.org/wp-content/uploads/classipress/t-stop-moving-compan-322192530.jpg" onclick="window.open(this.href);return false;" class="size-thumbnail" alt="T Stop Moving Company & Movers – California" title="T Stop Moving Company & Movers – California" />
    change permission to 777 on:

    wp-content/uploads/
    and wp-content/uploads/classipress/

    what more can we do???!!! please almost giving up on that Theme

  2. #12
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Thumbnail Images Not Showing Up? Solution is Here

    Quote Originally Posted by jamesdonly
    what more can we do???!!! please almost giving up on that Theme
    As per Dave's comment just above yours, it would probably be a good idea for you to upgrade the recently released version of CP 2.9.3 out now, as this should resolve the thumbnail issue for yourself and others with the same problem

  3. #13
    Rookie
    Not a Verified Customer
    jamesdonly's Avatar
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnail Images Not Showing Up? Solution is Here

    Quote Originally Posted by pepsi
    Quote Originally Posted by jamesdonly
    what more can we do???!!! please almost giving up on that Theme
    As per Dave's comment just above yours, it would probably be a good idea for you to upgrade the recently released version of CP 2.9.3 out now, as this should resolve the thumbnail issue for yourself and others with the same problem

    i'm using CP 2.9.3 just did the upgrade yesterday

  4. #14
    Amateur
    Not a Verified Customer
    basscleff's Avatar
    Join Date
    Dec 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnail Images Not Showing Up? Solution is Here

    still nothing

    - manually created folders, chmod 777 /uploads and /uploads/classipress
    - reinstalled latest 2.9.3
    - added images custom field to post ('images' field was not there by default)
    - this is the code I see when I view source;

    <span class="main_page_img" style="background: #FFF url(http://bizbuystore.com/wp-content/theme ... 50x150.png) center no-repeat"></span></span>

    url is bizbuystore.com

    please take a look
    thx


    Quote Originally Posted by dcowgill
    Download the latest version 2.9.3 and overwrite your existing classipress theme folder. Make sure you ftp it using "file type = auto". You can use the same e-junkie email download link you already have.

    Include a link to your site so I can take a look if it's still not working.

  5. #15
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Thumbnail Images Not Showing Up? Solution is Here

    When you are looking at the ad from the WP Edit Post screen, what does the URL in the "images" custom field look like? PM if you want, or post the full URL including all characters here..

  6. #16
    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 Images Not Showing Up? Solution is Here

    Are you creating your ads through the wordpress back end or via the form? You should be using the form for loading up all your ads.

    The one ad you currently have running shows the "no image" image which leads me to believe there isn't any uploaded image with it.

    I just did a test and your thumbnails are working correctly.

    Here's the regular image I tested. Notice it's full size.

    Click here to see the image resizer script working on this image.

    You just need to use the form to upload your ads.

  7. #17
    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 Images Not Showing Up? Solution is Here

    Regarding this post, it looks like you made too many changes to the code. The url= should not have the entire full url in it. It should be url=t-stop-moving-compan-322192530.jpg

    I would just overwrite the /includes/img_resizer.php file and also index.php with the latest 2.9.3 ones so you're back to the original code.

    Your ads are also showing the "no image" placeholder as well which means it isn't detecting any images.



    Quote Originally Posted by jamesdonly
    it really doesnt make sense that too many pepole have the same problem with the Images:
    i tried everything can someone PLEASE help?

    http://researchstudy.org/2009/12/23/t-s ... alifornia/" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

    i can see the image when i click on it.

    the Source code show the right path:

    http://researchstudy.org/wp-content/themes/classipress/includes/img_resize.php?width=100&amp;height=100&amp;url=ht tp://www.researchstudy.org/wp-content/uploads/classipress/t-stop-moving-compan-322192530.jpg" onclick="window.open(this.href);return false;" class="size-thumbnail" alt="T Stop Moving Company &amp; Movers – California" title="T Stop Moving Company &amp; Movers – California" />
    change permission to 777 on:

    wp-content/uploads/
    and wp-content/uploads/classipress/

    what more can we do???!!! please almost giving up on that Theme

  8. #18
    Amateur
    Not a Verified Customer
    basscleff's Avatar
    Join Date
    Dec 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnail Images Not Showing Up? Solution is Here

    thx for catching my stupid human trick

    still struggling though, I post an ad, and select an image from my pc. The image immediately shows a "-" sign.
    I look at the post in wp and see the image url is pointing to a newly created url (for example: http://bizbuystore.com/wp-content/uploa ... 486565.png)

    notice the double 'classipress' folder in the url?



    Quote Originally Posted by dcowgill
    Are you creating your ads through the wordpress back end or via the form? You should be using the form for loading up all your ads.

    The one ad you currently have running shows the "no image" image which leads me to believe there isn't any uploaded image with it.

    I just did a test and your thumbnails are working correctly.

    Here's the regular image I tested. Notice it's full size.

    Click here to see the image resizer script working on this image.

    You just need to use the form to upload your ads.

  9. #19
    Newbie
    Not a Verified Customer
    caiado's Avatar
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnail Images Not Showing Up? Solution is Here

    Hi,

    Have you ever tested this theme on a Wordpress MU enviroment?

    It seems that the uploaded files are not stored in "/wp-content/uploads/classipress/", but they are kept inside "/blogs.dir/[blog_ID]/files/classipress/", where [blog_ID] is a secondary blog in WPMU.

    I´m using WPMU and the files are stored in the directory "/blogs.dir/[blog_ID]/files/classipress/" instead of "/wp-content/uploads/classipress/". The "image" tag inside the post points to "/blogs.dir/[blog_ID]/files/classipress/".

    I think that the "img_resize.php" is looking for the images in the wrong place!

    All the best,

    Ricardo

  10. #20
    Amateur
    Not a Verified Customer
    basscleff's Avatar
    Join Date
    Dec 2009
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnail Images Not Showing Up? Solution is Here

    still struggling with this.
    in some cases I see an extra /classipress folder.
    when I manually edit the image url to a single classipress folder, the thumb still does not show.
    if I look ad the full ad, I can see the image and it's path is correct.

    I've reinstalled, set permissions, deleted ads and recreated them...
    verified the wordpress uploads path is what is should be.

    any more suggestions?

Page 2 of 7 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

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