📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:10:17
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_anchor
✏️
Editing: layout-1.php
<?php $template = (int)$widget->get_setting('content_template','0'); if($template > 0 ){ if ( !has_action( 'pxl_anchor_target_hidden_panel_'.$template) ){ add_action( 'pxl_anchor_target_hidden_panel_'.$template, 'berich_hook_anchor_hidden_panel' ); } } ?> <div class="pxl-anchor-button type-<?php echo esc_attr($settings['icon_type']); ?> pxl-cursor--cta <?php echo esc_attr($settings['pxl_animate']); ?> <?php if($template == '1') { echo 'pxl-anchor-mobile-menu'; } ?>" data-target=".pxl-hidden-template-<?php echo esc_attr($template); ?>" data-delay-hover="<?php echo esc_attr($settings['pxl_close_animate_delay']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <?php if($settings['icon_type'] == 'default' || $settings['icon_type'] == 'menu-hidden') { ?> <div class="pxl-anchor-divider <?php echo esc_attr($settings['icon_style']); ?>"> <span class="pxl-icon-line pxl-icon-line1"></span> <span class="pxl-icon-line pxl-icon-line2"></span> <span class="pxl-icon-line pxl-icon-line3"></span> </div> <?php } elseif(!empty($settings['pxl_icon']['value'])) { ?> <?php \Elementor\Icons_Manager::render_icon( $settings['pxl_icon'], [ 'aria-hidden' => 'true' ] ); ?> <?php } ?> <span class="pxl-icon-label pxl-ml-10 el-empty"><?php echo esc_attr($settings['icon_label']); ?></span> </div>
💾 Save Changes
❌ Cancel