📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:52:40
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_link_scroll_section.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_link_scroll_section', 'title' => esc_html__('Berich Link Scroll Section', 'berich'), 'icon' => 'eicon-editor-link', 'categories' => array('pxltheme-core'), 'params' => array( 'sections' => array( array( 'name' => 'section_content', 'label' => esc_html__('Content', 'berich'), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, 'controls' => array( array( 'name' => 'items', 'label' => esc_html__('Items', 'berich'), 'type' => \Elementor\Controls_Manager::REPEATER, 'controls' => array( array( 'name' => 'text', 'label' => esc_html__('Text', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'link', 'label' => esc_html__('Link', 'berich'), 'type' => \Elementor\Controls_Manager::URL, 'label_block' => true, ), array( 'name' => 'offset', 'label' => esc_html__('Offset Top', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, 'description' => 'Enter number. Default 0', ), ), 'title_field' => '{{{ text }}}', ), array( 'name' => 'position', 'label' => esc_html__('Position', 'berich' ), 'type' => \Elementor\Controls_Manager::SELECT, 'options' => [ 'ps-right-center' => 'Right Center', 'ps-left-center' => 'Left Center', ], 'default' => 'ps-right-center', ), array( 'name' => 'hidden_on_mobile', 'label' => esc_html__('Hidden on Mobile', 'berich' ), 'type' => \Elementor\Controls_Manager::SELECT, 'options' => [ 'no' => 'No', 'yes' => 'Yes', ], 'default' => 'no', ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel