X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/theme/metaboxes
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
theme
/
metaboxes
/
ðŸ“
..
📄
index.php
(26 B)
📄
liquid-content.php
(1.12 KB)
📄
liquid-footer-options.php
(1.96 KB)
📄
liquid-footer.php
(1.51 KB)
📄
liquid-header-options.php
(12.15 KB)
📄
liquid-header.php
(1.39 KB)
📄
liquid-megamenu-options.php
(887 B)
📄
liquid-page.php
(7.42 KB)
📄
liquid-portfolio-general.php
(4.44 KB)
📄
liquid-portfolio-meta.php
(2.71 KB)
📄
liquid-post-format.php
(2.55 KB)
📄
liquid-post.php
(8.42 KB)
📄
liquid-sidebars.php
(1.68 KB)
📄
liquid-sliders.php
(1.86 KB)
📄
liquid-title-wrapper-portfolio.php
(10.38 KB)
📄
liquid-title-wrapper.php
(8.38 KB)
📄
liquid-woocommerce.php
(2.27 KB)
Editing: liquid-sidebars.php
<?php /* * Sidebar Section */ if ( class_exists( 'Liquid_Elementor_Addons' ) && defined( 'ELEMENTOR_VERSION' )){ return; } $sections[] = array( 'post_types' => apply_filters( 'liquid_sidebar_cpt', array( 'post', 'page', 'liquid-portfolio' ) ), 'title' => esc_html__('Sidebars', 'hub'), 'icon' => 'el-icon-adjust-alt', 'fields' => array( array( 'id' => 'liquid-sidebar-one', 'type' => 'select', 'title' => esc_html__( 'Select Sidebar', 'hub' ), 'subtitle' => esc_html__( 'Select sidebar that will display on this page. Choose "No Sidebar" for full width.', 'hub' ), 'options' => liquid_helper()->get_sidebars( array( 'none' => esc_html__( 'No Sidebar', 'hub' ), 'main' => esc_html__( 'Main Sidebar', 'hub' ) ) ), ), array( 'id' => 'liquid-sidebar-position', 'type' => 'button_set', 'title' => esc_html__( 'Sidebar Position', 'hub' ), 'subtitle' => esc_html__( 'Select the sidebar position. If sidebar 2 is selected, it will display on the opposite side. ', 'hub' ), 'options' => array( 'left' => esc_html__( 'Left', 'hub' ), '0' => esc_html__( 'Default', 'hub' ), 'right' => esc_html__( 'Right', 'hub' ) ), 'required' => array( array( 'liquid-sidebar-one', 'not', '' ), array( 'liquid-sidebar-one', 'not', 'none' ) ), 'default' => '0' ), array( 'id' => 'sidebar-widgets-style', 'type' => 'select', 'title' => esc_html__( 'Sidebar Style', 'hub' ), 'options' => array( 'sidebar-widgets-default' => esc_html__( 'Default', 'hub' ), 'sidebar-widgets-outline' => esc_html__( 'Outline', 'hub' ), ), ), ) );
Upload File
Create Folder