File: /home/uaktdz7o5l3q/public_html/londonvilla.co.uk/wp-content/themes/skyestatechild/footer.php
<?php
/**
* The template for displaying the footer.
*
* @package WordPress
* @subpackage Skyestate
* @since Skyestate 1.0
*/
$nvr_shortname = THE_SHORTNAME;
$nvr_initial = THE_INITIAL;
$nvr_pid = nvr_get_postid();
$nvr_custom = nvr_get_customdata($nvr_pid);
$nvr_pagelayout = nvr_get_sidebar_position($nvr_pid);
if(isset( $nvr_custom['_'.$nvr_initial.'_sectionbuilder'][0] )){
$nvr_sectionbuilders = unserialize($nvr_custom['_'.$nvr_initial.'_sectionbuilder'][0]);
}
if($nvr_pagelayout!='one-col'){
?>
<div class="clearfix"></div>
</div><!-- main -->
</section><!-- content -->
<aside id="sidebar" class="four columns">
<?php get_sidebar();?>
</aside><!-- sidebar -->
<?php
}
?>
<div class="clearfix"></div>
</section><!-- maincontent -->
</div>
</div>
</div>
</div>
<!-- END MAIN CONTENT -->
<?php
$nvr_enableaftercontent = nvr_get_option( $nvr_shortname . '_enable_aftercontent');
$nvr_aftercontent = nvr_get_option( $nvr_shortname . '_aftercontent_text');
$nvr_aftercontent = (isset($nvr_custom['_'.$nvr_initial.'_aftercontent_text'][0]) && $nvr_custom['_'.$nvr_initial.'_aftercontent_text'][0]!="")? $nvr_custom['_'.$nvr_initial.'_aftercontent_text'][0] : $nvr_aftercontent;
if($nvr_enableaftercontent && $nvr_aftercontent){
?>
<!-- AFTER CONTENT -->
<div id="outeraftercontent">
<div class="container">
<section id="aftercontent" class="row">
<div class="twelve columns">
<?php echo do_shortcode($nvr_aftercontent); ?>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</section>
</div>
</div>
<!-- END AFTER CONTENT -->
<?php }// end if($nvr_aftercontent!="") ?>
</div>
<!-- END MIDDLE -->
<?php
$nvr_footcol_scheme = array(
'0;none',
'1;twelve columns',
'2;three columns alpha-nine columns last',
'2;six columns alpha-six columns last',
'2;nine columns alpha-three columns last',
'3;three columns alpha-six columns-three columns last',
'3;three columns alpha-three columns-six columns last',
'3;six columns alpha-three columns-three columns last',
'3;four columns alpha-four columns-four columns last',
'4;three columns alpha-three columns-three columns-three columns last'
);
$nvr_shortname = THE_SHORTNAME;
$nvr_opt_footerLayout = intval(nvr_get_option($nvr_shortname. '_footer_sidebar_layout',8));
$nvr_disablefootersidebar = nvr_get_option($nvr_shortname. '_disable_footer_sidebar');
$nvr_custom = nvr_get_customdata($nvr_pid);
$nvr_cf_footerLayout = (isset($nvr_custom["layout_footer"][0]) && (intval($nvr_custom["layout_footer"][0])>=0 && intval($nvr_custom["layout_footer"][0])<=8) )? intval($nvr_custom["layout_footer"][0]) : $nvr_opt_footerLayout;
$nvr_footcol = explode(';',$nvr_footcol_scheme[$nvr_cf_footerLayout]);
$nvr_footclass = explode('-',$nvr_footcol[1]);
?>
<div id="footerwrapper">
<?php
if(!$nvr_disablefootersidebar){
?>
<!-- FOOTER SIDEBAR -->
<div id="outerfootersidebar">
<div class="container">
<div id="footersidebarcontainer" class="row">
<footer id="footersidebar">
<?php for($i=0;$i<$nvr_footcol[0];$i++){ $nvr_numfootcol = $i+1; ?>
<div id="footcol<?php echo esc_attr( $nvr_numfootcol ); ?>" class="<?php echo esc_attr( $nvr_footclass[$i] ); ?>">
<div class="widget-area">
<?php if ( ! dynamic_sidebar( 'footer'.$nvr_numfootcol ) ) : ?><?php endif; // end general widget area ?>
</div>
</div>
<?php } ?>
<div class="clearfix"></div>
</footer>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- END FOOTER SIDEBAR -->
<?php
}
?>
<?php if (is_front_page()) { ?>
<div class="container-fluid custom-title" id="outerslider_above_footer">
<h2><span class="custom-title-colored">Central Properties</span> in London Map</h2>
<?php
$nvr_gmapsLatitude = nvr_get_option( $nvr_shortname . '_default_latitude' ,'51.5227676');
$nvr_gmapsLongitude = nvr_get_option( $nvr_shortname . '_default_longitude' ,'-0.114644912');
$nvr_gmapsZoom = nvr_get_option( $nvr_shortname . '_default_zoom');
$nvr_gmapsFilter = nvr_get_option( $nvr_shortname . '_filter_map');
$nvr_gmapsPincluster = nvr_get_option( $nvr_shortname . '_pin_cluster');
$nvr_gmapsMaxZoomCluster = nvr_get_option( $nvr_shortname . '_maxzoom_cluster');
$nvr_markerquery = nvr_property_mapquery();
$nvr_markers = nvr_json_encode(nvr_property_latlng($nvr_markerquery));
$nvr_gmapsvar = array(
'gmaps_latitude' => $nvr_gmapsLatitude,
'gmaps_longitude' => $nvr_gmapsLongitude,
'enable_pincluster' => $nvr_gmapsPincluster,
'maxzoom_cluster' => $nvr_gmapsMaxZoomCluster,
'gmaps_zoom' => $nvr_gmapsZoom,
'gmaps_filter' => $nvr_gmapsFilter,
'gmaps_markers' => $nvr_markers
);
wp_enqueue_script('googlemapsapi');
wp_enqueue_script('gmapsfrontend');
wp_localize_script( 'gmapsfrontend', 'gmaps_var', $nvr_gmapsvar );
wp_enqueue_script('ginfobox');
wp_enqueue_script('gmapsextended');
$nvr_gmapsUseGeo = nvr_get_option( $nvr_shortname . '_enable_geolocation');
$nvr_gmapsGeoRadius = nvr_get_option( $nvr_shortname . '_geolocation_radius');
$nvr_gmapsextendvar = array(
'enable_geolocation' => $nvr_gmapsUseGeo,
'geolocation_radius' => $nvr_gmapsGeoRadius,
'in_text' => __('in', THE_LANG),
'radius' => __('radius', THE_LANG)
);
wp_localize_script( 'gmapsextended', 'gmapsextended_var', $nvr_gmapsextendvar );
get_template_part( 'slider-maps');
?>
</div>
<?php } ?>
<!-- CUSTOM FOOTER -->
<div class="container custom-footer-container">
<div class="row footer-row footer-subscribe-row">
<div class="vc_col-sm-4">
<p>Get our newsletter and stay up to date with our rental deals and specials</p>
</div>
<div class="vc_col-sm-8">
<?= do_shortcode('[mc4wp_form id="2401"]'); ?>
</div>
</div>
<div class="row footer-row footer-menu-row">
<div class="vc_col-sm-4">
<h2>MORE ABOUT LONDON VILLA</h2>
<?= do_shortcode('[menu name="FooterMenu"]'); ?>
</div>
<div class="vc_col-sm-4">
<h2>FIND US</h2>
<p>London Villa Ltd.<br>
16A Baker Street, London, W1U 3BL<br>
Tel.: <a href="tel:+4402079351142">+44 (0) 207 935 1142</a><br>
Fax.: +44 (0) 203 371 0972<br>
Email: <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="vc_col-sm-4">
<div class="custom-button-1-wrapper">
<a href="#" class="open-enquire-form">
<div class="custom-button-1">
<span class="custom-pin-svg">
<svg version="1.1" id="footer-pin-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="29px" height="41.024px" viewBox="0 0 29 41.024" enable-background="new 0 0 29 41.024" xml:space="preserve">
<g>
<path fill="none" stroke="#000" stroke-miterlimit="10" d="M14.448,40.208c0,0-13.948-18.583-13.948-26.333
S7.739,0.5,14.406,0.5S28.5,5.042,28.5,13.875S14.448,40.208,14.448,40.208z"/>
<circle id="XMLID_134_" fill="none" stroke="#000" stroke-miterlimit="10" cx="14.365" cy="14.292" r="5.083"/>
</g>
</svg>
</span>
<span class="custom-button-pin-text">Enquire</span>
</div>
</a>
</div>
</div>
</div>
<div class="row footer-row footer-social-row">
<div class="vc_col-sm-12 footer-social-column">
<ul>
<li>
<a href="https://www.facebook.com/LondonVilla.co.uk" target="_blank">
<svg version="1.1" id="fb-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="35.667px" height="35.666px" viewBox="0 0 35.667 35.666" enable-background="new 0 0 35.667 35.666" xml:space="preserve">
<circle id="XMLID_73_" fill="none" stroke="#3574db" stroke-miterlimit="10" cx="17.833" cy="17.833" r="17.333"/>
<g id="XMLID_99_">
<g id="XMLID_120_">
<path id="XMLID_122_" fill="#3574db" d="M21.715,10.073l-2.015-0.003c-2.261,0-3.724,1.5-3.724,3.821v1.762h-2.025
c-0.174,0-0.316,0.141-0.316,0.316v2.553c0,0.175,0.142,0.316,0.316,0.316h2.025v6.441c0,0.175,0.142,0.316,0.317,0.316h2.641
c0.175,0,0.316-0.142,0.316-0.316v-6.441h2.367c0.176,0,0.316-0.142,0.316-0.316l0.002-2.553c0-0.083-0.034-0.164-0.094-0.224
c-0.059-0.059-0.139-0.092-0.224-0.092h-2.368v-1.494c0-0.718,0.172-1.082,1.106-1.082l1.356-0.001
c0.175,0,0.316-0.142,0.316-0.316v-2.37C22.031,10.214,21.889,10.073,21.715,10.073L21.715,10.073z M21.715,10.073"/>
</g>
</g>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/LondonVilla1" target="_blank">
<svg version="1.1" id="tw-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="35.666px" height="35.667px" viewBox="0 0 35.666 35.667" enable-background="new 0 0 35.666 35.667" xml:space="preserve">
<circle id="XMLID_85_" fill="none" stroke="#71a3f5" stroke-miterlimit="10" cx="17.833" cy="17.833" r="17.333"/>
<g id="XMLID_124_">
<path id="XMLID_125_" fill="#71a3f5" d="M26.62,12.384c-0.644,0.286-1.341,0.483-2.07,0.57c0.745-0.446,1.313-1.153,1.587-1.996
c-0.697,0.413-1.469,0.714-2.295,0.875c-0.654-0.697-1.593-1.137-2.628-1.137c-1.989,0-3.604,1.614-3.604,3.604
c0,0.284,0.033,0.557,0.092,0.821c-2.999-0.151-5.652-1.583-7.433-3.766c-0.312,0.531-0.489,1.153-0.489,1.813
c0,1.249,0.638,2.354,1.604,2.997c-0.59-0.015-1.142-0.181-1.63-0.45v0.044c0,1.748,1.244,3.205,2.89,3.539
c-0.301,0.08-0.622,0.122-0.949,0.122c-0.23,0-0.456-0.021-0.681-0.063c0.461,1.433,1.79,2.472,3.368,2.505
c-1.234,0.965-2.79,1.538-4.479,1.538c-0.29,0-0.574-0.016-0.858-0.047c1.598,1.023,3.491,1.618,5.528,1.618
c6.629,0,10.254-5.491,10.254-10.253l-0.01-0.467C25.526,13.742,26.137,13.109,26.62,12.384L26.62,12.384z M26.62,12.384"/>
</g>
</svg>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/london-villa-ltd-9a3b4248/" target="_blank">
<svg version="1.1" id="linked-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="35.667px" height="35.667px" viewBox="0 0 35.667 35.667" enable-background="new 0 0 35.667 35.667" xml:space="preserve">
<circle id="XMLID_86_" fill="none" stroke="#415e8d" stroke-miterlimit="10" cx="17.833" cy="17.833" r="17.333"/>
<g id="XMLID_61_">
<path id="XMLID_62_" fill="#415e8d" d="M26.5,19.706v6.409h-3.716v-5.979c0-1.501-0.536-2.526-1.881-2.526c-1.027,0-1.638,0.69-1.906,1.358
c-0.098,0.239-0.124,0.571-0.124,0.906v6.241h-3.716c0,0,0.05-10.127,0-11.176h3.716v1.583c-0.007,0.013-0.018,0.025-0.023,0.037
h0.023v-0.037c0.494-0.76,1.375-1.846,3.35-1.846C24.667,14.677,26.5,16.274,26.5,19.706L26.5,19.706z M11.27,9.552
c-1.271,0-2.103,0.834-2.103,1.931c0,1.073,0.808,1.931,2.054,1.931h0.024c1.296,0,2.102-0.858,2.102-1.931
C13.322,10.386,12.541,9.552,11.27,9.552L11.27,9.552z M9.388,26.115h3.715V14.939H9.388V26.115z M9.388,26.115"/>
</g>
</svg>
</a>
</li>
<!-- <li>
<a href="#">
<svg version="1.1" id="in-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="35.667px" height="35.667px" viewBox="0 0 35.667 35.667" enable-background="new 0 0 35.667 35.667" xml:space="preserve">
<circle id="XMLID_215_" fill="none" stroke="#272525" stroke-miterlimit="10" cx="17.833" cy="17.833" r="17.333"/>
<g id="XMLID_217_">
<path id="XMLID_218_" fill="#272525" d="M25.376,10.292c-0.411-0.411-0.903-0.616-1.477-0.616H11.769c-0.573,0-1.065,0.206-1.477,0.616
c-0.41,0.411-0.616,0.903-0.616,1.477v12.131c0,0.573,0.206,1.064,0.616,1.476c0.411,0.411,0.903,0.616,1.477,0.616h12.131
c0.573,0,1.065-0.205,1.476-0.616c0.411-0.411,0.616-0.902,0.616-1.476V11.768C25.991,11.194,25.786,10.702,25.376,10.292
L25.376,10.292z M15.534,15.554c0.641-0.619,1.411-0.929,2.311-0.929c0.906,0,1.681,0.31,2.32,0.929
c0.642,0.621,0.962,1.369,0.962,2.248c0,0.878-0.32,1.626-0.962,2.246c-0.64,0.62-1.413,0.93-2.32,0.93
c-0.899,0-1.67-0.311-2.311-0.93s-0.961-1.368-0.961-2.246C14.573,16.923,14.894,16.175,15.534,15.554L15.534,15.554z
M24.144,23.463c0,0.184-0.063,0.338-0.191,0.462s-0.279,0.187-0.457,0.187H12.141c-0.185,0-0.338-0.063-0.462-0.187
s-0.187-0.278-0.187-0.462V16.58h1.498c-0.142,0.446-0.213,0.91-0.213,1.391c0,1.359,0.496,2.52,1.487,3.479
c0.992,0.959,2.185,1.439,3.58,1.439c0.921,0,1.771-0.219,2.549-0.658c0.779-0.439,1.396-1.035,1.849-1.79
c0.454-0.755,0.681-1.577,0.681-2.47c0-0.481-0.071-0.945-0.213-1.391h1.434V23.463z M24.144,13.978c0,0.205-0.07,0.379-0.213,0.52
c-0.141,0.142-0.315,0.213-0.52,0.213h-1.849c-0.205,0-0.379-0.071-0.521-0.213c-0.142-0.141-0.213-0.315-0.213-0.52v-1.752
c0-0.199,0.071-0.371,0.213-0.516c0.142-0.146,0.315-0.218,0.521-0.218h1.849c0.204,0,0.379,0.072,0.52,0.218
c0.143,0.145,0.213,0.317,0.213,0.516V13.978z M24.144,13.978"/>
</g>
</svg>
</a>
</li> -->
<li>
<a href="https://www.pinterest.co.uk/londonvilla1/" target="_blank">
<svg version="1.1" id="pinterest-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="35.667px" height="35.667px" viewBox="0 0 35.667 35.667" enable-background="new 0 0 35.667 35.667" xml:space="preserve">
<circle id="XMLID_87_" fill="none" stroke="#bc2121" stroke-miterlimit="10" cx="17.833" cy="17.833" r="17.333"/>
<g id="XMLID_130_">
<g id="XMLID_55_">
<path id="XMLID_57_" fill="#bc2121" d="M16.545,20.838c-0.489,2.563-1.085,5.021-2.854,6.306c-0.546-3.875,0.802-6.785,1.428-9.874
c-1.067-1.796,0.129-5.412,2.379-4.521c2.77,1.096-2.398,6.678,1.071,7.376c3.622,0.728,5.101-6.285,2.854-8.565
c-3.245-3.293-9.446-0.076-8.684,4.64c0.186,1.152,1.376,1.502,0.476,3.093c-2.077-0.461-2.696-2.099-2.618-4.283
c0.13-3.574,3.213-6.077,6.306-6.423c3.911-0.438,7.583,1.436,8.089,5.115c0.571,4.153-1.765,8.651-5.947,8.328
C17.91,21.94,17.435,21.378,16.545,20.838L16.545,20.838z M16.545,20.838"/>
</g>
</g>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container custom-footer-bottom-container">
<div class="row footer-row footer-bottom-row">
<div class="vc_col-sm-4">
<a href="#">
<img class="img-responsive" src="/wp-content/uploads/2017/09/deposits.png">
</a>
<a href="#">
<img class="img-responsive" src="/wp-content/uploads/2017/09/property.png">
</a>
</div>
<div class="vc_col-sm-4">
<a href="<?= home_url(); ?>">
<img class="img-responsive" src="/wp-content/uploads/2017/09/footer-logo.png">
</a>
<p>
London Villa Ltd is a limited company and is incorporated in England and Wales with registered number 07378688.
Its registered office and principal place of business is at 16 A Baker Street, London, W1U 3BL.
</p>
</div>
<div class="vc_col-sm-4">
<span class="custom-copyright-text">Copyright ©2017 London Villa. Designed by <a target="_blank" href="https://eight8.gr/">eight8.</a></span>
</div>
</div>
</div>
<!-- FOOTER -->
<div id="outerfooter">
<div class="container">
<div id="footercontainer" class="row">
<footer id="footer" class="twelve columns">
<div class="copyrightcontainer">
<?php
/***** file: engine/footer-functions.php
- nvr_output_footertext - 5
- nvr_output_socialicon - 8
*****/
do_action('nvr_output_footerarea');
?>
<div class="clearfix"></div>
</div>
</footer>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- END FOOTER -->
</div>
</div><!-- end bodychild -->
</div><!-- end outercontainer -->
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
<script type="text/javascript" src="/wp-content/themes/skyestatechild/js/jquery.jqtransform.js"></script>
<script src="/wp-content/themes/skyestatechild/js/ScrollMagic.js"></script>
<script src="/wp-content/themes/skyestatechild/js/TweenMax.min.js"></script>
<script src="/wp-content/themes/skyestatechild/js/debug.addIndicators.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#edeff5",
"text": "#838391"
},
"button": {
"background": "#30974c"
}
},
"content": {
"message": "This site uses cookies. Please see our Cookie Policy for more information.",
"dismiss": "ACCEPT",
"link": "Learn More",
"href": "https://londonvilla.co.uk/privacy-notice-2/"
}
})});
</script>
</body>
</html>