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-sliders.php
<?php /* * Slider Section */ $sections[] = array( 'post_types' => array( 'post', 'page' ), 'title' => esc_html__('Sliders', 'hub'), 'icon' => 'el-icon-adjust-alt', 'fields' => array( array( 'id'=>'slider-type', 'type' => 'select', 'title' => esc_html__('Slider Type', 'hub'), 'subtitle'=> esc_html__('Select the type of slider that displays.', 'hub'), 'options' => array( 'no' => esc_html__( 'No Slider', 'hub' ), 'liquid' => esc_html__( 'liquid Slider', 'hub' ), 'rev' => esc_html__( 'Revolution Slider', 'hub' ) ), 'default' => 'no' ), array( 'id'=>'slider-liquid', 'type' => 'select', 'title' => esc_html__('Select liquid Slider', 'hub'), 'subtitle'=> esc_html__('Select the unique name of the slider.', 'hub'), 'options' => array( 'no' => esc_html__( 'Select a slider', 'hub' ) ), 'required' => array( 'slider-type', 'equals', 'liquid' ), 'default' => 'no' ), array( 'id'=>'slider-rev', 'type' => 'select', 'title' => esc_html__('Select Revolution Slider', 'hub'), 'subtitle'=> esc_html__('Select the unique name of the slider.', 'hub'), 'options' => array( 'no' => esc_html__( 'Select a slider', 'hub' ) ), 'required' => array( 'slider-type', 'equals', 'rev' ), 'default' => 'no' ), array( 'id'=>'slider-position', 'type' => 'button_set', 'title' => esc_html__('Slider Position', 'hub'), 'subtitle'=> esc_html__('Select if the slider shows below or above the header.', 'hub'), 'options' => array( 'default' => esc_html__( 'Default', 'hub' ), 'below' => esc_html__( 'Below', 'hub' ), 'above' => esc_html__( 'Above', 'hub' ) ), 'required' => array( 'slider-type', 'not', 'no' ), 'default' => 'default' ) ) );
Upload File
Create Folder