📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:27:37
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_logo.php
<?php // Register Logo Widget pxl_add_custom_widget( array( 'name' => 'pxl_logo', 'title' => esc_html__('Case Logo', 'berich' ), 'icon' => 'eicon-image', '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' => 'logo', 'label' => esc_html__('Logo', 'berich' ), 'type' => \Elementor\Controls_Manager::MEDIA, ), array( 'name' => 'logo_link', 'label' => esc_html__('Link', 'berich' ), 'type' => \Elementor\Controls_Manager::URL, ), ), ), array( 'name' => 'section_style', 'label' => esc_html__('Style', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_STYLE, 'controls' => array( array( 'name' => 'logo_align', 'label' => esc_html__('Image Alignment', 'berich' ), 'type' => \Elementor\Controls_Manager::CHOOSE, 'control_type' => 'responsive', 'options' => [ 'left' => [ 'title' => esc_html__('Left', 'berich' ), 'icon' => 'fa fa-align-left', ], 'center' => [ 'title' => esc_html__('Center', 'berich' ), 'icon' => 'fa fa-align-center', ], 'right' => [ 'title' => esc_html__('Right', 'berich' ), 'icon' => 'fa fa-align-right', ], ], 'selectors' => [ '{{WRAPPER}} .pxl-logo' => 'text-align: {{VALUE}};', ], ), array( 'name' => 'logo_height', 'label' => esc_html__('Image Height', 'berich' ), 'type' => \Elementor\Controls_Manager::SLIDER, 'description' => esc_html__('Enter number.', 'berich' ), 'range' => [ 'px' => [ 'min' => 0, 'max' => 3000, ], ], 'control_type' => 'responsive', 'selectors' => [ '{{WRAPPER}} .pxl-logo img' => 'max-height: {{SIZE}}{{UNIT}};', ], ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel