| 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/nexcraft/sections/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
$nexcraft_cta_hs = get_theme_mod('cta_hs','1');
$nexcraft_cta_title = get_theme_mod('cta_title',__('We\'re Ready To Grow You Business Get Start Today!','clever-fox'));
$nexcraft_cta_subtitle = get_theme_mod('cta_subtitle',__('Want To Work With Us?','clever-fox'));
$nexcraft_cta_description = get_theme_mod('cta_description',__('Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed interdum ac mauris sit amet pretium. Sed fringilla mauris in eros porta posuere.','clever-fox'));
$nexcraft_cta_video_url = get_theme_mod('cta_video_url',esc_url('https://www.youtube.com/watch?v=b5Jyqzm5idw'));
$nexcraft_cta_btn_lbl = get_theme_mod('cta_btn_lbl',__('Get A Quote','clever-fox'));
$nexcraft_cta_btn_link = get_theme_mod('cta_btn_link', esc_url('#'));
$nexcraft_cta_btn_lbl2 = get_theme_mod('cta_btn_lbl2',__('Read More','clever-fox'));
$nexcraft_cta_btn_link2 = get_theme_mod('cta_btn_link2', esc_url('#'));
$nexcraft_cta_bg_setting = get_theme_mod('cta_bg_setting',esc_url(CLEVERFOX_PLUGIN_URL. 'inc/nexcraft/images/bg-cta.jpg'));
$nexcraft_cta_bg_position = get_theme_mod('cta_bg_position','fixed');
if($nexcraft_cta_hs == 1) {
?>
<!-- cta section -->
<section class="cta-section scroll-bg roller cta-section-home" data-roller="start:0.5" style="background: var(--primary-color);">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="cta-content">
<?php if(!empty($nexcraft_cta_subtitle)): ?>
<span>
<?php if($nexcraft_cta_subtitle): echo esc_html($nexcraft_cta_subtitle); endif; ?>
</span>
<?php endif; ?>
<?php if(!empty($nexcraft_cta_title)): ?>
<h2>
<?php if($nexcraft_cta_title): echo esc_html($nexcraft_cta_title); endif; ?>
</h2>
<?php endif; ?>
<?php if(!empty($nexcraft_cta_description)): ?>
<p class="col-lg-9 mx-auto">
<?php echo wp_kses_post($nexcraft_cta_description); ?>
</p>
<?php endif; ?>
</div>
</div>
</div>
</div>
</section>
<!-- cta section end-->
<?php } ?>