File: /var/www/likoholding/liko-holding.com.ua/wp-content/themes/likoholding/footer.php
<!-- footer -->
<footer class="footer container" role="contentinfo">
<div class="main_content row">
<!-- copyright
<p class="copyright">
© <?php echo date('Y'); ?> Copyright <?php bloginfo('name'); ?>. <?php _e('Powered by', 'html5blank'); ?>
</p>
/copyright -->
<div class="social_links col-xl-6 col-md-6" style="align-items: center;
display: flex;"><div class="footerblock" > <a target="_blank" class="faincon" href="https://www.instagram.com/likoholding/">
<i class="fab fa-instagram"></i>
</a>
<a target="_blank" class="faincon" href="https://www.facebook.com/Likoholding">
<i class="fab fa-facebook-f"></i>
</a>
<?php $locate = get_locale();
if($locate == 'uk'){
?>
<a href="/promotions/" class="footer_link"><?php pll_e( 'Promotions' );?></a>
<a href="/gallery/" class="footer_link gallery"><?php pll_e( 'Gallery' );?></a>
<?php };
if($locate == 'en_US'){?>
<a href="/en/promotions/" class="footer_link"><?php pll_e( 'Promotions' );?></a>
<a href="/gallery/" class="footer_link gallery"><?php pll_e( 'Gallery' );?></a>
<?php }?>
</div>
</div>
<div class="col-xl-6 col-md-6 " >
<nav class="nav" role="navigation">
<?php //html5blank_nav(); ?>
</nav>
<?php get_template_part('searchform'); ?></div>
</div>
</footer>
<!-- /footer -->
</div>
<!-- /wrapper -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/jquery.dotdotdot.min.js'></script>
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/jquery.mousewheel.js'></script>
<!-- <script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/jquery.jscrollpane.min.js'></script> -->
<script type='text/javascript' src='<?php echo get_template_directory_uri(); ?>/js/owl.carousel.js'></script>
<?php wp_footer(); ?>
<script>
$("#menu-button").click(function() {
console.log("Событие клика");
$(this).toggleClass('change ');
$(".nav").toggleClass('show');
});
$(document).find('.scrollpan_abs').css('width','100%','!important');
$(document).find('.scrollpan_block').css('width','100%','!important');
</script>
<div class="popups_overlay">
</div>
<iframe style="display:none;visibility:hidden;" name="ajax_form"></iframe>
<form name="send_cv" class="popup file" method="POST" action="<?=get_template_directory_uri()."/form_helper.php";?>" target="ajax_form" enctype="multipart/form-data">
<input type="hidden" name="action" value="send_cv" />
<input type="file" name="file_cv" id="file_cv" style="display:none;"></input>
<div class="close_popup"></div>
<div class="pop_title">
Прикріпити файл
</div>
<div class="file_row clearfix">
<input type="text" id="file_cv_name">
<input type="submit" value="вибрати файл" onclick="document.getElementById('file_cv').click(); return false;">
</div>
<div class="buttonYB file" onclick="document.forms['send_cv'].submit();">
Відправити резюме
</div>
</form>
<div class="popup roomfull">
<div class="close_popup"></div>
<div class="roomfull_title">ЖК Венеція</div>
<div class="roomfull_address">Вул. Ломоносова, 46/1</div>
<div class="roomfull_image">
<span class="vfix"></span>
<!-- <img src="https://likoholding.esy.es/wp-content/uploads/2015/04/shema.jpg" class="attachment-post-thumbnail wp-post-image" alt="shema"> -->
</div>
<div class="roomfull_moreinfo">
2к. 75.49м2
</div>
<div class="header_callback buttonYB popupbutton show_popup" data-class="callback">
<?php $locate = get_locale();
if($locate == 'uk'){
?>
Замовити дзвінок
<?php };
if($locate == 'en_US'){?>
To order a call
<?php }?>
</div>
</div>
<div class="popup callback">
<div class="close_popup"></div>
<div class="pop_title">
<?php $locate = get_locale();
if($locate == 'uk'){
?>
Замовити дзвінок
<?php };
if($locate == 'en_US'){?>
To order a call
<?php }?>
</div>
<div class="callback_row clearfix">
<?php $locate = get_locale();
if($locate == 'uk'){
?>
<?php echo do_shortcode('[contact-form-7 id="187" title="Замовити дзвінок"]'); ?>
<?php };
if($locate == 'en_US'){?>
<?php echo do_shortcode('[contact-form-7 id="3430" title="Form pop"]'); ?>
<?php }?>
</div>
</div>
</body>
</html>