| 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/renoval/sections/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
$renoval_cta_hs = get_theme_mod('cta_hs','1');
$renoval_cta_call_icon = get_theme_mod('cta_call_icon','fa-user');
$renoval_cta_call_title = get_theme_mod('cta_call_title',__('Contact Us','clever-fox'));
$renoval_cta_call_text = get_theme_mod('cta_call_text',__('+70 975 975 70','clever-fox'));
$renoval_cta_right_icon = get_theme_mod('cta_right_icon','fa-phone');
$renoval_cta_title = get_theme_mod('cta_title',__('Do You Want to Renovate Your Home & Office?','clever-fox'));
$renoval_cta_description = get_theme_mod('cta_description',__('Protecting Your Home From Damaging Leaks, Contact us.','clever-fox'));
$renoval_cta_btn_icon = get_theme_mod('cta_btn_icon','fa-arrow-right');
$renoval_cta_btn_link = get_theme_mod('cta_btn_link');
$renoval_cta_effect_enable = get_theme_mod('cta_effect_enable','1');
$renoval_cta_bg_setting = get_theme_mod('cta_bg_setting',esc_url(plugin_dir_url( dirname(__FILE__) ) .'/images/cta/cta-bg.jpg'));
$renoval_cta_bg_position = get_theme_mod('cta_bg_position','fixed');
$renoval_cta_logo_image = get_theme_mod('cta_logo_image', esc_url(plugin_dir_url( dirname(__FILE__) ) .'images/cta/cta-logo.png'));
if($renoval_cta_hs== '1'):
?>
<!-- =======================
Start: CTA Section
=======================-->
<section id="cta-section" class="cta-section wow fadeInUp" <?php if(!empty($renoval_cta_bg_setting)){ ?> style="background-image:url('<?php echo esc_url($renoval_cta_bg_setting); ?>');background-attachment:<?php echo esc_attr($renoval_cta_bg_position); ?>" <?php } ?>>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 col-md-6">
<div class="cta-item">
<?php if(!empty($renoval_cta_logo_image)){ ?>
<div class="cta-image">
<img src="<?php echo esc_url($renoval_cta_logo_image); ?>" alt="<?php echo esc_attr__('Logo Image','clever-fox'); ?>">
</div>
<?php } ?>
<?php if(!empty($renoval_cta_title) || !empty($renoval_cta_description)): ?>
<div class="cta-content">
<?php if(!empty($renoval_cta_title)): ?>
<h5>
<?php echo wp_kses_post($renoval_cta_title); ?>
</h5>
<?php endif; ?>
<?php if(!empty($renoval_cta_description)): ?>
<p>
<?php echo wp_kses_post($renoval_cta_description); ?>
</p>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="cta-button">
<?php if(!empty($renoval_cta_call_text) || !empty($renoval_cta_right_icon)): ?>
<a href="tel:" class="button-with-border"><i class="fa <?php echo esc_attr($renoval_cta_right_icon); ?>"></i> <?php echo wp_kses_post($renoval_cta_call_text); ?> </a>
<?php endif; ?>
<?php if(!empty($renoval_cta_call_title) || !empty($renoval_cta_btn_link)): ?>
<a href="<?php echo esc_url($renoval_cta_btn_link); ?>" class="main-button">
<span>
<?php echo esc_html($renoval_cta_call_title); ?>
</span>
</a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</section>
<!-- End: CTA Section
=======================-->
<?php endif; ?>