📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:30:21
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_banner_tabs.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_banner_tabs', 'title' => esc_html__( 'Case Banner Tabs', 'berich' ), 'icon' => 'eicon-tabs', 'categories' => array('pxltheme-core'), 'scripts' => array( 'berich-tabs' ), 'params' => array( 'sections' => array( array( 'name' => 'tab_content', 'label' => esc_html__( 'Tabs', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, 'controls' => array( array( 'name' => 'tab_active', 'label' => esc_html__( 'Active Tab', 'berich' ), 'type' => \Elementor\Controls_Manager::NUMBER, 'default' => 1, 'separator' => 'after', ), array( 'name' => 'tabs', 'label' => esc_html__( 'Content', 'berich' ), 'type' => \Elementor\Controls_Manager::REPEATER, 'controls' => array( array( 'name' => 'pxl_icon', 'label' => esc_html__('Icon', 'berich' ), 'type' => \Elementor\Controls_Manager::ICONS, 'fa4compatibility' => 'icon', ), array( 'name' => 'title', 'label' => esc_html__( 'Title', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'sub_title', 'label' => esc_html__( 'Sub Title', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'image', 'label' => esc_html__( 'Image', 'berich' ), 'type' => \Elementor\Controls_Manager::MEDIA, ), array( 'name' => 'highlight', 'label' => esc_html__( 'Highlight', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), ), 'title_field' => '{{{ title }}}', ), array( 'name' => 'shape_img_left', 'label' => esc_html__( 'Shape Image Left', 'berich' ), 'type' => \Elementor\Controls_Manager::MEDIA, ), array( 'name' => 'shape_img_right', 'label' => esc_html__( 'Shape Image Right', 'berich' ), 'type' => \Elementor\Controls_Manager::MEDIA, ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel