Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
elements
/
templates
/
pxl_quickcontact
/
File Content:
layout-1.php
<?php $animate_cls = ''; $data_animations = []; if ( !empty( $settings['item_animation'] ) ) { $animate_cls = 'pxl-animate pxl-invisible animated-'.$settings['item_animation_duration']; $item_animation_delay = !empty( $settings['item_animation_delay'] ) ? $settings['item_animation_delay'] : '200'; $data_animations = ['animation' => $settings['item_animation'], 'animation_delay' => $item_animation_delay]; } ?> <div class="pxl-qc-wrap d-flex-wrap layout-1"> <div class="qc-content-wrap d-flex"> <?php if(!empty($settings['title'])): ?> <div class="qc-title col-auto"><?php pxl_print_html($settings['title']) ?></div> <?php endif; ?> <div class="qc-content-wrap col"> <div class="qc-item-wrap row"> <?php foreach ($settings['contact_list'] as $key => $value): $increase = $key + 1; $data_settings = ''; if ( !empty( $data_animations ) ) { $data_animations['animation_delay'] = ((float)$item_animation_delay * $increase); $data_settings = 'data-settings="'.esc_attr(json_encode($data_animations)).'"'; } ?> <?php if(!empty($value['item_content'])): ?> <div class="qc-item col-auto <?php echo esc_attr($animate_cls); ?>" <?php pxl_print_html($data_settings); ?>> <?php if(!empty($value['pxl_icon']['value'])): ?> <span class="item-icon pxl-icon"> <?php \Elementor\Icons_Manager::render_icon( $value['pxl_icon'], [ 'aria-hidden' => 'true', 'class' => '' ], 'span' );?> </span> <?php endif; ?> <span class="item-content"><?php pxl_print_html(nl2br($value['item_content'])) ?></span> </div> <?php endif; ?> <?php endforeach; ?> </div> </div> </div> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
1758 bytes
0644
layout-2.php
1523 bytes
0644
N4ST4R_ID | Naxtarrr