HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vmi1674223.contaboserver.net 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: root (0)
PHP: 7.4.3-4ubuntu2.22
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/ruby/wp-content/themes/echooling/footer.php
        </div><!-- .content -->
    </div><!-- .container -->
</div><!-- .main-container -->
<?php
global $echooling_option;
require get_parent_theme_file_path('inc/footer/footer-options.php');
$header_grid2 = "";
$hide_footer  ='';
$hide_footer  =  get_post_meta(get_queried_object_id(), 'hide_footer', true);
if($hide_footer != 'yes'):


$footer_logo_size = !empty($echooling_option['footer-logo-height']) ? 'style="height: '.$echooling_option['footer-logo-height'].'"' : '';

if ( class_exists( 'WooCommerce' ) && is_shop() || class_exists( 'WooCommerce' ) && is_product_tag()  || class_exists( 'WooCommerce' ) && is_product_category()  ) {
    $echooling_shop_id = get_option( 'woocommerce_shop_page_id' ); 
    $header_width_meta = get_post_meta($echooling_shop_id, 'header_width_custom2', true);
    $footer_logo       = get_post_meta($echooling_shop_id, 'footer_logo_img', true);

} elseif (is_home() && !is_front_page() || is_home() && is_front_page()){

    $header_width_meta = get_post_meta(get_queried_object_id(), 'header_width_custom2', true);
    $footer_logo       =  get_post_meta(get_queried_object_id(), 'footer_logo_img', true);
    
} else {
    $header_width_meta = get_post_meta(get_queried_object_id(), 'header_width_custom2', true);
    $footer_logo       =  get_post_meta(get_queried_object_id(), 'footer_logo_img', true);
}  
    
if ($header_width_meta != ''){
    $header_width = ( $header_width_meta == 'full' ) ? 'container-fluid': 'container';
}else{  
    $header_width = !empty($echooling_option['header-grid2']) ? $echooling_option['header-grid2'] : '';
    $header_width = ( $header_width == 'full' ) ? 'container-fluid': 'container';
}
$footer_gap = '';
if($hide_footer_subscribe != 'yes'  && is_active_sidebar( 'footer_top') ){
    $footer_gap = 'reactheme-footer-top-gap';
}

if(!empty( $footer_bg_img)):?>
    <footer id="reactheme-footer" class="ff <?php echo esc_attr($footer_select);?> reactheme-footer footer-style-1 <?php echo esc_attr($footer_gap); ?>" style="background-image: url('<?php echo esc_url($footer_bg_img); ?>'); <?php if (!empty($footer_bg_pos)): ?> background-position: <?php echo esc_attr($footer_bg_pos); ?> !important; <?php endif; ?> <?php if (!empty($footer_bg_rep)): ?> background-repeat: <?php echo esc_attr($footer_bg_rep); ?> !important; <?php endif; ?> <?php if (!empty($footer_bg_sizes)): ?> background-size: <?php echo esc_attr($footer_bg_sizes); ?> !important; <?php endif; ?> <?php if (!empty($footer_bg)): ?> background-color: <?php echo esc_attr($footer_bg) ?> <?php endif; ?>">

<?php elseif(!empty( $footer_bg)):?>
    <footer id="reactheme-footer" class="<?php echo esc_attr($footer_select);?> reactheme-footer footer-style-1 <?php echo esc_attr($footer_gap); ?>" style="background: <?php echo esc_attr($footer_bg);?> !important; <?php if (!empty($footer_bg_rep)): ?> background-repeat: <?php echo esc_attr($footer_bg_rep); ?> !important; <?php endif; ?> <?php if (!empty($footer_bg_sizes)): ?> background-size: <?php echo esc_attr($footer_bg_sizes); ?> !important; <?php endif; ?> <?php if (!empty($footer_bg_pos)): ?> background-position: <?php echo esc_attr($footer_bg_pos);?> !important; <?php endif; ?>">

