Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
elements
/
templates
/
pxl_team
/
File Content:
layout-3.php
<?php use Elementor\Icons_Manager; Icons_Manager::enqueue_shim(); extract($settings); $img_size = !empty( $img_size ) ? $img_size : '350x350'; if(!empty($pxl_parallax)){ $parallax_settings = json_encode([ $pxl_parallax => $parallax_value ]); $widget->add_render_attribute( 'data_parallax', 'data-parallax', $parallax_settings ); } ?> <div class="pxl-team-wg layout-3" <?php pxl_print_html($widget->get_render_attribute_string( 'data_parallax' )); ?>> <div class="pxl-team-inner relative d-flex-wrap justify-content-center"> <?php $thumbnail = $thumbnail_url = ''; if(!empty($image['id'])) { $img = pxl_get_image_by_size( array( 'attach_id' => $image['id'], 'thumb_size' => $img_size, 'class' => 'no-lazyload', )); $thumbnail = $img['thumbnail']; $thumbnail_url = $img['url']; } if ( ! empty( $link['url'] ) ) { $widget->add_render_attribute( 'link', 'href', $link['url'] ); if ( $link['is_external'] ) { $widget->add_render_attribute( 'link', 'target', '_blank' ); } if ( $link['nofollow'] ) { $widget->add_render_attribute( 'link', 'rel', 'nofollow' ); } } if ( ! empty( $link['custom_attributes'] ) ) { // Custom URL attributes should come as a string of comma-delimited key|value pairs $custom_attributes = Elementor\Utils::parse_custom_attributes( $link['custom_attributes'] ); $widget->add_render_attribute( 'link', $custom_attributes); } $link_attributes = $widget->get_render_attribute_string( 'link'); ?> <div class="bg-middle"></div> <?php if(!empty($thumbnail)): ?> <div class="item-image pxl-pll-basic relative"> <div class="parallax-inner" style="background-image: url(<?php echo esc_url($thumbnail_url) ?>)"></div> </div> <?php endif; ?> <div class="item-content"> <div class="item-title"> <?php if ( ! empty( $link['url'] ) ): ?><a <?php echo implode( ' ', [ $link_attributes ] ); ?>><?php endif; ?> <?php pxl_print_html($title); ?> <?php if ( ! empty( $link['url'] ) ): ?></a><?php endif; ?> </div> <div class="item-desc"><?php pxl_print_html($desc); ?></div> <?php if(!empty($social)): ?> <div class="item-social"> <?php $team_social = json_decode($social, true); foreach ($team_social as $value): ?> <a href="<?php echo esc_url($value['url']); ?>" target="_blank"> <i class="<?php echo esc_attr($value['icon']); ?>"></i> </a> <?php endforeach; ?> </div> <?php endif; ?> </div> </div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
3837 bytes
0644
layout-2.php
2678 bytes
0644
layout-3.php
3325 bytes
0644
layout-4.php
3579 bytes
0644
N4ST4R_ID | Naxtarrr