/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/contact-page.php (8375B)
get_queried_object_id();
get_header();
$hide_contact_form_website = "";
if (isset($qode_options_proya['hide_contact_form_website'])) $hide_contact_form_website = $qode_options_proya['hide_contact_form_website'];
if(get_post_meta($id, "qode_page_background_color", true) != ""){
$background_color = get_post_meta($id, "qode_page_background_color", true);
}else{
$background_color = "";
}
if($qode_options_proya['enable_google_map'] == "yes"){
$container_class= " full_map";
} else {
$container_class= "";
}
$show_section = "yes";
if(isset($qode_options_proya['section_between_map_form'])) {
$show_section = $qode_options_proya['section_between_map_form'];
}
$map_form_section_position = "center";
$map_form_section_position_class = " contact_section_position_center";
if(isset($qode_options_proya['section_between_map_form_position']) && $qode_options_proya['section_between_map_form_position'] != "") {
$map_form_section_position = $qode_options_proya['section_between_map_form_position'];
$map_form_section_position_class = " contact_section_position_" . $qode_options_proya['section_between_map_form_position'];
}
$content_style_spacing = "";
if(get_post_meta($id, "qode_margin_after_title", true) != ""){
if(get_post_meta($id, "qode_margin_after_title_mobile", true) == 'yes'){
$content_style_spacing = "padding-top:".esc_attr(get_post_meta($id, "qode_margin_after_title", true))."px !important";
}else{
$content_style_spacing = "padding-top:".esc_attr(get_post_meta($id, "qode_margin_after_title", true))."px";
}
}
$enable_contact_page_acceptance = qode_options()->getOptionValue('enable_contact_page_acceptance');
?>