HEX
Server: Apache
System: Linux server1.panigaletech.com 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/captainschairit.com/wp-content/themes/captainschare/template-parts/get_a_demo.php
<?php
/**
 * Template Name: Get A Demo
 */
get_header();
$banner_section = get_field('banner_section');
$content_section = get_field('content_section');
?>
  <!-- Header -->
  <header class="masthead-inner" style="background-image: url(<?php echo $banner_section['background_image']; ?>)">
    <div class="container">
      <div class="row">
        <div class="col-sm-12">
          <div class="intro-text text-center request-demo-header">
            <div class="intro-heading"><?php echo $banner_section['text'] ?></div>
          </div>
        </div>
        <div class="col-xl-8">
          <div class="demo-banner-container">
            <h2><?php echo $content_section['content_heading']; ?></h2>

            <div class="row no-gutters">
              <?php echo $content_section['content_part_1']; ?>
            </div>
          </div>
        </div>
      </div>

    </div>
  </header>
<?php //$content_section = get_field('content_section'); ?>
  <!-- Services -->
  <section class="page-section getademo-section">
    <div class="container">
      <div class="row">
        <div class="col-xl-8 col-lg-7">
          <div class="demo-features">
            <div class="row">
            <?php echo $content_section['content_part_2']; ?>
            </div>
          </div>
          <div class="get-demo-dashboard">
            <img src="<?php echo $content_section['client_dashboard']; ?>" alt="Captain's Chair Client Dashboard" title="Captain's Chair Client Dashboard">
          </div>
        </div>
        <div class="col-xl-4 col-lg-5">
        <?php $demo_form_section = get_field('demo_form_section'); ?>
          <div class="getademo-form laptop-animation">
              <h3 class="heading03 mb-5 text-center"><?php echo $demo_form_section['form_heading']; ?></h3>
			        <div class="calendly-inline-widget cc-demo-widget" data-url="https://calendly.com/c/HBAXH53B5QMOG3TI" ></div>
<!-- 			  <div class="getademo-form-cf7">
				  <?php //echo do_shortcode('[contact-form-7 id="358" title="Request A Demo Form"]'); ?>
			  </div> -->
          </div>
        </div>
      </div>
    </div>
  </section>

<?php
get_footer();
?>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>