Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; LayerSlider_Widget has a deprecated constructor in /home/cloonemy/public_html/web/design/cloo10136/wp-content/plugins/LayerSlider/wp/widgets.php on line 6
Deprecated: Function create_function() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-content/plugins/LayerSlider/wp/widgets.php on line 4
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/load.php on line 607
Deprecated: Function create_function() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/pomo/translations.php on line 208
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Qode_Import has a deprecated constructor in /home/cloonemy/public_html/web/design/cloo10136/wp-content/themes/bridge/includes/import/qode-import.php on line 7
Deprecated: Function create_function() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-content/themes/bridge/widgets/relate_posts_widget.php on line 86
Deprecated: Function create_function() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-content/themes/bridge/widgets/latest_posts_menu.php on line 104
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()
instead. in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/functions.php on line 3743
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/formatting.php on line 3964
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/cloonemy/public_html/web/design/cloo10136/wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php on line 654
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/formatting.php on line 3964
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/cloonemy/public_html/web/design/cloo10136/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php on line 71
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/formatting.php on line 2042
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/formatting.php on line 3964
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/formatting.php on line 3964
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/cloonemy/public_html/web/design/cloo10136/wp-includes/formatting.php on line 3964
Warning: Cannot modify header information - headers already sent by (output started at /home/cloonemy/public_html/web/design/cloo10136/wp-content/plugins/LayerSlider/wp/widgets.php:6) in /home/cloonemy/public_html/web/design/cloo10136/wp-content/themes/bridge/js/default_dynamic.php on line 13
function ajaxSubmitCommentForm(){
"use strict";
var options = {
success: function(){
$j("#commentform textarea").val("");
$j("#commentform .success p").text("Comment has been sent!");
}
};
$j('#commentform').submit(function() {
$j(this).find('input[type="submit"]').next('.success').remove();
$j(this).find('input[type="submit"]').after('');
$j(this).ajaxSubmit(options);
return false;
});
}
var header_height = 100;
var min_header_height_scroll = 57;
var min_header_height_fixed_hidden = 50;
var min_header_height_sticky = 60;
var scroll_amount_for_sticky = 85;
var content_line_height = 60;
var header_bottom_border_weight = 1;
var scroll_amount_for_fixed_hiding = 200;
var paspartu_width_init = 0.02;
var add_for_admin_bar = 0;
var logo_height = 130; // proya logo height
var logo_width = 280; // proya logo width
header_top_height = 0;
var loading_text;
loading_text = 'Loading new posts...';
var finished_text;
finished_text = 'No more posts';
var piechartcolor;
piechartcolor = "#1abc9c";
piechartcolor = "#ce595d";
var geocoder;
var map;
function initialize() {
"use strict";
// Create an array of styles.
var mapStyles = [
{
stylers: [
{hue: "#324156" },
{saturation: "-60"},
{lightness: "-20"},
{gamma: 1.51}
]
}
];
var qodeMapType = new google.maps.StyledMapType(mapStyles,
{name: "Qode Map"});
geocoder = new google.maps.Geocoder();
var latlng = new google.maps.LatLng(-34.397, 150.644);
var myOptions = {
zoom: 12,
scrollwheel: false,
center: latlng,
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.SMALL,
position: google.maps.ControlPosition.RIGHT_CENTER
},
scaleControl: false,
scaleControlOptions: {
position: google.maps.ControlPosition.LEFT_CENTER
},
streetViewControl: false,
streetViewControlOptions: {
position: google.maps.ControlPosition.LEFT_CENTER
},
panControl: false,
panControlOptions: {
position: google.maps.ControlPosition.LEFT_CENTER
},
mapTypeControl: false,
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, 'qode_style'],
style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
position: google.maps.ControlPosition.LEFT_CENTER
},
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
}
function codeAddress(data) {
"use strict";
if (data === '')
return;
var contentString = '';
var infowindow = new google.maps.InfoWindow({
content: contentString
});
geocoder.geocode( { 'address': data}, function(results, status) {
if (status === google.maps.GeocoderStatus.OK) {
map.setCenter(results[0].geometry.location);
var marker = new google.maps.Marker({
map: map,
position: results[0].geometry.location,
icon: 'http://demo.qodeinteractive.com/bridge88/wp-content/themes/bridge/img/pin.png',
title: data['store_title']
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map,marker);
});
//infowindow.open(map,marker);
}
});
}
var $j = jQuery.noConflict();
$j(document).ready(function() {
"use strict";
showContactMap();
});
function showContactMap() {
"use strict";
if($j("#map_canvas").length > 0){
initialize();
codeAddress("");
codeAddress("");
codeAddress("");
codeAddress("");
codeAddress("Museum of the City of New York, New York, USA");
}
}
var no_ajax_pages = [];
var qode_root = 'http://cloone.my/web/design/cloo10136/';
var theme_root = 'http://cloone.my/web/design/cloo10136/wp-content/themes/bridge/';
var header_style_admin = "";
if(typeof no_ajax_obj !== 'undefined') {
no_ajax_pages = no_ajax_obj.no_ajax_pages;
}