| 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/gradiant/sections/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
$gradiant_cta_hs = get_theme_mod('cta_hs','1');
$gradiant_cta_call_icon = get_theme_mod('cta_call_icon','fa-user');
$gradiant_cta_call_title = get_theme_mod('cta_call_title',__('Call Us:','clever-fox'));
$gradiant_cta_call_text = get_theme_mod('cta_call_text',__('<a href="#">+(01) 246 2365</a>','clever-fox'));
$gradiant_cta_right_icon = get_theme_mod('cta_right_icon','fa-phone');
$gradiant_cta_title = get_theme_mod('cta_title',__('Professional and Dedicated Consulting Services','clever-fox'));
$gradiant_cta_description = get_theme_mod('cta_description',__('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.','clever-fox'));
$gradiant_cta_btn_icon = get_theme_mod('cta_btn_icon','fa-arrow-right');
$gradiant_cta_btn_lbl = get_theme_mod('cta_btn_lbl',__('Apply Now','clever-fox'));
$gradiant_cta_btn_link = get_theme_mod('cta_btn_link');
$gradiant_cta_effect_enable = get_theme_mod('cta_effect_enable','1');
if($gradiant_cta_hs=='1'){
?>
<section id="cta-section" class="cta-section home-cta <?php if($gradiant_cta_effect_enable=='1'): echo esc_attr_e('cta-effect-active','clever-fox'); endif; ?>">
<div class="cta-overlay">
<div class="av-container">
<div class="av-columns-area">
<div class="av-column-5 my-auto">
<div class="call-wrapper">
<?php if(!empty($gradiant_cta_call_icon)): ?>
<div class="call-icon-box"><i class="fa <?php echo esc_attr($gradiant_cta_call_icon); ?>"></i></div>
<?php endif; ?>
<?php if(!empty($gradiant_cta_call_title) || !empty($gradiant_cta_call_text)): ?>
<div class="cta-info">
<div class="call-title"><?php echo wp_kses_post($gradiant_cta_call_title); ?></div>
<div class="call-phone"><?php echo wp_kses_post($gradiant_cta_call_text); ?></div>
</div>
<?php endif; ?>
</div>
</div>
<div class="av-column-7 my-auto">
<div class="cta-content-wrap">
<div class="cta-content">
<?php if(!empty($gradiant_cta_right_icon)): ?>
<span class="cta-icon-wrap"><i class="fa <?php echo esc_attr($gradiant_cta_right_icon); ?>"></i></span>
<?php endif; ?>
<?php if(!empty($gradiant_cta_title)): ?>
<h4><?php echo wp_kses_post($gradiant_cta_title); ?></h4>
<?php endif; ?>
<?php if(!empty($gradiant_cta_description)): ?>
<p><?php echo wp_kses_post($gradiant_cta_description); ?></p>
<?php endif; ?>
</div>
<?php if(!empty($gradiant_cta_btn_lbl) || !empty($gradiant_cta_btn_icon)): ?>
<div class="cta-btn">
<a href="<?php echo esc_url($gradiant_cta_btn_link); ?>" class="av-btn av-btn-primary av-btn-bubble"><?php echo esc_html($gradiant_cta_btn_lbl); ?> <i class="fa <?php echo esc_attr($gradiant_cta_btn_icon); ?>"></i> <span class="bubble_effect"><span class="circle top-left"></span> <span class="circle top-left"></span> <span class="circle top-left"></span> <span class="button effect-button"></span> <span class="circle bottom-right"></span> <span class="circle bottom-right"></span> <span class="circle bottom-right"></span></span></a>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
</section>
<?php } ?>