📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:58:52
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_image_parallax
✏️
Editing: layout-1.php
<div class="pxl-imagebox-parallax"> <div class="pxl-item--inner"> <?php if(!empty($settings['image']['id'])) : $img = pxl_get_image_by_size( array( 'attach_id' => $settings['image']['id'], 'thumb_size' => 'full', 'class' => 'no-lazyload' ) ); $thumbnail = $img['thumbnail']; ?> <div class="pxl-main--image <?php echo esc_attr($settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <?php echo wp_kses_post($thumbnail); ?> </div> <?php endif; ?> <?php if(isset($settings['image_lists']) && !empty($settings['image_lists']) && count($settings['image_lists'])): ?> <?php foreach ($settings['image_lists'] as $key => $value): ?> <?php if(!empty($value['small_image']['id'])) : $img_small = pxl_get_image_by_size( array( 'attach_id' => $value['small_image']['id'], 'thumb_size' => 'full', 'class' => 'no-lazyload' ) ); $thumbnail_small = $img_small['thumbnail']; ?> <div class="pxl-small--image elementor-repeater-item-<?php echo esc_attr($value['_id']); ?> <?php echo esc_attr($value['img_animation']); ?>" data-wow-delay="<?php echo esc_attr($value['img_animate_delay_item']); ?>ms"> <div class="pxl-parallax-hover"> <?php echo wp_kses_post($thumbnail_small); ?> </div> </div> <?php endif; ?> <?php endforeach; ?> <?php endif; ?> </div> </div>
💾 Save Changes
❌ Cancel