📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:28:00
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_list.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_list', 'title' => esc_html__('Case List', 'berich'), 'icon' => 'eicon-editor-list-ul', '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' => 'lists', 'label' => esc_html__('Content', 'berich'), 'type' => \Elementor\Controls_Manager::REPEATER, 'controls' => array( array( 'name' => 'label', 'label' => esc_html__('Label', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'rows' => 10, 'show_label' => false, ), array( 'name' => 'content', 'label' => esc_html__('Content', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXTAREA, 'rows' => 10, 'show_label' => false, ), ), 'title_field' => '{{{ content }}}', ), array( 'name' => 'pxl_icon', 'label' => esc_html__('Icon', 'berich' ), 'type' => \Elementor\Controls_Manager::ICONS, 'fa4compatibility' => 'icon', ), ), ), array( 'name' => 'section_style', 'label' => esc_html__('Style', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 'controls' => array( array( 'name' => 'label_color', 'label' => esc_html__('Label Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-list label' => 'color: {{VALUE}};', ], ), array( 'name' => 'label_typography', 'label' => esc_html__('Label Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-list label', ), array( 'name' => 'content_color', 'label' => esc_html__('Content Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-list .pxl-item--content' => 'color: {{VALUE}};', ], ), array( 'name' => 'content_typography', 'label' => esc_html__('Content Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-list .pxl-item--content', ), array( 'name' => 'icon_color', 'label' => esc_html__('Icon Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-list .pxl-item--icon' => 'color: {{VALUE}};', ], ), array( 'name' => 'icon_margin', 'label' => esc_html__('Icon Margin', 'berich' ), 'type' => \Elementor\Controls_Manager::DIMENSIONS, 'size_units' => [ 'px' ], 'selectors' => [ '{{WRAPPER}} .pxl-list .pxl-item--icon' => 'margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', ], 'control_type' => 'responsive', ), array( 'name' => 'icon_font_size', 'label' => esc_html__('Icon Font Size', 'berich' ), 'type' => \Elementor\Controls_Manager::SLIDER, 'control_type' => 'responsive', 'size_units' => [ 'px' ], 'range' => [ 'px' => [ 'min' => 0, 'max' => 3000, ], ], 'selectors' => [ '{{WRAPPER}} .pxl-list .pxl-item--icon' => 'font-size: {{SIZE}}{{UNIT}};', ], ), array( 'name' => 'item_spacer', 'label' => esc_html__('Item Spacer', 'berich' ), 'type' => \Elementor\Controls_Manager::SLIDER, 'control_type' => 'responsive', 'size_units' => [ 'px' ], 'range' => [ 'px' => [ 'min' => 0, 'max' => 3000, ], ], 'selectors' => [ '{{WRAPPER}} .pxl-list .pxl--item + .pxl--item' => 'margin-top: {{SIZE}}{{UNIT}};', ], ), array( 'name' => 'align_items', 'label' => esc_html__('Align Items', 'berich' ), 'type' => \Elementor\Controls_Manager::CHOOSE, 'control_type' => 'responsive', 'options' => [ 'flex-start' => [ 'title' => esc_html__( 'Flex Start', 'berich' ), 'icon' => 'far fa-arrow-alt-to-top', ], 'Center' => [ 'title' => esc_html__( 'Center', 'berich' ), 'icon' => 'far fa-arrows-alt-v', ], 'flex-end' => [ 'title' => esc_html__( 'Flex End', 'berich' ), 'icon' => 'far fa-arrow-alt-to-bottom', ], ], 'selectors' => [ '{{WRAPPER}} .pxl-list .pxl--item' => 'align-items: {{VALUE}};', ], ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel