X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/theme/theme-options
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
theme
/
theme-options
/
ðŸ“
..
📄
index.php
(25 B)
📄
liquid-advanced.php
(3.19 KB)
📄
liquid-ai.php
(2.33 KB)
📄
liquid-apikeys.php
(945 B)
📄
liquid-blog.php
(27.91 KB)
📄
liquid-colors.php
(1.39 KB)
📄
liquid-custom-code.php
(715 B)
📄
liquid-export.php
(415 B)
📄
liquid-extras.php
(14.23 KB)
📄
liquid-footer.php
(1.29 KB)
📄
liquid-gdpr.php
(5.45 KB)
📄
liquid-header-layout.php
(1.58 KB)
📄
liquid-header-menu.php
(1.77 KB)
📄
liquid-header-mobile-nav.php
(6.4 KB)
📄
liquid-header-modules.php
(3.08 KB)
📄
liquid-header-title-wrapper.php
(6.23 KB)
📄
liquid-header.php
(417 B)
📄
liquid-layout.php
(3.27 KB)
📄
liquid-logo.php
(5.48 KB)
📄
liquid-optimization.php
(17.61 KB)
📄
liquid-page-404.php
(1.31 KB)
📄
liquid-page-maintenance.php
(4.26 KB)
📄
liquid-page-search.php
(4.38 KB)
📄
liquid-portfolio.php
(10.52 KB)
📄
liquid-preheader.php
(480 B)
📄
liquid-promotions.php
(1.62 KB)
📄
liquid-responsive.php
(601 B)
📄
liquid-sidebars.php
(7.34 KB)
📄
liquid-typography.php
(8.73 KB)
📄
liquid-woocommerce.php
(14.29 KB)
Editing: liquid-layout.php
<?php /* * Layout Section */ if ( class_exists( 'Liquid_Elementor_Addons' ) && defined( 'ELEMENTOR_VERSION' )){ return; } $this->sections[] = array( 'title' => esc_html__( 'Layout', 'hub' ), 'icon' => 'el-icon-website', 'fields' => array( array( 'id' => 'page-layout', 'type' => 'button_set', 'title' => esc_html__( 'Layout', 'hub' ), 'subtitle' => esc_html__( 'Controls the site layout', 'hub' ), 'options' => array( 'boxed' => esc_html__( 'Boxed', 'hub' ), 'wide' => esc_html__( 'Wide', 'hub' ), ), 'default' => 'wide' ), array( 'type' => 'slider', 'id' => 'site-width', 'title' => esc_html__( 'Site Width', 'hub' ), 'subtitle' => esc_html__( 'Set the site width', 'hub' ), 'default' => 1170, 'max' => 1400, 'min' => 960, ), array( 'id' => 'body-shadow', 'type' => 'select', 'title' => esc_html__( 'Body Shadow', 'hub' ), 'subtitle' => esc_html__( 'Select a style for shadow', 'hub' ), 'options' => array( '' => esc_html__( 'None', 'hub' ), 'site-boxed-layout-shadow-1' => esc_html__( '1', 'hub' ), 'site-boxed-layout-shadow-2' => esc_html__( '2', 'hub' ), 'site-boxed-layout-shadow-3' => esc_html__( '3', 'hub' ), ), 'required' => array( 'page-layout', 'equals', 'boxed' ), ), //Body Background array( 'id' => 'body-background', 'type' => 'liquid_colorpicker', 'title' => esc_html__( 'Body Background Color', 'hub' ), 'required' => array( 'page-layout', 'equals', 'boxed' ), ), array( 'id' => 'body-background-image', 'type' => 'background', 'background-color' => false, 'preview' => false, 'title' => esc_html__( 'Body Background Image', 'hub' ), 'required' => array( 'page-layout', 'equals', 'boxed' ), ), array( 'id' => 'body-color-scheme', 'type' => 'select', 'title' => esc_html__( 'Page Color Scheme', 'hub' ), 'subtitle' => esc_html__( 'Manages the color scheme across your website.', 'hub' ), 'options' => array( '' => esc_html__( 'Default', 'hub' ), 'light' => esc_html__( 'Light', 'hub' ), 'dark' => esc_html__( 'Dark', 'hub' ), ), ), //Content Background array( 'id' => 'page-content-bg', 'type' => 'background', 'preview' => false, 'title' => esc_html__( 'Content Background', 'hub' ), ), array( 'id' => 'page-content-gradient', 'type' => 'liquid_colorpicker', 'only_gradient' => true, 'title' => esc_html__( 'Content Background Gradient', 'hub' ), 'subtitle' => esc_html__( 'Overwrites the background image, unless has transparency.', 'hub' ), ), array( 'id' => 'vc-row-default-margins', 'type' => 'spacing', 'title' => esc_html__( 'Row Margins', 'hub' ), 'subtitle' => esc_html__( 'Manages row margins', 'hub' ), 'mode' => 'margin', 'left' => false, 'right' => false, 'units' => 'px', ), array( 'id' => 'vc-row-default-padding', 'type' => 'spacing', 'title' => esc_html__( 'Row Padding', 'hub' ), 'subtitle' => esc_html__( 'Manages the rows padding', 'hub' ), 'mode' => 'padding', 'units' => 'px', ), ) );
Upload File
Create Folder