| Server IP : 172.67.199.98 / Your IP : 162.159.115.10 Web Server : nginx/1.26.1 System : Linux ecc7dbd2befa 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 User : www-data ( 82) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/themes/transcargo/ |
Upload File : |
</div> <!--#content-->
</div> <!--#wrapper-->
<footer id="footer">
<div class="widgets_row">
<div class="container">
<div class="footer_widgets">
<div class="row">
<?php
$footer_sidebar_count = intval( get_theme_mod( 'footer_sidebar_count', 4 ) );
$col = 12 / $footer_sidebar_count;
for ( $count = 1; $count <= $footer_sidebar_count; $count ++ ): ?>
<div class="col-lg-<?php echo esc_attr( $col ); ?> col-md-<?php echo esc_attr( $col ); ?> col-sm-6 col-xs-12">
<?php if( $count == 1 ): ?>
<?php if( $footer_logo = get_theme_mod( 'footer_logo', get_template_directory_uri() . '/assets/images/logos/logo-footer-site_style_blue.svg' ) ): ?>
<div class="footer_logo">
<a href="<?php echo esc_url( home_url( '/' ) ) ?>">
<img src="<?php echo esc_url( $footer_logo ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" />
</a>
</div>
<?php endif; ?>
<?php if( $footer_text = get_theme_mod( 'footer_text', esc_html__( 'Everyday is a new day for us and we work really hard to satisfy our customer everywhere.', 'transcargo' ) ) ): ?>
<div class="footer_text">
<p><?php echo esc_html( $footer_text ); ?></p>
</div>
<?php endif; ?>
<?php endif; ?>
<?php dynamic_sidebar( 'transcargo-footer-' . $count ); ?>
</div>
<?php endfor; ?>
</div>
</div>
</div>
</div>
<div class="copyright_row">
<div class="container">
<div class="copyright_row_wr">
<?php if( $socials = transcargo_get_footer_socials() ): ?>
<div class="socials">
<ul>
<?php foreach( $socials as $key => $val ): ?>
<li>
<a href="<?php echo esc_url( $val ); ?>" target="_blank" class="social-<?php echo esc_attr( $key ); ?>">
<?php if( $key == 'google-plus' ): ?>
<i class="stm-google-plus"></i>
<?php else: ?>
<i class="fab fa-<?php echo esc_attr( $key ); ?>"></i>
<?php endif; ?>
</a>
</li>
<?php endforeach; ?>
</ul>
</div>
<?php endif; ?>
<?php if( $copyright = get_theme_mod( 'footer_copyright', __( "Copyright © 2012-2015 Logistics Theme by <a href='http://stylemixthemes.com/' target='_blank'>Stylemix Themes</a>. All rights reserved", 'transcargo' ) ) ): ?>
<div class="copyright">
<?php echo wp_kses( $copyright, array( 'a' => array( 'href' => array(), 'target' => array() ) ) ); ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
</footer>
<div id="loading_wr"></div>
<?php
if ( get_theme_mod( 'frontend_customizer' ) ) {
get_template_part( 'partials/frontend_customizer' );
}
?>
</div> <!--#main-->
<?php wp_footer(); ?>
</body>
</html>