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.