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-header-modules.php
<?php /* * Header Modules Section */ $this->sections[] = array( 'title' => esc_html__( 'Modules', 'hub' ), 'subsection' => true, 'fields' => array( array( 'id' => 'header-enable-social', 'type' => 'button_set', 'title' => esc_html__( 'Enable Header Social', 'hub' ), 'subtitle' => esc_html__( 'If on, will display social links in header.', 'hub' ), 'options' => array( 'on' => esc_html__( 'On', 'hub' ), 'off' => esc_html__( 'Off', 'hub' ), ), ), array( 'id' => 'header-social-links', 'type' => 'repeater', 'title' => esc_html__( 'Social Links', 'hub' ), 'subtitle' => esc_html__( 'Add social links to display in header', 'hub' ), 'sortable' => true, 'group_values' => false, 'required' => array( 'header-enable-social', 'equals', 'on' ), 'fields' => array( array( 'id' => 'social_label', 'type' => 'text', 'title' => esc_html__( 'Label', 'hub' ), 'placeholder' => esc_html__( 'Link text', 'hub' ), ), array( 'id' => 'social_icon', 'type' => 'iconpicker', 'title' => esc_html__( 'Icon', 'hub' ), 'placeholder' => esc_html__( 'Select an icon', 'hub' ), 'data' => 'social-icons', ), array( 'id' => 'social_url', 'type' => 'text', 'title' => esc_html__( 'URL', 'hub' ), ), ) ), array( 'id' => 'header-enable-button', 'type' => 'button_set', 'title' => esc_html__( 'Enable Header Button', 'hub' ), 'subtitle' => esc_html__( 'If on, will display buttons in header.', 'hub' ), 'options' => array( 'on' => esc_html__( 'On', 'hub' ), 'off' => esc_html__( 'Off', 'hub' ), ), ), array( 'id' => 'header-button', 'type' => 'repeater', 'title' => esc_html__( 'Buttons', 'hub' ), 'subtitle' => esc_html__( 'Add buttons to display in header', 'hub' ), 'sortable' => true, 'group_values' => false, 'required' => array( 'header-enable-button', 'equals', 'on' ), 'fields' => array( array( 'id' => 'button_label', 'type' => 'text', 'title' => esc_html__( 'Label', 'hub' ), 'placeholder' => esc_html__( 'Button text', 'hub' ), ), array( 'id' => 'button_icon', 'type' => 'iconpicker', 'title' => esc_html__( 'Icon', 'hub' ), 'placeholder' => esc_html__( 'Select an icon', 'hub' ), ), array( 'id' => 'button_url', 'type' => 'text', 'title' => esc_html__( 'URL', 'hub' ), ), ) ), array( 'id' => 'header-enable-text', 'type' => 'button_set', 'title' => esc_html__( 'Enable Header Text', 'hub' ), 'subtitle' => esc_html__( 'If on, will display text in header.', 'hub' ), 'options' => array( 'on' => esc_html__( 'On', 'hub' ), 'off' => esc_html__( 'Off', 'hub' ), ), ), array( 'id' => 'header-text', 'type' => 'textarea', 'title' => esc_html__( 'Header Text', 'hub' ), 'required' => array( 'header-enable-text', 'equals', 'on' ), ), ) );
Upload File
Create Folder