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-advanced.php
<?php /* * Advanced theme options like social sites API Keys etc. */ $this->sections[] = array( 'title' => esc_html__( 'Advanced', 'hub' ), 'icon' => 'el el-wrench' ); // Code Fields $this->sections[] = array( 'title' => esc_html__( 'Code Fields', 'hub' ), 'subsection' => true, 'fields' => array( array( 'id' => 'google_analytics', 'type' => 'ace_editor', 'title' => esc_html__( 'Tracking Code', 'hub' ), 'subtitle' => esc_html__( 'Paste your tracking code here. This will be added into the header template of your theme. Place code inside <script> tags.', 'hub' ), 'mode' => 'html', 'theme' => 'chrome', 'options' => array( 'minLines' => 20, 'maxLines' => 60 ) ), array( 'id' => 'space_head', 'type' => 'ace_editor', 'title' => esc_html__( 'Space before </head>', 'hub' ), 'subtitle' => esc_html__( 'Only accepts javascript code wrapped with <script> tags and HTML markup that is valid inside the </head> tag.', 'hub' ), 'mode' => 'html', 'theme' => 'chrome', 'options' => array( 'minLines' => 20, 'maxLines' => 60 ) ), array( 'id' => 'space_body', 'type' => 'ace_editor', 'title' => esc_html__( 'Space before </body>', 'hub' ), 'subtitle' => esc_html__( 'Only accepts javascript code, wrapped with <script> tags and valid HTML markup inside the </body> tag.', 'hub' ), 'mode' => 'html', 'theme' => 'chrome', 'options' => array( 'minLines' => 20, 'maxLines' => 60 ) ) ) ); // CPT Support $this->sections[] = array( 'title' => esc_html__( 'CPT Support', 'hub' ), 'subsection' => true, 'fields' => array( array( 'id' => 'liquid_extra_cpt_support', 'type' => 'textarea', 'title' => esc_html__( 'CPT Support', 'hub'), 'subtitle' => esc_html__( 'Enter the CPT slug for each line you want to add support to the theme', 'hub' ), ) ) ); if ( !class_exists( 'Liquid_Elementor_Addons' ) && !defined( 'ELEMENTOR_VERSION' )){ // Dynamic CSS $this->sections[] = array( 'title' => esc_html__( 'Dynamic CSS', 'hub' ), 'subsection' => true, 'fields' => array( array( 'id' => 'dynamic_css_compiler', 'type' => 'switch', 'title' => esc_html__( 'CSS Compiler', 'hub' ), 'subtitle' => esc_html__( 'By default all the CSS files are combined. Disabling the CSS compiler will load non-combined CSS files. This will have an impact on the performance of your site.', 'hub' ), 'default' => '0', ), array( 'id' => 'dynamic_css_db_caching', 'type' => 'switch', 'title' => esc_html__( 'Database Cache for Dynamic CSS', 'hub' ), 'subtitle' => esc_html__( 'Turn on to enable caching the dynamic CSS in your database.', 'hub' ), 'default' => '0', ), array( 'id' => 'cache_server_ip', 'type' => 'text', 'title' => esc_html__( 'Cache Server IP', 'hub' ), 'subtitle' => esc_html__( 'For unique cases where you are using cloud flare and a cache server, ex: varnish cache. Enter your cache server IP to clear the theme options dynamic CSS cache. Consult with your server admin for help.', 'hub' ), ), ) ); }
Upload File
Create Folder