Search:

Search: Search took 1.00 seconds.

  1. Replies
    21
    Views
    1,598

    Hi, I saw multiple solutions and wanted to...

    Hi,

    I saw multiple solutions and wanted to show mine.

    I edited step-functions.php

    In line ~60 you will see:


    $field_class = ( $result->field_req ) ? 'text required' : 'text';
  2. [SOLVED] add the following to style.css: ...

    add the following to style.css:




    li#cp_city,
    li#cp_street > span {
    text-transform: capitalize;
    }
  3. Replies
    5
    Views
    610

    [SOLVED] For displaying ad lists outside the home and...

    For displaying ad lists outside the home and category pages you better look at "archive-ad_listing.php" file ;)

    Best regards,
  4. Samcy Here is a fix. Edit...

    Here is a fix.

    Edit includes/forms/step-functions.php
    Find function cp_formbuilder_review() and add $cp_options to global.


    global $wpdb, $cp_options;


    Find this near the end of the...
  5. Replies
    1
    Views
    333

    [SOLVED] The easiest way is to change it in the pot-file I...

    The easiest way is to change it in the pot-file I think. For English you should change it in the files where it occures.

    (I have not understood the pot/mo-usage completely yet.)
  6. Replies
    2
    Views
    406

    [SOLVED] Posts and ads is not the same as far as I...

    Posts and ads is not the same as far as I understand.
    So, contributors will not be able to publish posts in the blog, but still be able to post ads.
  7. Replies
    2
    Views
    406

    [SOLVED] Hi dadamchu, I noticed that in the update log...

    Hi dadamchu,

    I noticed that in the update log also. However, I upgraded my development site to WP v3.8.2 and am still able to post an ad using a contributor (default) account.

    Please note, that...
  8. Is something in this code unclear?! ...

    Is something in this code unclear?!


    add_action( 'appthemes_before_loop', 'my_category_ads' );
    Hooks our function above ad listings


    if ( !is_tax( APP_TAX_CAT ) ) return;
    Prevent to execute...
Results 1 to 8 of 8