Search:

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    536

    [SOLVED] Hi Kevin, Sorry about that. The latest version...

    Hi Kevin,

    Sorry about that. The latest version of ClassiEstate (1.6.0) only works with the latest version of ClassiPress (3.4). If you upgrade your copy of ClassiPress, that should fix it.
    ...
  2. Replies
    4
    Views
    259

    [SOLVED] Ok, well this must mean your thank you page is...

    Ok, well this must mean your thank you page is somehow not set-up correctly. To help you please pm me your admin details and I'll take a look at what could be wrong and correct it for you.

    Quick...
  3. Replies
    3
    Views
    303

    [SOLVED] In your single-ad_listing.php file on or around...

    In your single-ad_listing.php file on or around line 152

    change:

    <h3 class="description-area"><?php _e( 'Item Description:', APP_TD ); ?></h3>
    <?php the_content(); ?>

    to:

    <h3...
  4. Replies
    2
    Views
    475

    Yes it seems like mistake. Here is the...

    Yes it seems like mistake.

    Here is the solution for that.

    Get download the css file : "green.css" from below link and replace to :: wp-content/themes/classiremix/skins/green.css

    The...
  5. Replies
    6
    Views
    591

    [SOLVED] re.1. Go to WP->Appearance->Menus and customize...

    re.1. Go to WP->Appearance->Menus and customize menu/s

    re.2. Contact with plugin author

    re.3. (as in notice) After You ensure that permalinks are working correctly, and you have no maintenance...
  6. Replies
    3
    Views
    517

    PUT this function in youe functions.php...

    PUT this function in youe functions.php (child_theme) :

    function total_ads(){
    global $wpdb;
    $sql = $wpdb->prepare("select count(*) FROM ". $wpdb->prefix ."posts WHERE post_type = %s AND...
  7. Replies
    32
    Views
    7,212

    Sticky: Here are a list of changes for ClassiPress 3.3. ...

    Here are a list of changes for ClassiPress 3.3.

    Payments API
    This is the big addition for ClassiPress. It now uses the AppThemes Payments API. We have tried to add the new API with as little...
  8. Replies
    4
    Views
    647

    Samcy Please check this tutorial out:...

    Please check this tutorial out: http://docs.appthemes.com/classipress/creating-custom-fields-and-forms/
  9. [SOLVED] If you are not charging for ads listing, you can...

    If you are not charging for ads listing, you can set the "Charge for Listing Ads:" to No of which can be set through the Classipress admin>>Pricing>>General Tab.

    You can set also in the Pricing...
  10. Replies
    5
    Views
    685

    Figured out why - apparently codestyle...

    Figured out why - apparently codestyle localization plugin is not scanning all files and files:

    classipress/includes/form/.... etc.. all files under form had to be manually translated... doesn't...
  11. Replies
    15
    Views
    1,128

    Just remove this code ; ...

    Just remove this code ;

    <ul class="tabnavig">
    <li><a href="#block1"><span class="big"><?php _e('Just Listed','cp')?></span></a></li>
    <li><a href="#block2"><span class="big"><?php...
Results 1 to 11 of 11