| Server IP : 77.50.203.18 / Your IP : 192.168.0.10 Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23 System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64 User : warsnews.ru ( 1001) PHP Version : 8.4.23 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/ifwar.ru/www/wp-content/plugins/clever-fox/inc/builderse/sections/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! function_exists( 'renoval_above_header' ) ) :
function renoval_above_header() {
?>
<div id="above-header" class="header-above-info">
<div class="header-widget">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 col-md-4 col-sm-12">
<?php
$renoval_builderse_tlh_text_slider = get_theme_mod( 'tlh_text_slider',__('Welcome to Renoval Construction Company, Renoval Construction Company, Construction Company','clever-fox'));
$slider_text = explode(',', $renoval_builderse_tlh_text_slider);
if(!empty($renoval_builderse_tlh_text_slider)){
?>
<div class="above-left-content animate seven">
<aside class="widget widget-text">
<div class="owl-carousel owl-theme mation-text">
<?php foreach($slider_text as $renoval_builderse_slider){ ?>
<div class="item">
<p>
<span>
<?php echo esc_html($renoval_builderse_slider); ?>
</span>
</p>
</div>
<?php } ?>
</div>
</aside>
</div>
<?php } ?>
</div>
<?php
$renoval_builderse_hide_show_social_icon = get_theme_mod( 'hide_show_social_icon','1');
$hide_show_office_timing_details= get_theme_mod( 'hide_show_office_timing_details','1');
$renoval_builderse_tlh_office_timing = get_theme_mod( 'tlh_office_timing',__('Mon to Fri 9.00 A.m to 6.00 P.m','clever-fox'));
if($hide_show_office_timing_details =='1' && !empty($renoval_builderse_tlh_office_timing)):
?>
<div class="col-lg-4 col-md-4 col-sm-12">
<aside class="widget widget-contact">
<div class="contact-area">
<div class="above-right-content animate seven">
<p>
<span>
<?php echo wp_kses_post($renoval_builderse_tlh_office_timing); ?>
</span>
</p>
</div>
</div>
</aside>
</div>
<?php endif; ?>
<?php if($renoval_builderse_hide_show_social_icon =='1'){ ?>
<div class="col-lg-4 col-md-4 col-sm-12">
<?php do_action('renoval_abv_hdr_social'); ?>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
<?php
} endif;
add_action('renoval_above_header', 'renoval_above_header');