📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:08:06
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_team_single
✏️
Editing: layout-1.php
<div class="pxl-team-single pxl-team-single1 <?php echo esc_attr($settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <div class="pxl-item--inner"> <?php if ( !empty($settings['image']['id']) ) : ?> <div class="pxl-item--image"> <?php $img = pxl_get_image_by_size( array( 'attach_id' => $settings['image']['id'], 'thumb_size' => 'full', ) ); $thumbnail = $img['thumbnail']; echo pxl_print_html($thumbnail); ?> <?php if ( ! empty( $settings['item_link']['url'] ) ) { $widget->add_render_attribute( 'item_link', 'href', $settings['item_link']['url'] ); if ( $settings['item_link']['is_external'] ) { $widget->add_render_attribute( 'item_link', 'target', '_blank' ); } if ( $settings['item_link']['nofollow'] ) { $widget->add_render_attribute( 'item_link', 'rel', 'nofollow' ); } ?> <a class="pxl-item--link" <?php pxl_print_html($widget->get_render_attribute_string( 'item_link' )); ?>></a> <?php } ?> </div> <?php endif; ?> <div class="pxl-item--holder"> <?php if ( !empty($settings['pxl_icon']['value']) ) : ?> <div class="pxl-item--icon"> <?php if ( ! empty( $settings['icon_link']['url'] ) ) { $widget->add_render_attribute( 'icon_link', 'href', $settings['icon_link']['url'] ); if ( $settings['icon_link']['is_external'] ) { $widget->add_render_attribute( 'icon_link', 'target', '_blank' ); } if ( $settings['icon_link']['nofollow'] ) { $widget->add_render_attribute( 'icon_link', 'rel', 'nofollow' ); } ?> <a <?php pxl_print_html($widget->get_render_attribute_string( 'icon_link' )); ?>> <?php \Elementor\Icons_Manager::render_icon( $settings['pxl_icon'], [ 'aria-hidden' => 'true', 'class' => '' ], 'i' ); ?> </a> <?php } ?> </div> <?php endif; ?> <h5 class="pxl-item--title el-empty"><?php echo pxl_print_html($settings['title']); ?></h5> <div class="pxl-item--position el-empty"><?php echo pxl_print_html($settings['position']); ?></div> </div> </div> </div>
💾 Save Changes
❌ Cancel