Linux hkvL61zh9Vexzf 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 Path : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/miniture-core/options/sections/ |
Current File : /www/wwwroot/fashion-kingdom.com/wp-content/plugins/miniture-core/options/sections/site.php |
<?php $opt_name = NOVA_FRAMEWORK_VAR; $bg_color = '#FFFFFF'; $site_w = 1280; /* General Settings */ CSF::createSection( $opt_name, array( 'title' => esc_html__('Site Settings', 'miniture-core'), 'icon' => ' fa fa-cog', 'fields' => array( array( 'id' => 'title_site_global', 'type' => 'subheading', 'title' => __( 'Global Options', 'miniture-core') ), array( 'id' => 'site_width', 'type' => 'slider', 'title' => esc_html__('Site Width', 'miniture-core'), 'desc' => esc_html__('Default: '.$site_w.' pixels.', 'miniture-core'), 'default' => $site_w, 'min' => '800', 'step' => '1', 'max' => '1920', 'unit' => 'px', ), array( 'id' => 'site_preloader', 'type' => 'switcher', 'title' => esc_html__('Site Preloader', 'miniture-core'), 'default' => false ), array( 'id' => 'topbar_progress', 'type' => 'switcher', 'title' => esc_html__('Top Loading Progress Bar', 'miniture-core'), 'default' => false, 'dependency' => array('site_preloader', '==', '1'), ), ) ) );