| Server IP : 64.225.102.56 / Your IP : 216.73.216.220 Web Server : Apache/2.4.68 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux smtp.zejefoy.com 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : auto ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/auto/web/cifisoa.com/public_html/wp-content/themes/newsever/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Newsever
*/
?>
</div>
<?php do_action('newsever_action_full_width_upper_footer_section'); ?>
<footer class="site-footer">
<?php $newsever_footer_widgets_number = newsever_get_option('number_of_footer_widget');
if (1 == $newsever_footer_widgets_number) {
$col = 'col-md-12';
} elseif (2 == $newsever_footer_widgets_number) {
$col = 'col-md-6';
} elseif (3 == $newsever_footer_widgets_number) {
$col = 'col-md-4';
} else {
$col = 'col-md-4';
} ?>
<?php if (is_active_sidebar( 'footer-first-widgets-section') || is_active_sidebar( 'footer-second-widgets-section') || is_active_sidebar( 'footer-third-widgets-section') || is_active_sidebar( 'footer-fourth-widgets-section')) : ?>
<div class="primary-footer">
<div class="container-wrapper">
<div class="af-container-row">
<?php if (is_active_sidebar( 'footer-first-widgets-section') ) : ?>
<div class="primary-footer-area footer-first-widgets-section <?php echo esc_attr($col); ?> col-sm-12">
<section class="widget-area color-pad">
<?php dynamic_sidebar('footer-first-widgets-section'); ?>
</section>
</div>
<?php endif; ?>
<?php if (is_active_sidebar( 'footer-second-widgets-section') ) : ?>
<div class="primary-footer-area footer-second-widgets-section <?php echo esc_attr($col); ?> col-sm-12">
<section class="widget-area color-pad">
<?php dynamic_sidebar('footer-second-widgets-section'); ?>
</section>
</div>
<?php endif; ?>
<?php if (is_active_sidebar( 'footer-third-widgets-section') ) : ?>
<div class="primary-footer-area footer-third-widgets-section <?php echo esc_attr($col); ?> col-sm-12">
<section class="widget-area color-pad">
<?php dynamic_sidebar('footer-third-widgets-section'); ?>
</section>
</div>
<?php endif; ?>
<?php if (is_active_sidebar( 'footer-fourth-widgets-section') ) : ?>
<div class="primary-footer-area footer-fourth-widgets-section <?php echo esc_attr($col); ?> col-sm-12">
<section class="widget-area color-pad">
<?php dynamic_sidebar('footer-fourth-widgets-section'); ?>
</section>
</div>
<?php endif; ?>
</div>
</div>
</div>
<?php endif; ?>
<?php if(1 != newsever_get_option('hide_footer_menu_section')): ?>
<?php if (has_nav_menu( 'aft-footer-nav' ) || has_nav_menu( 'aft-social-nav' )):
$class = 'col-1';
if (has_nav_menu( 'aft-footer-nav' ) && has_nav_menu( 'aft-social-nav' )){
$class = 'col-2';
}
?>
<div class="secondary-footer">
<div class="container-wrapper">
<div class="af-container-row clearfix af-flex-container">
<?php if (has_nav_menu( 'aft-footer-nav' )): ?>
<div class="float-l pad color-pad <?php echo esc_attr($class); ?>">
<div class="footer-nav-wrapper">
<?php
wp_nav_menu(array(
'theme_location' => 'aft-footer-nav',
'menu_id' => 'footer-menu',
'depth' => 1,
'container' => 'div',
'container_class' => 'footer-navigation'
)); ?>
</div>
</div>
<?php endif; ?>
<?php if (has_nav_menu( 'aft-social-nav' )): ?>
<div class="float-l pad color-pad <?php echo esc_attr($class); ?>">
<div class="footer-social-wrapper">
<div class="aft-small-social-menu">
<?php
wp_nav_menu(array(
'theme_location' => 'aft-social-nav',
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span>',
'menu_id' => 'social-menu',
'container' => 'div',
'container_class' => 'social-navigation'
));
?>
</div>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
<?php endif; ?>
<?php endif; ?>
<div class="site-info">
<div class="container-wrapper">
<div class="af-container-row">
<div class="col-1 color-pad">
<?php $newsever_copy_right = newsever_get_option('footer_copyright_text'); ?>
<?php if (!empty($newsever_copy_right)): ?>
<?php echo esc_html($newsever_copy_right); ?>
<?php endif; ?>
<?php $newsever_theme_credits = newsever_get_option('hide_footer_copyright_credits'); ?>
<?php if ($newsever_theme_credits != 1): ?>
<span class="sep"> | </span>
<?php
/* translators: 1: Theme name, 2: Theme author. */
printf(esc_html__('%1$s by %2$s.', 'newsever'), '<a href="https://afthemes.com/products/newsever">Newsever</a>', 'AF themes');
?>
<?php endif; ?>
</div>
</div>
</div>
</div>
</footer>
</div>
<a id="scroll-up" class="secondary-color">
<i class="fa fa-angle-up"></i>
</a>
<?php wp_footer(); ?>
</body>
</html>