📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:27:43
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_team_single.php
<?php // Register Icon Box Widget pxl_add_custom_widget( array( 'name' => 'pxl_team_single', 'title' => esc_html__('Case Team Single', 'berich' ), 'icon' => 'eicon-lock-user', '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' => 'image', 'label' => esc_html__( 'Image', 'berich' ), 'type' => \Elementor\Controls_Manager::MEDIA, ), array( 'name' => 'title', 'label' => esc_html__('Title', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'position', 'label' => esc_html__('Position', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'item_link', 'label' => esc_html__('Item Link', 'berich' ), 'type' => \Elementor\Controls_Manager::URL, ), array( 'name' => 'pxl_icon', 'label' => esc_html__('Icon', 'berich' ), 'type' => \Elementor\Controls_Manager::ICONS, 'fa4compatibility' => 'icon', ), array( 'name' => 'icon_link', 'label' => esc_html__('Icon Link', 'berich' ), 'type' => \Elementor\Controls_Manager::URL, ), ), ), array( 'name' => 'section_style_title', 'label' => esc_html__('Title', 'berich'), 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 'controls' => array( array( 'name' => 'title_color', 'label' => esc_html__('Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-team-single .pxl-item--title' => 'color: {{VALUE}};', ], ), array( 'name' => 'title_typography', 'label' => esc_html__('Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-team-single .pxl-item--title', ), ), ), array( 'name' => 'section_style_position', 'label' => esc_html__('Position', 'berich'), 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 'controls' => array( array( 'name' => 'position_color', 'label' => esc_html__('Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-team-single .pxl-item--position' => 'color: {{VALUE}};', ], ), array( 'name' => 'position_typography', 'label' => esc_html__('Typography', 'berich' ), 'type' => \Elementor\Group_Control_Typography::get_type(), 'control_type' => 'group', 'selector' => '{{WRAPPER}} .pxl-team-single .pxl-item--position', ), ), ), array( 'name' => 'section_style_icon', 'label' => esc_html__('Icon', 'berich'), 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 'controls' => array( array( 'name' => 'icon_color', 'label' => esc_html__('Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-team-single .pxl-item--icon' => 'color: {{VALUE}};', ], ), array( 'name' => 'icon_box_color', 'label' => esc_html__('Box Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-team-single .pxl-item--icon' => 'background-color: {{VALUE}};', ], ), array( 'name' => 'icon_font_size', 'label' => esc_html__('Font Size', 'berich' ), 'type' => \Elementor\Controls_Manager::SLIDER, 'control_type' => 'responsive', 'size_units' => [ 'px' ], 'range' => [ 'px' => [ 'min' => 0, 'max' => 300, ], ], 'selectors' => [ '{{WRAPPER}} .pxl-team-single .pxl-item--icon' => 'font-size: {{SIZE}}{{UNIT}};', '{{WRAPPER}} .pxl-team-single .pxl-item--icon svg' => 'height: {{SIZE}}{{UNIT}};', ], ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel