PATH:
home
/
lab2454c
/
invest.credityork.com
/
wp-content
/
plugins
/
elementskit-lite
/
widgets
/
testimonial
/
style
<div class="elementskit-testimonial-slider" <?php echo esc_attr($wrapper_data); ?>> <?php foreach ($testimonials as $testimonial): ?> <div class="elementskit-tootltip-testimonial text-center"> <div class="elementskit-commentor-content"> <?php if ( isset($testimonial['review']) && !empty($testimonial['review'])) : ?> <p><?php echo isset($testimonial['review']) ? \ElementsKit_Lite\Utils::kses($testimonial['review']) : ''; ?></p> <?php endif; ?> <?php if(isset($ekit_testimonial_wartermark_enable) && $ekit_testimonial_wartermark_enable == 'yes'):?> <div class="elementskit-watermark-icon"> <?php // new icon $migrated = isset( $settings['__fa4_migrated']['ekit_testimonial_wartermarks'] ); // Check if its a new widget without previously selected icon using the old Icon control $is_new = empty( $settings['ekit_testimonial_wartermark'] ); if ( $is_new || $migrated ) { // new icon \Elementor\Icons_Manager::render_icon( $settings['ekit_testimonial_wartermarks'], [ 'aria-hidden' => 'true' ] ); } else { ?> <i class="<?php echo esc_attr($settings['ekit_testimonial_wartermark']); ?>" aria-hidden="true"></i> <?php } ?> </div> <?php endif;?> </div><!-- .elementskit-commentor-content END --> <div class="elementskit-commentor-bio"> <?php if (isset($testimonial['client_logo']) && sizeof($testimonial['client_logo']) > 0) { ?> <div class="elementskit-commentor-image"> <?php echo \Elementskit_Lite\Utils::get_attachment_image_html($testimonial, 'client_logo', 'full' ); ?> </div> <?php } ?> <span class="elementskit-profile-info"> <strong class="elementskit-author-name"><?php echo isset($testimonial['client_name']) ? esc_html($testimonial['client_name']) : ''; ?></strong> <span class="elementskit-author-des"><?php echo isset($testimonial['designation']) ? esc_html($testimonial['designation']) : ''; ?></span> </span> </div> </div><!-- .elementskit-tootltip-testimonial END --> <?php endforeach; ?> </div><!-- .elementskit-testimonial-slider END -->
[-] style4.php
[edit]
[-] style5.php
[edit]
[-] style6.php
[edit]
[+]
..
[-] style4-old.php
[edit]
[-] style2.php
[edit]
[-] style1.php
[edit]
[-] style3.php
[edit]