Search:

Search: Search took 1.00 seconds.

  1. I have just checked my test site and the...

    I have just checked my test site and the Customizer widgets work just fine.

    Anyway, I will be asking the devs when the next version be released with the included fix. In the mean time, try using...
  2. Replies
    2
    Views
    23,079

    indeed the updates of the theme are becoming more...

    indeed the updates of the theme are becoming more and more rare! we have a bit of the impression that ClassiPress is abandoned?
  3. Thread: Broken link

    by talent
    Replies
    7
    Views
    374

    [SOLVED] You are right, my mistake. Open the...

    You are right, my mistake. Open the includes/nextprev.php file and on line 315
    change: 'term_id'
    to: 'slug'

    Onlines 320 and 322
    change: <a href='". $catname ."'>
    to: <a href='". $cat_id ."'>...
  4. Replies
    13
    Views
    1,041

    Hi b3d1, I have just sent Vantage version...

    Hi b3d1,

    I have just sent Vantage version 3.0.9 to your email. Please check.



    - JOmark
  5. Thread: map tab

    by talent
    Replies
    3
    Views
    258

    [SOLVED] It is actually related to the child theme. When...

    It is actually related to the child theme. When loading the map in the main area, I had changed the loading of the theme-scripts to load last (at the bottom). This was to speed up the loading of the...
  6. Thread: map tab

    by talent
    Replies
    3
    Views
    258

    [SOLVED] No problem, simply edit the single-ad_listing.php...

    No problem, simply edit the single-ad_listing.php file on line 173

    change:
    $gmap_active = true;
    to:
    $gmap_active = false;


    Then in the sidebar-ad.php file on line 18
  7. Replies
    4
    Views
    312

    [SOLVED] Well done. I was going to suggest that. I have...

    Well done. I was going to suggest that. I have done this for someone else before. Although I made it a "button" rather than a plain text link, to make it stand out.

    I also suggest you hide it from...
  8. Thread: prunes

    by tweva
    Replies
    4
    Views
    289

    I am no expert but the way I understand it is the...

    I am no expert but the way I understand it is the email about the ad being expired is sent after the ad is expired.
    The help information on set up says: "Automatically removes all listings from...
  9. Replies
    15
    Views
    1,278

    you can just add another line after it like this:...

    you can just add another line after it like this:

    $message .= html( 'p', __( 'Please click the links below to extend an ad', CP_EXTEND_AD_TD ) );
  10. Replies
    15
    Views
    1,278

    get v1.2. it fixes this string. as for user...

    get v1.2. it fixes this string.

    as for user dashboard. each ad that can be extend will have "Extend Ad" link.
    notice this is supported for cp3.4.
  11. Replies
    1
    Views
    437

    you can change line 291:

    you can change line 291:

    <?php echo $this->_get_feature_ad_html( $post ); ?>

    to something like this:

    <?php echo $this->_get_feature_ad_html( $post, 'text here' ); ?>
Results 1 to 11 of 11