Results 1 to 4 of 4

Thread: Sold Image not seen in single ad

  1. #1
    Thread Starter
    Junior Member 3shades's Avatar
    Join Date
    Sep 2011
    Location
    United States
    Posts
    31
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Sold Image not seen in single ad

    Have read the many posts on this: my front page item sold works great. My individual ad when clicked show a broken image where the sold gif should be.
    Here is the code in my single-ad_listing.php

    <?php
    } else {

    if ( get_post_meta($post->ID, 'cp_ad_sold', true) == 'yes' ) : ?>
    <li id="cp_sold"><span><img src="/wp-content/themes/classipress/images/sold_stamp.gif"></span></li>
    <?php endif; ?>
    <?php
    // 3.0+ display the custom fields instead (but not text areas)
    cp_get_ad_details( $post->ID, $cat_id );
    ?>

    <li id="cp_listed"><span><?php _e('Listed:', 'appthemes') ?></span> <?php the_time( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ) ) ?></li>

    <?php if ( get_post_meta($post->ID, 'cp_sys_expire_date', true) ) ?>
    <li id="cp_expires"><span><?php _e( 'Expires:', 'appthemes' ) ?></span> <?php echo cp_timeleft( strtotime( get_post_meta( $post->ID, 'cp_sys_expire_date', true) ) ); ?></li>

    <?php
    } // end legacy check
    ?>

    ***here is a link to the ad page it self**** http://www.onlinemarinetrader.com/ads/garmin-2010-2
    I have read all the threads and still no concrete answer, any other suggestions.

  2. #2
    Veteran bluecafe's Avatar
    Join Date
    Apr 2010
    Location
    Berlin
    Posts
    1,563
    Thanks
    58
    Thanked 359 Times in 273 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Junior Member 3shades's Avatar
    Join Date
    Sep 2011
    Location
    United States
    Posts
    31
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Junior Member freeopia's Avatar
    Join Date
    Sep 2011
    Location
    Canada
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: August 24th, 2011, 03:40 AM
  2. How to remove the tag image and words off single ad pages?
    By homme143 in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: August 3rd, 2011, 09:47 AM
  3. If user makes sold ad "un-sold", the status is still sold
    By teddyjohan in forum Report ClassiPress Bugs
    Replies: 12
    Last Post: June 7th, 2011, 03:48 PM
  4. How to get coding to return the 1st image in single.php
    By anthonyportal1 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: March 23rd, 2011, 03:23 AM