<?php elseif( !empty( $echooling_option['footer_bg_image']['url'])):?>
    <footer id="reactheme-footer" class="<?php echo esc_attr($footer_select);?> reactheme-footer footer-style-1 <?php echo esc_attr($footer_gap); ?>" style="background-image: url('<?php echo esc_url($echooling_option['footer_bg_image']['url']);?>'); <?php if (!empty($footer_bg_rep)): ?> background-repeat: <?php echo esc_attr($footer_bg_rep); ?> !important; <?php endif; ?> <?php if (!empty($footer_bg_sizes)): ?> background-size: <?php echo esc_attr($footer_bg_sizes); ?> !important; <?php endif; ?> <?php if (!empty($footer_bg_pos)): ?> background-position: <?php echo esc_attr($footer_bg_pos); ?> !important; <?php endif; ?>">
    <?php else:?>
        <footer id="reactheme-footer" class="<?php echo esc_attr($footer_select);?> reactheme-footer footer-style-1 <?php echo esc_attr($footer_gap); ?>" >
<?php 
endif; 
 get_template_part( 'inc/footer/footer','top' ); 
?>
<div class="footer-bottom" <?php if(!empty( $copyright_bg)): ?> style="background: <?php echo esc_attr($copyright_bg); ?> !important;" <?php elseif(!empty( $copy_trans)): ?> style="background: <?php echo esc_attr($copy_trans); ?> !important;" <?php endif; ?>>
    <div class="<?php echo esc_attr($header_width);?>">
        <div class="copyright_border">
            <div class="rows"> 
                <?php if(is_active_sidebar( 'copy_right')){?>                                        
                    <div class="cols frist-cols">
                        <div class="copyright text-center" <?php if(!empty( $copy_space)): ?> style="padding: <?php echo esc_attr($copy_space); ?>" <?php endif; ?> >
                            <?php if(!empty($echooling_option['copyright'])){?>
                            <p><?php echo wp_kses($echooling_option['copyright'], 'echooling'); ?></p>
                            <?php }
                             else{
                                ?>
                            <p><?php echo esc_html('&copy;')?> <?php echo date("Y");?>. <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> 
                            </p>
                            <?php
                             }   
                            ?>
                        </div>
                    </div>            
                    <div class="cols">
                        <div class="copyright-widget" <?php if(!empty( $copy_space)): ?> style="padding: <?php echo esc_attr($copy_space); ?>" <?php endif; ?> >
                            <?php dynamic_sidebar( 'copy_right'); ?>
                        </div>
                    </div>
                     
                <?php }  elseif(is_active_sidebar( 'copy_right'  )){?>
                    <div class="cols">
                        <div class="copyright text-left" <?php if(!empty( $copy_space)): ?> style="padding: <?php echo esc_attr($copy_space); ?>" <?php endif; ?> >
                            <?php if(!empty($echooling_option['copyright'])){?>
                            <p><?php echo wp_kses($echooling_option['copyright'], 'echooling'); ?></p>
                            <?php }
                             else{
                                ?>
                            <p><?php echo esc_html('&copy;')?> <?php echo date("Y");?>. <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> 
                            </p>
                            <?php
                             }   
                            ?>
                        </div>
                    </div>            
                    <div class="cols">
                        <div class="copyright-widget" <?php if(!empty( $copy_space)): ?> style="padding: <?php echo esc_attr($copy_space); ?>" <?php endif; ?> >
                            <?php dynamic_sidebar( 'copy_right'); ?>
                        </div>
                    </div>
                <?php }  else { ?>
                    <div class="cols">
                        <div class="copyright text-center" <?php if(!empty( $copy_space)): ?> style="padding: <?php echo esc_attr($copy_space); ?>" <?php endif; ?> >
                            <?php if(!empty($echooling_option['copyright'])){?>
                            <p><?php echo wp_kses($echooling_option['copyright'], 'echooling'); ?></p>
                            <?php }
                             else{
                                ?>
                            <p><?php echo esc_html('&copy;')?> <?php echo date("Y");?>. <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> 
                            </p>
                            <?php
                             }   
                            ?>
                        </div>
                    </div> 
                <?php } ?>
            </div>
        </div>
    </div>
</div>
</footer>
<?php endif; ?>
</div><!-- #page -->
<?php 
if(!empty($echooling_option['show_top_bottom'])){
?>
 <!-- start top-to-bottom  -->
<div id="top-to-bottom">
    <i class="fa fa-angle-up"></i>
</div>   
<?php } 
 wp_footer(); ?>
  </body>
</html>