Search:
Search took 1.00 seconds.
-
/*
Theme Name: Custom Theme
Version: 1.0
Author: Your Name
Author URL: Your-Sites-URL
Template: vantage
*/
@import url("../vantage/style.css");
@import url("../vantage/styles/blue.css");
-
Where is your parent theme: in a folder called vantage12 (as the template line implies) or in a folder called vantage, as implied by the two imports? Without knowing your precise setup, I would argue...
-
Hi,
Check it closely and make sure it begins like this.
/*
Theme Name: My Vantage Child Theme
Version: 1.2
Description: My custom child Vantage theme.
Author: xxxx
Author URL:...
-
List of new items, changes and bug fixes in Vantage 1.2...
Events
Events are finally here! There are several things that can be done with events in this version.
* Create and edit events
*...
-
Delete:
<div class="form-field">
<?php $coord = appthemes_get_coordinates( $listing->ID ); ?>
<input name="lat" type="hidden" value="<?php echo esc_attr( $coord->lat ); ?>" />
<input...
-
Hello Songvault,
I tested your code on my test site and it works:
5357
This is the way to proceed:
First you need to enable HTML in your listings. To do so, go to your admin area, =>...