Results 1 to 4 of 4

Thread: Thumbnails not showing on the ad page

  1. #1
    Thread Starter
    Newbie
    Not a Verified Customer
    keith70's Avatar
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbnails not showing on the ad page

    Thumbnails are showing on the main page. When you click on the ad, the ad page displays but under images, no thumbnails, but if you click on the thumbnail area, it will open the large image up.

  2. #2
    Veteran sarge's Avatar
    Join Date
    Jun 2009
    Location
    USA
    Posts
    628
    Thanks
    2
    Thanked 9 Times in 9 Posts

    Re: Thumbnails not showing on the ad page

    I believe this is due to the classipress folder missing.

    Do a search and you will find similar threads with the resolution of the problem.
    Always treat everyone with respect and courtesy, but trust no one.

  3. #3
    Thread Starter
    Newbie
    Not a Verified Customer
    keith70's Avatar
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnails not showing on the ad page

    The folder is there and I can see the images in that folder via FTP.

    I did search but couldnt find anything exactly what I am talking about. It does show the thumbs on the main page just not the single ad page.

  4. #4
    Thread Starter
    Newbie
    Not a Verified Customer
    keith70's Avatar
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Thumbnails not showing on the ad page

    Here is what I found:

    Under general settings for wordpress, blog address URL, I have:
    http://websitename.com/wp-index.php

    in the function classi_lightbox, if i replace this code:

    Code:
    $thumb_var = str_replace(get_option('home')."/wp-content/uploads/classipress/", "", $var);
    with this

    Code:
    $thumb_var = str_replace("http://mysitename.com/wp-content/upload/classipress/", "", $var);
    It then works. So its got something to with the get_option('home')

Thread Information

Users Browsing this Thread

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