Search:

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    429

    I figured out that the reason this is happening...

    I figured out that the reason this is happening is because I have to manually go into the coupons and make that coupon inactive. I thought that once it reached the date it would automatically be...
  2. Category Depth option not working with more than 5 subs

    Did some searches in the forum and didn't see anyone else mention this but there appears to be a bug for the Category Depth option when you have more than 5 sub categories.

    I set mine to Show All...
  3. In tpl-dashboard.php around line 250, remove...

    In tpl-dashboard.php around line 250, remove this:


    <?php if(get_post_meta(get_the_id(), 'cp_ad_sold', true) != 'yes' ) : ?>
    <a href="<?php echo CP_DASHBOARD_URL; ?>?aid=<?php the_id();...
  4. [MOD NEEDED] Open sidebar.php and find this around line #52 ...

    Open sidebar.php and find this around line #52

    if (is_tax('ad_cat')) :

    Replace it with this:

    if (is_tax('ad_cat') && is_tax('parent', array('13','3','23','26')) ) :

    Find out what the...
  5. Replies
    5
    Views
    1,349

    Here's what I did for version 3.0.5.3 in file...

    Here's what I did for version 3.0.5.3 in file includes/theme-functions.php

    Remove:

    $output .= ' - ' . get_option('cp_curr_symbol') . get_option('cp_cat_price_'.$category->cat_ID) ....
  6. [TUTORIAL] In sidebar-user.php, find this:

    In sidebar-user.php, find this:

    <div class="twitterico"></div><a href="http://twitter.com/<?php echo $userdata->twitter_id; ?>" target="_blank"><?php _e('Twitter','cp')?></a><br />
    <div...
  7. Replies
    1
    Views
    653

    Phone in Poster Profile

    I can easily make a custom field of phone number in the actual ad but when posting a ton of ads it would be better to have this show up under the profile of the poster.

    There are plug ins that can...
  8. Replies
    3
    Views
    396

    It depends where the links are that you need to...

    It depends where the links are that you need to change. Check it out and when you find them, make the change there.
  9. Replies
    6
    Views
    558

    Your customers can decide if they want their name...

    Your customers can decide if they want their name to appear as the Username, Nickname or the Full Name by editing their profile.
    There is no field for collecting a phone number from the customer in...
  10. Replies
    299
    Views
    33,422

    The problem is that in post #7, the example had...

    The problem is that in post #7, the example had two dots in the url (../images/block_topbg.gif) which would bring into a different directory on your server.
  11. You change this in archive-default.php, around...

    You change this in archive-default.php, around line 75.
  12. Replies
    299
    Views
    33,422

    My website is dashwoodmedia.com...

    My website is dashwoodmedia.com but I don't have Classipress open to the public yet because I'm still customizing it and I have to figure out how I'm going to move a database of 400+ ads into the new...
  13. Replies
    299
    Views
    33,422

    According to jomarkosabel, you just have to...

    According to jomarkosabel, you just have to install this plug in: Regenerate Thumbnails

    As far as the Title being cut off in the Slider, you can change this at the Featured Ads Title Length field...
  14. Replies
    299
    Views
    33,422

    Hi Lewguru, I know what is wrong because the...

    Hi Lewguru,

    I know what is wrong because the same thing happened to me. You need to adjust the height under .slider to something like 140px. It's probally set to 88px right now.

    Here's what...
Results 1 to 14 of 14