📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:29:18
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_anchor_link_scroll.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_anchor_link_scroll', 'title' => esc_html__('Case Anchor Link Scroll', 'berich'), 'icon' => 'eicon-anchor', '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' => 'anchor_text', 'label' => esc_html__('Text', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'anchor_id', 'label' => esc_html__('ID', 'berich'), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), ), ), array( 'name' => 'section_style', 'label' => esc_html__('Style', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 'controls' => array_merge( array( array( 'name' => 'text_color', 'label' => esc_html__('Text Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-anchor-link-scroll .pxl-anchor-text text' => 'fill: {{VALUE}};', ], ), array( 'name' => 'text_typography', 'label' => esc_html__('Text Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-anchor-link-scroll .pxl-anchor-text', ), array( 'name' => 'dot_color', 'label' => esc_html__('Dots Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-anchor-link-scroll .pxl-anchor-dots::before, {{WRAPPER}} .pxl-anchor-link-scroll .pxl-anchor-dots::after' => 'background-color: {{VALUE}};', ], ), ) ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel