| 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 : |
<!-- LATEST POST START-->
<?php
if(!oneline_lite_checkbox_filter('woocommerce','section_on_off')) :
if(class_exists( 'woocommerce' )) :
$heading = get_theme_mod('woo_heading','');
$subheading = get_theme_mod('woo_subheading','');
?>
<div class="woo-wrapper">
<?php
echo oneline_lite_svg_enable();
?>
</div>
<section id="woo-section" class="<?php echo svg_active();?>" data-center="background-position: 50% 0px;" data-top-bottom="background-position: 50% -100px;">
<div class="container">
<div class="page-woo">
<?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 _e('Woocommerce','oneline-lite'); ?></h2>
<?php } ?>
<?php if($subheading!=''){ ?>
<p class="sub-heading wow fadeInRight" data-wow-delay="0s"><?php echo esc_html($subheading); ?></p>
<?php } else {
if( shortcode_exists( 'themehunk-customizer-oneline-lite' ) ) {
?>
<p class="sub-heading wow fadeInRight" data-wow-delay="0s"><?php echo do_shortcode("[themehunk-customizer-oneline-lite did='6']"); ?> </p>
<?php } } ?>
<div class="woo-block wow fadeInLeft" data-wow-delay="0s">
<?php if ( shortcode_exists( 'themehunk-customizer-woo' ) ){
do_shortcode( '[themehunk-customizer-woo]' );
} ?>
</div>
</div>
</div>
</section>
</div>
<!-- LATEST POST END -->
<div class="clearfix"></div>
<?php endif; ?>
<?php endif ;?>