Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] Please mark it closed. I rectified the issue....

    Please mark it closed. I rectified the issue.
    For anyone looking for the solution - I pasted the code in visual tab of the text widget and that is why it was not working.
    It has to be pasted in...
  2. Replies
    2
    Views
    364

    [SOLVED] I used this custom code ... in case someone else...

    I used this custom code ... in case someone else needs it.
    Add it to your theme's functions.php file
    Use shortcode [show_loggedin_as] where you want to display user's display name in the post...
  3. Replies
    4
    Views
    367

    [SOLVED] The code that worked for me is below. Incase it...

    The code that worked for me is below. Incase it helps anyone.
  4. Replies
    37
    Views
    2,459

    Ok I figured out the issue. It works fine when...

    Ok I figured out the issue. It works fine when you use username to login. But if you use your email id to login, it logs you in without clicking on activation link.
  5. Replies
    4
    Views
    298

    [SOLVED] I deactivated and deleted Autoptimize plugin and...

    I deactivated and deleted Autoptimize plugin and it seems fine now.
    Thanks !
  6. [SOLVED] Having an issue ... as per the instructions at...

    Having an issue ... as per the instructions at https://docs.appthemes.com/classipress-4-x/considerations-updating-classipress-4-x-users-classipress-3/
    I added


    But I am getting an error

    ...
  7. Replies
    8
    Views
    380

    done .... 5stars :-)

    done .... 5stars :-)
  8. [SOLVED] Ok I finally managed it :-) In...

    Ok I finally managed it :-)

    In classipress->includes->emails.php there is a function cp_contact_ad_owner_email( $post_id )
    I changed
    appthemes_send_email( $email['to'], $email['subject'],...
  9. Samcy Thanks :-) In the meantime I managed to get...

    Thanks :-)

    In the meantime I managed to get rid of $0 thing for parent categories by editing the code in theme-functions.php line 1640 onwards
  10. If you know bit of PHP then you can try this....

    If you know bit of PHP then you can try this.
    Wrap the content you want to hide within is_user_logged_in function.
    Like in single-ad_listing.php find
    replace it with


    Take backup of the file...
  11. Replies
    4
    Views
    403

    Try using child theme. You would need to copy...

    Try using child theme. You would need to copy classipress/includes/theme-actions.php to childtheme/includes/theme-actions.php
    Then edit that file in childtheme and replace


    with



    But this...
  12. [SOLVED] Do we replace with

    Do we replace

    with
  13. Got the solution. Here it is for anyone who needs...

    Got the solution. Here it is for anyone who needs a fix.

    In framework/kernel/view-edit-profile.php on line 22, change:

    require ABSPATH . '/wp-admin/includes/user.php';

    to:
  14. Replies
    2
    Views
    331

    Samcy Its really sad to see that for every basic...

    Its really sad to see that for every basic requirement there is an additional paid plugin that we have to buy :-(
Results 1 to 14 of 14