Search:

Search: Search took 1.00 seconds.

  1. Replies
    41
    Views
    3,554

    [SOLVED] Hello! Author released "Avatar Manager...

    Hello!

    Author released "Avatar Manager" plugin version 1.4.0, which include changes for using in frontend.
    I tested it and it works fine with ClassiPress and seems with all other themes.

    So,...
  2. Hi! 1) ACF Options -> Ad fields -> Main...

    Hi!

    1) ACF Options -> Ad fields -> Main Properties -> Default Value = "http://"
    2) ACF Options -> Ad fields -> Formats & Limitations -> Format Of Values = "url"

    Thats it!
  3. Samcy Don't add any folders in front of your childtheme...

    Don't add any folders in front of your childtheme images folder. Call it just like this:

    url("images/your-image.gif")

    Cheers
  4. Replies
    3
    Views
    744

    This one:...

    This one: http://forums.appthemes.com/classipress-general-discussion/need-show-contact-tab-first-25689/page-4/#post203300
  5. Hello, Marcel! Try to add code below to your...

    Hello, Marcel!

    Try to add code below to your active theme or child theme file functions.php


    function ohh_my_link( $args ) {
    echo '&nbsp;&nbsp;&nbsp;<a href="http://google.com/">link</a>' ;...
  6. Replies
    28
    Views
    2,880

    [TUTORIAL] Open /classipress/sidebar-ad.php and remove this...

    Open /classipress/sidebar-ad.php and remove this (around line 22):
  7. Hello, To change the number of letters in the...

    Hello,

    To change the number of letters in the preview needs changes in the /classipress/loop-ad_listing.php

    Search for this:



    Change the number that is marked red
  8. Replies
    1
    Views
    582

    I can answer your first question. In the...

    I can answer your first question.

    In the /classipress/includes/theme-refine.php file.

    Find the following code:


    <input type="checkbox" id="thousands" name="thousands" <?php checked(...
  9. Replies
    61
    Views
    8,157

    [TUTORIAL] Try to copy this code in your css: .post...

    Try to copy this code in your css:


    .post .wpfp-span ul {padding-left:0; line-height:18px;}
    .post .wpfp-span ul li {list-style-image:none; list-style-position:outside; list-style-type:disc;...
  10. Replies
    33
    Views
    4,229

    [TUTORIAL] Yes, that will work

    Yes, that will work
  11. Replies
    33
    Views
    4,229

    [TUTORIAL] Mohsinoffline has created a nice solution for...

    Mohsinoffline has created a nice solution for this in the meantime. I think it's the only one that works as it should. Check it out:...
  12. There is no home page in the Pages section of the...

    There is no home page in the Pages section of the Admin dashboard. The home page is served through the index.php file which can be found on the Classipress theme folder.
  13. [TUTORIAL] Hi Laura, this Next/Previous mod is not...

    Hi Laura, this Next/Previous mod is not assembling results from a Search. It only recognizes the Category or sub-category where you are looking. It does not filter for anything else but the last...
  14. Replies
    17
    Views
    2,611

    [TUTORIAL] Updated code: $cp_min_price = str_replace(...

    Updated code:



    $cp_min_price = str_replace( ',', '', $wpdb->get_var( "SELECT min( CAST( meta_value AS UNSIGNED ) ) FROM $wpdb->term_relationships,$wpdb->postmeta WHERE object_id=post_id AND...
  15. Replies
    8
    Views
    1,532

    [TUTORIAL] I went with a different approach. See my post in...

    I went with a different approach. See my post in http://forums.appthemes.com/refine-price-category-22419/#post145236

    But if you still want to use this version, the problem you are talking about...
  16. [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...
Results 1 to 16 of 16