| 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('services','section_on_off')) :
if( shortcode_exists( 'themehunk-customizer-oneline-lite' ) ) {
$heading = get_theme_mod('our_services_heading','');
$subheading = get_theme_mod('our_services_subheading','');
?>
<div class="service-wrapper">
<?php echo oneline_lite_svg_enable(); ?>
<section id="services" class="<?php echo svg_active();?>">
<div class="container">
<div class="page-services">
<?php if($heading!=''){ ?>
<h2 class="main-heading wow fadeInRight" data-wow-delay="0s"><?php echo esc_html($heading); ?></h2>
<?php } else { ?>
<h2 class="main-heading wow fadeInRight" data-wow-delay="0s"><?php
echo do_shortcode("[themehunk-customizer-oneline-lite did='111']"); ?></h2>
<?php } ?>
<?php if($subheading!=''){ ?>
<p class="sub-heading wow fadeInRight" data-wow-delay="0s"><?php echo esc_html($subheading); ?></p>
<?php } else { ?>
<p class="sub-heading wow fadeInRight" data-wow-delay="0s"><?php echo do_shortcode("[themehunk-customizer-oneline-lite did='6']"); ?> </p>
<?php } ?>
<div class="service-block">
<ul class="service-grid wow fadeInLeft" data-wow-delay="0s">
<?php
if ( is_active_sidebar( 'multi-service-widget' ) ){
dynamic_sidebar( 'multi-service-widget' );
} else {
echo do_shortcode("[themehunk-customizer-oneline-lite did='1']");
} ?>
</ul>
</div>
</div>
</div>
</section>
<?php
echo oneline_lite_svg_bottom_enable();
?>
</div>
<div class="clearfix"></div>
<?php } ?>
<?php endif ;?>