| Server IP : 172.64.80.1 / Your IP : 216.73.216.175 Web Server : LiteSpeed System : Linux srv13.swhc.ca 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : hongluck ( 2522) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/hongluck/public_html/wp-content/themes/oneline-lite/template/ |
Upload File : |
<?php
if(!oneline_lite_checkbox_filter('contact','section_on_off')) :
if( shortcode_exists( 'lead-form' ) ) {
$heading = get_theme_mod('contactus_heading','');
$subheading = get_theme_mod('contactus_subheading','');
$addresshead = get_theme_mod('contactus_address_heading','');
$address = get_theme_mod('contactus_address','');
$contactus_shortcode = get_theme_mod('contactus_shortcode','[lead-form form-id=1 title=Contact Us]');
?>
<div class="contact-wrapper">
<?php
echo oneline_lite_svg_enable();
?>
<section id="contact" class="<?php echo svg_active();?>" data-center="background-position: 50% 0px;" data-top-bottom="background-position: 50% -100px;" >
<div class="container">
<div class="page-contact">
<?php if($heading!=''){ ?>
<h2 class="cnt-main-heading wow fadeInLeft" data-wow-delay="0s"><?php echo esc_html($heading); ?></h2>
<?php } else { ?>
<h2 class="cnt-main-heading wow fadeInLeft" data-wow-delay="0s"><?php
if( shortcode_exists( 'themehunk-customizer-oneline-lite' ) ) {
echo do_shortcode("[themehunk-customizer-oneline-lite did='333']"); ?></h2>
<?php } } ?>
<?php if($subheading!=''){ ?>
<p class="cnt-sub-heading wow fadeInLeft" data-wow-delay="0s"><?php echo esc_html($subheading); ?></p>
<?php } else {
if( shortcode_exists( 'themehunk-customizer-oneline-lite' ) ) { ?>
<p class="cnt-sub-heading wow fadeInLeft" data-wow-delay="0s"><?php echo do_shortcode("[themehunk-customizer-oneline-lite did='6']"); ?> </p>
<?php } } ?>
<div class="contact-block ">
<div class="addrs wow fadeInLeft" data-wow-delay="0s">
<?php if($addresshead!=''){ ?>
<div class="add-heading"><h3><?php echo esc_html($addresshead); ?></h3></div>
<?php } else {
if( shortcode_exists( 'themehunk-customizer-oneline-lite' ) ) { ?>
<div class="add-heading"><h3><?php
do_shortcode("[themehunk-customizer-oneline-lite did='444']"); ?>
</h3></div>
<?php } } ?>
<?php if($address!=''){ ?>
<p><?php echo esc_html($address); ?></p>
<?php } else { ?>
<p><?php
if( shortcode_exists( 'themehunk-customizer-oneline-lite' ) ) {
echo do_shortcode("[themehunk-customizer-oneline-lite did='7']");
}
?>
</p>
<?php } ?>
</div>
<div class="cnt-div wow fadeInRight" data-wow-delay="0s">
<?php echo do_shortcode($contactus_shortcode); ?>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="clearfix"></div>
<?php } ?>
<?php endif; ?>