Thank you I just added a comma and it picked up the sub-category just fine.
e.g: in the "Listing_Category" field I put "Tutor, Sign Language"
The 'Sign Language' is the sub-category under the...
Thank you I just added a comma and it picked up the sub-category just fine.
e.g: in the "Listing_Category" field I put "Tutor, Sign Language"
The 'Sign Language' is the sub-category under the...
There's a solution in this thread that I've used on my site:
http://forums.appthemes.com/vantage-general-discussion/customize-login-registration-page-vantage-68551/
In answer to your questions:
1. The theme uses the Google Maps API, so you can set the geo settings to your country and yes it will locate within that.
2. Yes.
3. PayPal is built into the theme...
I put the youtube URL into the Business Description area (front end) so it looks like this:
http://www.californiafilmdirectory.com/listings/contemporary-style-home/
9488
I created a video on...
in function cp_contact_ad_owner_email add this 2 line:
$Bcc = get_settings('admin_email');
$headers = "BCC: $Bcc \r\n";
and change wp_mail to
wp_mail( $mailto, $subject, $message ,...
Here is what I did;
Create a file called "full-page.php" in your child theme (or Vantage folder if you don't have a child theme) and put this in it (it is basically an exact copy of Vantage's...
I think this same question has been asked and answered many times.
Here is the code change I use to redirect to the dashboard in Vantage v1.2:
<?php
// Redirect to Dashboard...
I found the general "contact this listing owner" form to be too simple and it restricted my use as I wanted to provide more information to the listing owner.
I'm not going to go too far in depth...