SHELL BYPASS 403 |
Modern UI.
Responsive.
Powerful.
<?php
$tmp_lang = wedding_planner_gd('wpml_current_language_');
if(wedding_planner_gd('hide_everything_but_content') <= 0) {
if(wedding_planner_get_metabox('hide_footer_widget_bar') !== '1' && wedding_planner_get_metabox('hide_footer_widget_bar') !== '2') {
if(wedding_planner_gd('footer_info_bar')) {
?>
<div id="footer-widget-bar-sticky" class="widget">
<div class="container info-bar">
<section class="widget-area">
<a href="#close-footer-info-bar" id="close-footer-info-bar">X</a>
<?php if(is_active_sidebar("ozy-footer-widget-bar-info" . $tmp_lang)) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("ozy-footer-widget-bar-info" . $tmp_lang) ) : ?><?php endif; } ?>
</section>
</div>
</div>
<?php
}
?>
<div id="footer-widget-bar" class="widget">
<div class="container full">
<section class="widget-area">
<?php if(is_active_sidebar("ozy-footer-widget-bar-full" . $tmp_lang)) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("ozy-footer-widget-bar-full" . $tmp_lang) ) : ?><?php endif; } ?>
</section>
</div>
<div class="container">
<section class="widget-area">
<?php if(is_active_sidebar("ozy-footer-widget-bar-one" . $tmp_lang)) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("ozy-footer-widget-bar-one" . $tmp_lang) ) : ?><?php endif; } ?>
</section>
<section class="widget-area">
<?php if(is_active_sidebar("ozy-footer-widget-bar-two" . $tmp_lang)) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("ozy-footer-widget-bar-two" . $tmp_lang) ) : ?><?php endif; } ?>
</section>
<section class="widget-area">
<?php if(is_active_sidebar("ozy-footer-widget-bar-three" . $tmp_lang)) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("ozy-footer-widget-bar-three" . $tmp_lang) ) : ?><?php endif; } ?>
</section>
<section class="widget-area">
<?php if(is_active_sidebar("ozy-footer-widget-bar-four" . $tmp_lang)) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("ozy-footer-widget-bar-four" . $tmp_lang) ) : ?><?php endif; } ?>
</section>
</div><!--.container-->
</div><!--#footer-widget-bar-->
<?php } ?>
<?php if(wedding_planner_get_metabox('hide_footer_widget_bar') !== '2' && wedding_planner_gd('footer_copyright_bar')) { ?>
<div id="footer"><footer>
<div class="container">
<?php
$tmp_lang = str_replace('_', '', wedding_planner_gd('wpml_current_language_'));
if(wedding_planner_get_option('section_footer_copyright_text' . $tmp_lang)) {
echo '<span>' . wedding_planner_get_option('section_footer_copyright_text' . $tmp_lang) . '</span>';
}
if(wedding_planner_get_option('section_footer_fb_button_label' . $tmp_lang)) { echo '<a href="https://www.facebook.com/share.php?u='. esc_url(get_permalink()) .'" class="footer-share-buttons">' . esc_html(wedding_planner_get_option('section_footer_fb_button_label' . $tmp_lang)) . '</a>'; }
if(wedding_planner_get_option('section_footer_tweet_button_label' . $tmp_lang)) { echo '<a href="https://twitter.com/share?url='. esc_url(get_permalink()) .'" class="footer-share-buttons">' . esc_html(wedding_planner_get_option('section_footer_tweet_button_label' . $tmp_lang)) . '</a>'; }
if(wedding_planner_get_option('section_footer_booking_page' . $tmp_lang) && wedding_planner_get_option('section_footer_booking_button_label' . $tmp_lang)) { echo '<a href="'. esc_url(get_permalink(wedding_planner_get_option('section_footer_booking_page' . $tmp_lang))) .'">' . esc_html(wedding_planner_get_option('section_footer_booking_button_label' . $tmp_lang)) . '</a>'; }
?>
</div><!--.container-->
</footer></div><!--#footer-->
<?php } ?>
<?php } ?>