Search:
Search took 1.00 seconds.
-
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...
-
indeed the updates of the theme are becoming more and more rare! we have a bit of the impression that ClassiPress is abandoned?
-
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 ."'>...
-
Hi b3d1,
I have just sent Vantage version 3.0.9 to your email. Please check.
- JOmark
-
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...
-
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
-
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...
-
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...
-
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 ) );
-
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.
-
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' ); ?>