Search:

Search: Search took 1.00 seconds.

  1. The solution for this it is posted here -->...

    The solution for this it is posted here --> AppTheming
    ... a step by step guide ;)
    Best regards,
  2. Replies
    23
    Views
    1,998

    Add this to the functions.php page to get the...

    Add this to the functions.php page to get the pagination working properly.


    function set_author_post_type($query) {

    //$post_type = ad_listing;

    if ($query->is_author) {
    ...
  3. Replies
    3
    Views
    391

    I will try to replicate this on my test site to...

    I will try to replicate this on my test site to see how it goes.
  4. [MOD NEEDED] This is a real simple query and I dont know why...

    This is a real simple query and I dont know why CP does not have it by default...
    Here is how you can do it... make changes at your own risk. I am a really bad coder so test, test, test before using...
  5. Replies
    11
    Views
    1,445

    Samcy Yes, the report post function is planned for...

    Yes, the report post function is planned for inclusion in a future release. It used to be part of a previous version of the theme, and was originally going to be returned in 3.1, but ended up being...
  6. Replies
    16
    Views
    1,155

    [SOLVED] Yes, this is a bug which will be fixed in 3.1.1....

    Yes, this is a bug which will be fixed in 3.1.1. A manual fix is as follows:

    Edit /includes/theme-comments.php line #135

    Replace this:

    if ( get_option('comment_registration') &&...
  7. Replies
    3
    Views
    428

    The documentation for version 3.1 is being...

    The documentation for version 3.1 is being updated and so it is ready will be made available to the community.

    But you can see that thread to get support on how to upgrade to version 3.1 RC1 or...
  8. HI, Just add below code to style.css : ...

    HI,

    Just add below code to style.css :

    .level-0 { background-color: #C52727; font-weight: bold; color:#FFFFFF;}

    good luck :)
  9. Replies
    4
    Views
    1,024

    If there are similar fonts in Google repository...

    If there are similar fonts in Google repository the icons are just backgrounds in the CSS. For sure this can be done!
    1. include the properely google fonts script in your classipress/header.php
    2....
  10. Replies
    45
    Views
    5,893

    [TUTORIAL] It does work in 3.0.5.3 just replace: ...

    It does work in 3.0.5.3

    just replace:

    <?php cp_cat_menu_drop_down(get_option('cp_cat_dir_cols' ), get_option('cp_dir_sub_num')); ?>

    for:

    <?php echo...
  11. Replies
    7
    Views
    1,007

    [MOD NEEDED] Try adding the code below in paypal.php ; ...

    Try adding the code below in paypal.php ;



    <input type="hidden" name="page_style" value="YOURPAGESTYLE">

    Put the code above just below this code
    <input type="hidden" name="no_note"...
Results 1 to 11 of 11