Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
inc
/
sections
/
✏️
Editing: testimonial.php
<?php $data = luxia_el()->merge_options([ 'service_section_var' => [], 'hading_section_data' => [], 'background_img1' => [], 'background_img2' => [], 'text_heading' => [], 'symbol_img' => [], ], $data); ?> <!-- testimonial-area --> <section class="testimonial-area pt-120 pb-120 p-relative fix"> <div class="test-an-01"><img src="<?php echo esc_url( $data ['background_img1']['url'])?>" alt="<?php echo esc_url( $data ['background_img1']['url'])?>"></div> <div class="test-an-02"><img src="<?php echo esc_url( $data ['background_img2']['url'])?>" alt="<?php echo esc_url( $data ['background_img2']['url'])?>"></div> <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> <span class="line5"> <img src="<?php echo esc_url( $data ['symbol_img']['url'])?>" alt="<?php echo esc_url( $data ['symbol_img']['url'])?>"></span> </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 text-center"> <div class="qt-img wow fadeInDown animated" data-delay=".4s"> <img src="<?php echo esc_url ($price_var['quotation_img']['url'])?>" alt="<?php echo esc_url ($price_var['quotation_img']['url'])?>"> </div> <p class=" wow fadeInUp animated"><?php echo html_entity_decode($price_var['content'])?></p> <div class="test-line"> <img src="<?php echo esc_url ( $price_var ['arrow_img']['url'])?>" alt="<?php echo esc_url ( $price_var ['arrow_img']['url'])?>"> </div> <div class="testi-author"> <img src="<?php echo esc_url ( $price_var['features_img']['url'])?>" alt="<?php echo esc_url ( $data['features_img']['url'])?>"> <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> </div> <?php endforeach ?> </div> </div> </div> </div> </section> <!-- testimonial-area-end -->
💾 Save
❌ Cancel