Viewing File: /home/maglabs/valvtec1/wp-content/themes/indobi/inc/sections/testimonial.php
<?php
$data = indobi_el()->merge_options([
'service_section_var' => [],
'hading_section_data' => [],
'back_img' => [],
'text_heading' => [],
], $data);
?>
<!-- testimonial-area -->
<section class="testimonial-area pt-120" style="background-image: url(<?php echo esc_url($data['back_img']['url'])?>);background-color: #fff;background-position: center center;background-repeat: no-repeat;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title center-align mb-50 text-center">
<h2>
<?php echo html_entity_decode($data['text_heading'])?>
</h2>
</div>
</div>
<div class="col-lg-12">
<div class="testimonial-active2">
<?php $i = 0; ?>
<?php foreach ((array) $data['service_section_var'] as $price_var): $i++; ?>
<div class="single-testimonial">
<div class="testi-author">
<img src="<?php echo esc_url ( $price_var['features_img']['url'])?>" alt="<?php echo esc_attr($price_var['features_img']['url'])?>">
</div>
<div class="testi-author">
<div class="ta-info">
<h6><?php echo html_entity_decode($price_var['name'])?></h6>
<span><?php echo html_entity_decode($price_var['position'])?></span>
</div>
</div>
<p><?php echo html_entity_decode($price_var['content'])?></p>
</div>
<?php endforeach ?>
</div>
</div>
</div>
</div>
</section>
<!-- testimonial-area-end -->
Back to Directory
File Manager