Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
inc
/
sections
/
✏️
Editing: header-slider.php
<?php $data = luxia_el()->merge_options([ 'header-slider-text1' => [], 'image_animation_section' => '', 'slide_time' => '', ], $data); ?> <!-- slider-area --> <section class="slider-area fix p-relative"> <div class="slider-active"> <?php $i = 0; ?> <?php foreach ((array) $data['header-slider-text1'] as $testimonial): ?> <div class="single-slider slider-bg d-flex align-items-center" style="background-image:url(<?php echo esc_url( $testimonial['back-image']['url'] ) ?>)"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="slider-content s-slider-content text2"> <h5><?php echo html_entity_decode($testimonial['text-heading']) ?></h5> <h2 data-animation="fadeInUp" data-delay=".4s"><?php echo html_entity_decode($testimonial['sub-text-heading']) ?></h2> <p data-animation="fadeInUp" data-delay=".6s"><?php echo html_entity_decode($testimonial['textblog']) ?></p> <div class="slider-btn mt-40"> <a href="<?php echo esc_url($testimonial['button-link']['url']) ?>" class="btn ss-btn active mr-15" data-animation="fadeInRight" data-delay=".8s"><i class="fas fa-angle-right btn-icon mr-1"></i> <?php echo html_entity_decode ($testimonial['button-text']) ?></a> <a href="<?php echo esc_url($testimonial['video_link']['url']) ?>" class="video-i popup-video" data-animation="fadeInUp" data-delay=".8s" style="animation-delay: 0.8s;" tabindex="0"><i class="fas fa-play"></i> <?php echo html_entity_decode ($testimonial['video_button']) ?></a> </div> </div> </div> <div class="col-lg-6"> </div> </div> </div> </div> <?php $i++; endforeach; ?> </div> </section> <!-- slider-area-end -->
💾 Save
❌ Cancel