📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:52:53
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_process_single.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_process_single', 'title' => esc_html__( 'Case Process Single', 'berich' ), 'icon' => 'eicon-number-field', 'categories' => array('pxltheme-core'), 'params' => array( 'sections' => array( array( 'name' => 'section_layout', 'label' => esc_html__('Layout', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_LAYOUT, 'controls' => array( array( 'name' => 'layout', 'label' => esc_html__('Templates', 'berich' ), 'type' => 'layoutcontrol', 'default' => '1', 'options' => [ '1' => [ 'label' => esc_html__('Layout 1', 'berich' ), 'image' => get_template_directory_uri() . '/elements/widgets/img-layout/pxl_process_single/layout1.jpg' ], '2' => [ 'label' => esc_html__('Layout 2', 'berich' ), 'image' => get_template_directory_uri() . '/elements/widgets/img-layout/pxl_process_single/layout2.jpg' ], ], ), ), ), array( 'name' => 'tab_content', 'label' => esc_html__( 'Content', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, 'controls' => array( array( 'name' => 'pxl_icon', 'label' => esc_html__('Icon', 'berich' ), 'type' => \Elementor\Controls_Manager::ICONS, 'fa4compatibility' => 'icon', 'condition' => [ 'layout' => '1', ], ), array( 'name' => 'title', 'label' => esc_html__( 'Title', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'desc', 'label' => esc_html__('Description', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXTAREA, 'rows' => 10, 'show_label' => false, 'condition' => [ 'layout' => '1', ], ), array( 'name' => 'number', 'label' => esc_html__( 'Number', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), ), ), array( 'name' => 'tab_style', 'label' => esc_html__( 'Style', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 'controls' => array( array( 'name' => 'title_color', 'label' => esc_html__( 'Title Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-process-single .pxl-item--title' => 'color: {{VALUE}};', ], ), array( 'name' => 'title_typography', 'label' => esc_html__( 'Title Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-process-single .pxl-item--title', ), array( 'name' => 'desc_color', 'label' => esc_html__( 'Description Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-process-single .pxl-item--desc' => 'color: {{VALUE}};', ], ), array( 'name' => 'desc_typography', 'label' => esc_html__( 'Description Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-process-single .pxl-item--desc', ), array( 'name' => 'number_color', 'label' => esc_html__( 'Number Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-process-single .pxl-item--number' => 'color: {{VALUE}};', ], ), array( 'name' => 'number_typography', 'label' => esc_html__( 'Number Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-process-single .pxl-item--number', ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel