| 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('testimonial','section_on_off')) :
if( shortcode_exists( 'themehunk-customizer-oneline-lite' ) ) {
$heading = get_theme_mod('our_testm_heading','');
$subheading = get_theme_mod('our_testm_subheading','');
?>
<input type="hidden" id="testimonial_slidespeed" value="<?php if (get_theme_mod('test_slider_speed','') != '') { echo stripslashes(get_theme_mod('test_slider_speed')); } else { ?>3000<?php } ?>"/>
<div class="testimonials-wrapper">
<?php
echo oneline_lite_svg_enable();
?>
<section class="testimonials <?php echo svg_active();?>" id="testimonials" data-center="background-position: 50% 0px;" data-top-bottom="background-position: 50% -100px;">
<div class="container" >
<?php if($heading!==''|| $subheading!=='') { ?>
<h2 class="main-heading wow fadeInRight" data-wow-delay="0s"><?php echo esc_html($heading); ?></h2>
<p class="sub-heading wow fadeInLeft" data-wow-delay="0s"><?php echo esc_html($subheading); ?></p>
<?php } ?>
<div class="testimonials-box">
<div class="testimonials-div">
<ul class="bxslider wow fadeInUp" data-wow-delay=".5s">
<?php
if ( is_active_sidebar( 'testimonial-widget' ) ){
dynamic_sidebar( 'testimonial-widget' );
} else {
echo do_shortcode("[themehunk-customizer-oneline-lite did='3']");
} ?>
</ul>
</div>
</div>
</div>
</section>
</div>
<div class="clearfix"></div>
<?php } ?>
<?php endif ;?>