Current File : /home/pacjaorg/wpt.pacja.org/copwordpres/wp-content/themes/fasterly/footer.php |
</div>
<footer id="footer-section" class="footer-section footer_Style_1 footer_bg_img">
<?php
if ( is_active_sidebar( 'fasterly-footer-1','fasterly-footer-2', 'fasterly-footer-3' ) ) :
?>
<div class="container">
<div class="footer_main">
<div class="row main">
<?php if ( is_active_sidebar( 'fasterly-footer-1' ) ) : ?>
<div class="col-lg-4 col-md-6 col-12 wow fadeIn link_widget">
<?php dynamic_sidebar( 'fasterly-footer-1'); ?>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'fasterly-footer-2' ) ) : ?>
<div class="col-lg-4 col-md-6 col-12 wow fadeIn link_widget">
<?php dynamic_sidebar( 'fasterly-footer-2'); ?>
<div class="shape-footer"></div>
</div>
<?php endif; ?>
<?php if ( is_active_sidebar( 'fasterly-footer-3' ) ) : ?>
<div class="col-lg-4 col-md-6 col-12 wow fadeIn link_widget">
<?php dynamic_sidebar( 'fasterly-footer-3'); ?>
<div class="shape-footer"></div>
</div>
<?php endif; ?>
</div>
</div>
</div>
<?php endif;
$fasterly_theme_hs_footer_copy = get_theme_mod('fasterly_theme_hs_footer_copy','1');
$fasterly_theme_footer_clayout = get_theme_mod('fasterly_theme_footer_clayout','1');
$fasterly_theme_fc_txt = get_theme_mod('fasterly_theme_fc_txt','Copyright © [current_year] [site_title] | Powered by [theme_author]');
$fasterly_theme_hs_footer_social = get_theme_mod('fasterly_theme_hs_footer_social','1');
$fasterly_theme_footer_social_ttl = get_theme_mod('fasterly_theme_footer_social_ttl');
if ( function_exists( 'fasterly_get_social_icon_default' ) ) :
$fasterly_theme_social_icons = get_theme_mod('fasterly_theme_footer_social_icons',fasterly_get_social_icon_default());
else:
$fasterly_theme_social_icons = get_theme_mod('fasterly_theme_footer_social_icons');
endif;
if($fasterly_theme_hs_footer_copy=='1'):
?>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<?php if ( ! empty( $fasterly_theme_fc_txt ) ){
$fasterly_copyright_allowed_tags = array(
'[current_year]' => date_i18n('Y'),
'[site_title]' => get_bloginfo('name'),
'[theme_author]' => sprintf(__('<a href="https://bunnytheme.com/" target="_blank">Bunny Themes</a>', 'fasterly')),
);
?>
<div class="copyright">
<p>
<?php
echo apply_filters('fasterly_footer_copyright', wp_kses_post(fasterly_str_replace_assoc($fasterly_copyright_allowed_tags, $fasterly_theme_fc_txt)));
?>
</p>
</div>
<?php } ?>
</div>
<div class="col-lg-6 col-md-6">
<?php if($fasterly_theme_hs_footer_social=='1'):?>
<aside class="widget right-widget">
<?php if(!empty($fasterly_theme_footer_social_ttl)): ?>
<span class="social-title"><?php echo wp_kses_post($fasterly_theme_footer_social_ttl); ?></span>
<?php endif; ?>
<aside class="widget widget-social-widget">
<ul>
<?php
$fasterly_theme_social_icons = json_decode($fasterly_theme_social_icons);
if( $fasterly_theme_social_icons!='' )
{
foreach($fasterly_theme_social_icons as $social_item){
$social_icon = ! empty( $social_item->icon_value ) ? apply_filters( 'fasterly_translate_single_string', $social_item->icon_value, 'Footer section' ) : '';
$social_link = ! empty( $social_item->link ) ? apply_filters( 'fasterly_translate_single_string', $social_item->link, 'Footer section' ) : '';
?>
<li><a href="<?php echo esc_url( $social_link ); ?>"><i class="icon fa <?php echo esc_attr( $social_icon ); ?> "></i></a></li>
<?php }} ?>
</ul>
</aside>
</aside>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
</footer>
<?php do_action('fasterly_top_scroller'); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>