Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Try something like this .... function...

    Try something like this ....



    function post_a_new_ad_button() {
    $url = CP_ADD_NEW_URL;
    $text = __( 'Post A New Ad', APP_TD );
    echo html( 'button', array( 'type' => 'submit', 'class' =>...
  2. Replies
    11
    Views
    973

    [SOLVED] The new version of classipress should fix this.

    The new version of classipress should fix this.
  3. Replies
    2
    Views
    378

    [SOLVED] Thank you. It works!

    Thank you. It works!
  4. [SOLVED] Before deleting the snippet, turn the value from...

    Before deleting the snippet, turn the value from 0 to 1.
    Save the snippet and it should change the setting back to how it was. Then you can delete the snippet.

    Sent from my H4113 using Tapatalk
  5. [SOLVED] Try this, maybe it will still work ... ...

    Try this, maybe it will still work ...



    function remove_user_image_input() {
    global $cp_options;
    $cp_options->ad_images = 0;
    return $cp_options;
    }
    add_action( 'init',...
  6. Replies
    2
    Views
    220

    [SOLVED] No, there has to be an order for everything to...

    No, there has to be an order for everything to work correctly.
  7. [SOLVED] You can add this code into WordPress Snippets...

    You can add this code into WordPress Snippets Plugin ...



    function remove_ad_single_actions() {
    remove_action( 'appthemes_after_ad_listing_content', 'cp_do_ad_ref_id' );
    remove_action(...
  8. [SOLVED] There are too many variables to take into account...

    There are too many variables to take into account ...
    I would rather let the price field optional and add more options down the form.. Negotiable / Make an offer, etc.
  9. [SOLVED] No, you should probably create the categories...

    No, you should probably create the categories first and then assign them to the desired forms.
  10. [SOLVED] You can put this code inside WordPress Code...

    You can put this code inside WordPress Code Snippets plugin and give it a try.
    Let me know how it goes...



    //Stick featured ads to the top on category and search pages
    class StickyAds {
    ...
  11. [SOLVED] Hello! ClassiPress automatically inserts...

    Hello!

    ClassiPress automatically inserts subject 'New inquiry on "{User's listing title}"'.
    If you want to change it - use filter 'cp_email_user_ad_contact' (you can find it in...
  12. [SOLVED] The only risk that it's just replacing option,...

    The only risk that it's just replacing option, but it's not renaming option. Means, you delete one option and add another option.



    Yes, via confinuring Custom Forms and Fields:...
  13. [SOLVED] Hello! You can add/remove (but not rename)...

    Hello!


    You can add/remove (but not rename) the values here https://demos.appthemes.com/classipress/wp-admin/admin.php?page=app-settings&tab=reports (ClassiPress :: Settings :: Reports)


    Good...
  14. [SOLVED] Hello! You've probably missed the Single...

    Hello!

    You've probably missed the Single Listing Description widget. See attachment.

    19144


    Also, you can check all missed default widgets on the System Info page:...
  15. [SOLVED] This will replace the gray box (in case user...

    This will replace the gray box (in case user didn't provide an image) with image of your choosing.
  16. .form-fields.cat-select tr:first-child { ...

    .form-fields.cat-select tr:first-child {
    display: none;
    }

    @media screen and (max-width: 64em) {
    .progress-indicator>li span {
    display: none;
    }
    }
  17. Replies
    7
    Views
    302

    You can remove the featured image from that page...

    You can remove the featured image from that page together with search bar and typing text.
    Then you can hide the remaining header using CSS... put this snippet of CSS code inside...

    WordPress -...
  18. Yeah, no problem. .entry-meta-sub...

    Yeah, no problem.



    .entry-meta-sub .entry-comments {
    display:none;
    }
  19. [SOLVED] Hi spex, There is no admin option on it but...

    Hi spex,

    There is no admin option on it but will check the codes to see if it can be done with simple code modification.

    Update:

    Just add the codes below via Additional CSS (WP...
  20. Replies
    2
    Views
    260

    [SOLVED] Yes, go to your ClassiPress Settings => General...

    Yes, go to your ClassiPress Settings => General (tab) and set "Show Category Count" to Yes. You can do that for "Search Drop-down Options", "Categories Menu Item Options" and "Categories Page...
  21. [TUTORIAL] Finally! I got the price tag removed by adding...

    Finally! I got the price tag removed by adding this line to the bottom my child theme's style.css:

    price-wrap {display: none;}

    - - - Updated - - -

    Correction:
    That should be: .price-wrap...
  22. [TUTORIAL] Remove Price Tag for ads without a price or ZERO (0)

    Hello all ClassiPress admins,

    Sometimes we don't need a price tag to show up at all. That could be listings for Relationships, Datings, Job offers, Information ads, Free give aways, etc etc...
    ...
  23. Replies
    3
    Views
    771

    [SOLVED] In the homepage you may change it through the...

    In the homepage you may change it through the index.php line 26. In the header dropdown menu, you may change it through the theme-header.php line 154.
  24. Replies
    9
    Views
    603

    Again: This is a simple "go straight" setting....

    Again:
    This is a simple "go straight" setting.
    Just set your ClassiPress settings without memberships and stuff like that... simply select to charge for your ads, and make a fix amount for all ads...
  25. Replies
    9
    Views
    603

    You can do this like: 1)Arrive at my site...

    You can do this like:
    1)Arrive at my site
    2)Click on "Post and Ad" button
    3)Register
    4)Log-in
    5)Complete ad form
    6)Publish ad (at 99USD each and ads are active for 365 days under your...
Results 1 to 25 of 32
Page 1 of 2 1 2