Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] Try removing the code below in the header.php; ...

    Try removing the code below in the header.php;


    <li class="mega"><a href="#"><?php _e('Categories','appthemes'); ?></a>
    <div class="adv_categories" id="adv_categories">

    ...
  2. [TUTORIAL] Better Search for your user - nothing found? Offer categories and a nice message.

    Hey guys,

    Thought I'd share this quick mod with you.

    It does the following:

    If no ads are found for a search:
    - Includes the Ad Categories listing, like what's on the homepage
    - Offers a...
  3. Here are two ways to add 'post an ad' buttons to...

    Here are two ways to add 'post an ad' buttons to two important locations.

    Adding a 'post an ad' button to empty categories.
    Adding a 'post an ad' button to the Dashboard when there are zero...
  4. Replies
    3
    Views
    628

    Encourage users with no posts, to post!

    When a new user signs up, by default they are redirected to the 'Dashboard' page. They will see the message "You currently have no classified ads". Well that's obvious, but let's tell them what to do...
  5. Replies
    1
    Views
    385

    This is a known issue as discussed in another...

    This is a known issue as discussed in another thread, and our team should have this fixed in v3.1 of ClassiPress. In the meantime, that specific thread contains a manual fix shared by another member...
  6. Try removing these;

    Try removing these;



    <li><span><?php _e('Expires:', 'appthemes') ?></span> <?php echo cp_timeleft(strtotime(get_post_meta($post->ID, 'expires', true))); ?></li>

    Backup the file involved...
  7. 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();...
  8. I believe Apptheme is currently working on a full...

    I believe Apptheme is currently working on a full Classipress Codex/Manual.
  9. Replies
    9
    Views
    674

    It's really up to you what number you want to put...

    It's really up to you what number you want to put in there. Even if you set "Prune Ads" to "No", then the ads will remain on the site with "Expired" within the ad contents based on the setting that's...
  10. [TUTORIAL] For the advertiser to receive the User Name and...

    For the advertiser to receive the User Name and E-MAIL acressentar the following line to the code.



    $message .= sprintf(__('Name: %s'), $from_name) . "\r\n";



    Will stay that way
  11. Replies
    12
    Views
    1,916

    [TUTORIAL] Featured Ads - in hompage "tab" (3.0.5.3)

    in index.php find:


    <ul class="tabnavig">

    add this line.. note the #block.. (btw, you can add additional blocks if you wish or just edit a current block)



    <li>
  12. [SOLVED] I believe the existing threads on the topic of...

    I believe the existing threads on the topic of creating a category tab are outdated, and not yet updated for version 3.0.5 but you may want to follow the more recent ones for an update:
    ...
  13. [TUTORIAL] Show message to the original poster the contact info

    ClassiPress 3.0.5

    To display message to the author's contact information follow the steps below.

    Edit Themes - WordPress - Panel - Appearance - Editor

    The right selicionar file...
  14. Replies
    37
    Views
    2,400

    Ok, I am not sure if I have done the correct...

    Ok, I am not sure if I have done the correct thing but this seems to work

    in includes/theme-functions.php

    around line 1091

    if (!empty($_POST['cp_price']))
    $_POST['cp_price'] =...
  15. Replies
    2
    Views
    579

    [MOD NEEDED] go to wp-login.php below this code enter...

    go to wp-login.php

    below this code


    enter



    that is how I did it and it works just fine simple and easy..
  16. [MOD NEEDED] It is definitely better to use a ftp client and...

    It is definitely better to use a ftp client and make the changes on your pc. This way you can make a backup of the file in case somethings goes wrong. If you mistype anything by editing theme files...
  17. [MOD NEEDED] You can edit those through the following php...

    You can edit those through the following php files;

    1. Featured Listings - featured.php
    2. Ad Categories - index.php
    3. Post an Ad - header.php
  18. Please - the only requested change from 3.04 was...

    Please - the only requested change from 3.04 was to redirect the user back to their manage password page - so that they could change the weird assigned pass word to one of their choosing.
    Email...
  19. It's not a setting you can change from within the...

    It's not a setting you can change from within the ClassiPress admin dashboard so would involve customization of the theme. Thread moved to ClassiPress Mods & Tutorials for community based...
  20. Replies
    45
    Views
    5,893

    [TUTORIAL] SEO concerns and page loading concerns

    I have worked in SEO customizations for websites for 10 years, specializing in Google, but other search engines.

    Although now there are a lot of factors that affect placement -- how high you rank...
  21. Replies
    43
    Views
    6,243

    [PLUGIN NEEDED] I just implemented this on my site through a lot...

    I just implemented this on my site through a lot of trial and error. You have to do a few things, but it is definitely possible to do.

    1. Install the plugin CMS Press and create a "feedback"...
  22. Replies
    299
    Views
    33,414

    Re: Featured Image Thumbnail Size

    Here's the code for all that is interested in enlarging their "Featured" ads. I'm not a CSS expert (more of a designer), and figured this out by trial and error. I'm sure David or one of the more...
Results 1 to 22 of 22