| 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/corpex/sections/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
$corpex_cta_hs = get_theme_mod('cta_hs','1');
$corpex_cta_title = get_theme_mod('cta_title',__('Word We Love & Work Everyday','clever-fox'));
$corpex_cta_description = get_theme_mod('cta_description',__('Inspiration Is The One','clever-fox'));
$corpex_cta_button = get_theme_mod('cta_button',__('Contact Us','clever-fox'));
$corpex_cta_button_link = get_theme_mod('cta_button_link','');
$corpex_cta_bg_setting = get_theme_mod('cta_bg_setting',esc_url(CLEVERFOX_PLUGIN_URL .'inc/corpex/images/cta/ctabg.jpg'));
$corpex_cta_client_image = get_theme_mod('cta_client_image',esc_url(CLEVERFOX_PLUGIN_URL .'inc/corpex/images/cta/image-1.png'));
$corpex_cta_bg_position = get_theme_mod('cta_bg_position','fixed');
if($corpex_cta_hs == 1) {
?>
<!-- cta -->
<section class="cta-section cta-section-home" <?php if(!empty($corpex_cta_bg_setting)){ ?> style="background:url('<?php echo esc_url($corpex_cta_bg_setting); ?>'); background-repeat:no-repeat;background-size:cover; background-attachment:<?php echo esc_attr($corpex_cta_bg_position); ?>" <?php } ?>>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="cta-content">
<h3><?php echo esc_html($corpex_cta_description); ?>
<span class="primary_color"><?php echo esc_html($corpex_cta_title); ?></span>
</h3>
<?php if ( ! empty( $corpex_cta_button ) ) : ?>
<a href="<?php echo esc_url( $corpex_cta_button_link ); ?>" class="main-btn"> <?php echo esc_html( $corpex_cta_button ); ?> </a>
<?php endif; ?>
</div>
</div>
<div class="col-lg-6">
<?php if(!empty($corpex_cta_client_image)){ ?>
<div class="cta-image">
<img src="<?php echo esc_url($corpex_cta_client_image); ?>" alt="<?php echo esc_attr__('Image','clever-fox'); ?>">
</div>
<?php } ?>
</div>
</div>
</div>
</section>
<!-- cta end -->
<?php } ?>