location->address ?>
location->city ?>, location->state ?>
'fade', // fade, horizontal-slide, vertical-slide, horizontal-push
'animationSpeed' => 800, // how fast animtions are
'timer' => 'false', // true or false to have the timer
'pauseOnHover' => true, // if you hover pauses the slider
'advanceSpeed' => 4000, // if timer is enabled, time between transitions
'startClockOnMouseOut' => true, // if clock should start on MouseOut
'startClockOnMouseOutAfter' => 1000, // how long after MouseOut should the timer start again
'directionalNav' => true, // manual advancing directional navs
'captions' => true, // do you want captions?
'captionAnimation' => 'fade', // fade, slideOpen, none
'captionAnimationSpeed' => 800, // if so how quickly should they animate in
'afterSlideChange' => 'function(){}', // empty function
'width' => 880,
'height' => 405,
'context' => 'home',
'data' => PLS_Slideshow::prepare_single_listing($listing)
)
);
?>
location->neighborhood ?>
Gallery
images as $key => $image): ?>
url, array('resize' => array('w' => 200, 'h' => 130, 'method' => 'crop'), 'fancybox' => true)); ?>
Details
property_type != null ) { //show Property Type if set ?>
Property Type:
property_type == "fam_home") {
echo "Single Family Home";
} else {
echo ucwords($listing_data->property_type);
} ?>
mls_number) ) { //show MLS number if set within $mls ?>
MLS #: mls_number; ?>
Bedrooms: bedrooms ?>
Bathrooms: bathrooms ?>
half_baths) && ($listing_data->half_baths != 0) ) { ?>
Half Baths: half_baths ?>
amenities != null ) { //show Ameneties section if Amenities exist ?>
Amenities
amenities as $key => $amenity): ?>
' . $amenity . '';
if ($i%4==0) { echo '
'; }
?>
';
}?>
Location
location->coords->latitude;
$lng = $listing_data->location->coords->longitude;
$listing['location']['coords']['latitude'] = $lat;
$listing['location']['coords']['longitude'] = $lng;
// $listing_data = $listing_data->location;
echo PLS_Map::dynamic(
$listing,
$map_args = array(
'lat'=>$lat,
'lng'=>$lng,
'width' => 880,
'height' => 250,
'zoom' => 15
),
$marker_args = array()
);
?>
Representing Agent
first_name ?> last_name ?>
name) ) { // show company name if set ?>
name); ?>
email ?>
phone); ?>
description ?>
mls_number) ) { //show mls details if set as $mls ?>
MLS #: mls_number; ?>
MLS Group: mls_group; ?>