Change these values as you need/desire 'opt_name' => $opt_name, // This is where your data is stored in the database and also becomes your global variable name. 'display_name' => $theme->get( 'Name' ), // Name that appears at the top of your panel 'display_version' => $theme->get( 'Version' ), // Version that appears at the top of your panel 'menu_type' => 'submenu', //Specify if the admin menu should appear or not. Options: menu or submenu (Under appearance only) 'allow_sub_menu' => false, // Show the sections below the admin menu item or not 'menu_title' => esc_html__( 'Theme Options', 'beevent' ), 'page_title' => esc_html__( 'Theme Options', 'beevent' ), // You will need to generate a Google API key to use this feature. // Please visit: https://developers.google.com/fonts/docs/developer_api#Auth 'google_api_key' => '', // Set it you want google fonts to update weekly. A google_api_key value is required. 'google_update_weekly' => false, // Must be defined to add google fonts to the typography module 'async_typography' => true, // Use a asynchronous font on the front end or font string //'disable_google_fonts_link' => true, // Disable this in case you want to create your own google fonts loader 'admin_bar' => true, // Show the panel pages on the admin bar 'admin_bar_icon' => 'dashicons-admin-settings', // Choose an icon for the admin bar menu 'admin_bar_priority' => 50, // Choose a priority for the admin bar menu 'global_variable' => '', // Set a different name for your global variable other than the opt_name 'dev_mode' => false, // Show the time the page took to load, etc 'update_notice' => false, // If dev_mode is enabled, will notify developer of updated versions available in the GitHub Repo 'customizer' => true, // Enable basic customizer support //'open_expanded' => true, // Allow you to start the panel in an expanded way initially. //'disable_save_warn' => true, // Disable the save warning when a user changes a field // OPTIONAL -> Give you extra features 'page_priority' => null, // Order where the menu appears in the admin area. If there is any conflict, something will not show. Warning. 'page_parent' => 'themes.php', // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters 'page_permissions' => 'manage_options', // Permissions needed to access the options panel. 'menu_icon' => '', // Specify a custom URL to an icon 'last_tab' => '', // Force your panel to always open to a specific tab (by id) 'page_icon' => 'icon-themes', // Icon displayed in the admin panel next to your menu_title 'page_slug' => '_beevent_options', // Page slug used to denote the panel 'save_defaults' => true, // On load save the defaults to DB before user clicks save or not 'default_show' => false, // If true, shows the default value next to each field that is not the default value. 'default_mark' => '', // What to print by the field's title if the value shown is default. Suggested: * 'show_import_export' => true, // Shows the Import/Export panel when not used as a field. // CAREFUL -> These options are for advanced use only 'transient_time' => 60 * MINUTE_IN_SECONDS, 'output' => true, // Global shut-off for dynamic CSS output by the framework. Will also disable google fonts output 'output_tag' => true, // Allows dynamic CSS to be generated for customizer and google fonts, but stops the dynamic CSS from going to the head // 'footer_credit' => '', // Disable the footer credit of Redux. Please leave if you can help it. // FUTURE -> Not in use yet, but reserved or partially implemented. Use at your own risk. 'database' => '', // possible: options, theme_mods, theme_mods_expanded, transient. Not fully functional, warning! 'system_info' => false, // REMOVE //'compiler' => true, // HINTS 'hints' => array( 'icon' => 'el el-question-sign', 'icon_position' => 'right', 'icon_color' => 'lightgray', 'icon_size' => 'normal', 'tip_style' => array( 'color' => 'light', 'shadow' => true, 'rounded' => false, 'style' => '', ), 'tip_position' => array( 'my' => 'top left', 'at' => 'bottom right', ), 'tip_effect' => array( 'show' => array( 'effect' => 'slide', 'duration' => '500', 'event' => 'mouseover', ), 'hide' => array( 'effect' => 'slide', 'duration' => '500', 'event' => 'click mouseleave', ), ), ) ); Redux::setArgs( $opt_name, $args ); /** * Used within different fields. Simply examples. Search for ACTUAL DECLARATION for field examples * */ // Background Patterns Reader $sample_patterns_path = ReduxFramework::$_dir . '../sample/patterns/'; $sample_patterns_url = ReduxFramework::$_url . '../sample/patterns/'; $sample_patterns = array(); $icons = array( "icon-tools-2", "icon-tools", "icon-presentation", "icon-search", "icon-gears", "icon-mobile", "icon-layers", "icon-compass", "icon-clipboard", "icon-video", "icon-happy", "icon-download", "icon-envelope", "icon-chat", "icon-genius", "icon-envelope", "icon-megaphone", "icon-heart", "icon-dial", "icon-laptop", "icon-desktop", "icon-tablet", "icon-phone", "icon-document", "icon-documents", "icon-clipboard", "icon-newspaper", "icon-notebook", "icon-book-open", "icon-browser", "icon-calendar", "icon-picture", "icon-pictures", "icon-camera", "icon-printer", "icon-toolbox", "icon-briefcase", "icon-wallet", "icon-gift", "icon-bargraph", "icon-grid", "icon-expand", "icon-focus", "icon-edit", "icon-adjustments", "icon-ribbon", "icon-hourglass", "icon-lock", "icon-shield", "icon-trophy", "icon-flag", "icon-map", "icon-puzzle", "icon-basket", "icon-streetsign", "icon-telescope", "icon-key", "icon-paperclip", "icon-attachment", "icon-pricetags", "icon-lightbulb", "icon-pencil", "icon-scissors", "icon-paintbrush", "icon-magnifying-glass", "icon-circle-compass", "icon-linegraph", "icon-mic", "icon-strategy", "icon-beaker", "icon-caution", "icon-recycle", "icon-anchor", "icon-profile-male", "icon-profile-female", "icon-bike", "icon-wine", "icon-hotairballoon", "icon-glob", "icon-map-pin", "icon-dial", "icon-cloud", "icon-upload", "icon-traget", "icon-hazardous", "icon-piechart", "icon-speedometer", "icon-global", "icon-compass", "icon-lifesaver", "icon-clock", "icon-aperture", "icon-quote", "icon-scope", "icon-alarmclock", "icon-refresh", "icon-sad", "icon-facebook", "icon-twitter", "icon-googleplus", "icon-rss", "icon-tumblr", "icon-linkedin", "icon-dribbble" ); sort( $icons ); $iconArray = array(); foreach ( $icons as $icon ) { $name = ucwords( str_replace( '-', ' ', str_replace( array( 'icon-', '-play', '-square', '-alt', '-circle' ), '', $icon ) ) ); $iconArray[ '' . $icon ] = $name; } $f_icons = array( "fa fa-mobile", "fa fa-life-ring", "fa fa-user", "fa fa-clock-o", "fa fa-calendar", "fa fa-bookmark", "fa fa-trophy", "fa fa-car", "fa fa-cogs", "fa fa-desktop", "fa fa-transgender-alt", "fa fa-mobile","fa fa-adjust","fa fa-anchor","fa fa-archive","fa fa-area-chart","fa fa-arrows","fa fa-arrows-h","fa fa-arrows-v","fa fa-asterisk","fa fa-at","fa fa-car","fa fa-balance-scale","fa fa-ban","fa fa-university","fa fa-bar-chart","fa fa-barcode","fa fa-bars","fa fa-battery-half","fa fa-battery-full","fa fa-battery-empty","fa fa-battery-quarter","fa fa-battery-three-quarters","fa fa-bed","fa fa-beer","fa fa-bell","fa fa-bell-o","fa fa-bell-slash","fa fa-bell-slash-o","fa fa-bicycle","fa fa-binoculars","fa fa-birthday-cake","fa fa-bolt","fa fa-bomb","fa fa-book","fa fa-bookmark","fa fa-bookmark-o","fa fa-briefcase","fa fa-bug","fa fa-building","fa fa-building-o","fa fa-bullhorn","fa fa-bullseye", "fa fa-taxi","fa fa-calculator","fa fa-calendar","fa fa-calendar-check-o","fa fa-calendar-minus-o","fa fa-calendar-o","fa fa-calendar-plus-o","fa fa-calendar-times-o","fa fa-camera","fa fa-camera-retro","fa fa-car","fa fa-caret-square-o-down","fa fa-caret-square-o-left","fa fa-caret-square-o-right","fa fa-caret-square-o-up","fa fa-cart-arrow-down","fa fa-cart-plus","fa fa-cc","fa fa-certificate","fa fa-check","fa fa-check-circle","fa fa-check-circle-o","fa fa-check-square","fa fa-check-square-o","fa fa-child","fa fa-circle","fa fa-circle-o","fa fa-circle-o-notch","fa fa-circle-thin","fa fa-clock-o","fa fa-clone","fa fa-times","fa fa-cloud","fa fa-cloud-download","fa fa-cloud-upload","fa fa-code","fa fa-code-fork","fa fa-coffee","fa fa-cog","fa fa-comment","fa fa-comment-o","fa fa-commenting","fa fa-commenting-o","fa fa-comments","fa fa-comments-o","fa fa-compass","fa fa-copyright","fa fa-creative-commons","fa fa-credit-card","fa fa-crop","fa fa-crosshairs","fa fa-cube","fa fa-cubes","fa fa-cutlery","fa fa-tachometer","fa fa-database","fa fa-diamond","fa fa-dot-circle-o","fa fa-download","fa fa-pencil-square-o","fa fa-ellipsis-h","fa fa-ellipsis-v","fa fa-envelope","fa fa-envelope-o","fa fa-envelope-square","fa fa-eraser","fa fa-exchange","fa fa-exclamation","fa fa-exclamation-circle","fa fa-exclamation-triangle","fa fa-exclamation-circle","fa fa-external-link","fa fa-external-link-square","fa fa-eye","fa fa-eye-slash","fa fa-eyedropper","fa fa-fax","fa fa-rss","fa fa-female","fa fa-fighter-jet","fa fa-file-archive-o","fa fa-file-audio-o","fa fa-file-code-o","fa fa-file-excel-o","fa fa-file-image-o","fa fa-file-video-o","fa fa-file-pdf-o","fa fa-file-image-o","fa fa-file-powerpoint-o","fa fa-file-audio-o","fa fa-file-word-o","fa fa-film","fa fa-filter","fa fa-fire","fa fa-fire-extinguisher","fa fa-flag","fa fa-flag-checkered","fa fa-flag-o","fa fa-flask","fa fa-folder","fa fa-folder-o","fa fa-folder-open","fa fa-folder-open-o","fa fa-frown-o","fa fa-futbol-o","fa fa-gamepad","fa fa-gavel","fa fa-gift","fa fa-glass","fa fa-globe","fa fa-graduation-cap","fa fa-users","fa fa-hand-rock-o","fa fa-hand-lizard-o","fa fa-hand-paper-o","fa fa-hand-peace-o","fa fa-hand-pointer-o","fa fa-hand-rock-o","fa fa-hand-scissors-o","fa fa-hand-spock-o","fa fa-hdd-o","fa fa-headphones","fa fa-heart","fa fa-heart-o","fa fa-heartbeat","fa fa-history","fa fa-home","fa fa-hourglass","fa fa-hourglass-start","fa fa-hourglass-half","fa fa-hourglass-end","fa fa-hourglass-o","fa fa-i-cursor","fa fa-picture-o","fa fa-inbox","fa fa-industry","fa fa-info","fa fa-info-circle","fa fa-key","fa fa-keyboard-o","fa fa-language","fa fa-laptop","fa fa-leaf","fa fa-lemon-o","fa fa-level-down","fa fa-level-up","fa fa-life-ring","fa fa-lightbulb-o","fa fa-line-chart","fa fa-location-arrow","fa fa-lock","fa fa-magic","fa fa-magnet","fa fa-share","fa fa-reply","fa fa-reply-all","fa fa-male","fa fa-map","fa fa-map-marker","fa fa-map-o","fa fa-map-pin","fa fa-map-signs","fa fa-meh-o","fa fa-microphone","fa fa-microphone-slash","fa fa-minus","fa fa-minus-circle","fa fa-minus-square","fa fa-minus-square-o","fa fa-money","fa fa-moon-o","fa fa-graduation-cap","fa fa-motorcycle","fa fa-mouse-pointer","fa fa-music","fa fa-newspaper-o","fa fa-object-group","fa fa-object-ungroup","fa fa-paint-brush","fa fa-paper-plane","fa fa-paper-plane-o","fa fa-paw","fa fa-pencil","fa fa-pencil-square","fa fa-pencil-square-o","fa fa-phone","fa fa-phone-square","fa fa-picture-o","fa fa-pie-chart","fa fa-plane","fa fa-plug","fa fa-plus","fa fa-plus-circle","fa fa-plus-square","fa fa-plus-square-o","fa fa-power-off","fa fa-print","fa fa-puzzle-piece", "fa fa-mars", "fa fa-link", "fa fa-globe", "fa fa-file-text","fa fa-refresh", "fa fa-rocket", "fa fa-desktop", "fa fa-tachometer", "fa fa-database","fa fa-group", "fa fa-hourglass-1", "fa fa-headphones", "fa fa-gears"); sort( $f_icons ); $f_iconArray = array(); foreach ( $f_icons as $f_icon ) { $name = ucwords( str_replace( '-', ' ', str_replace( array( 'icon-', '-play', '-square', '-alt', '-circle' ), '', $f_icon ) ) ); $f_iconArray[ '' . $f_icon ] = $name; } /////////////////////////////////////////////////////////////////////////////// 1. OVERALL // Redux::setSection( $opt_name, array( 'title' => esc_html__('Overall Setup', 'beevent'), 'desc' => esc_html__('Here in overall setup section you can edit basic settings related to overall website.', 'beevent'), 'icon' => 'el-icon-cogs', 'indent' => true, 'fields' => array( array( 'title' => esc_html__('Title', 'beevent'), 'desc' => esc_html__('Description and image maybe.', 'beevent') ) ) )); //////////////////////////////////////////////////////////////////////////// 2. Genral Setting Redux::setSection( $opt_name, array( 'title' => esc_html__('Genral', 'beevent'), 'desc' => esc_html__('Genral beevent Settings', 'beevent'), 'icon' => 'el el-th', 'fields' => array( array( 'id' => 'primary_color', 'type' => 'color', 'title' => __('Theme Primary Color ', 'beevent'), 'compiler' => 'true', 'desc' => __('Theme Primary Color Scheme.', 'beevent'), 'transparent' => false, 'default' => '#de302f' ), array( 'id' => 'font_style', 'type' => 'select', 'title' => esc_html__('Select Font Family', 'beevent'), 'desc' => esc_html__('Please Select A Font Family', 'beevent'), 'options' => array( 'Montserrat' => 'Montserrat', 'Lato' => 'Lato', 'MartelSans' => 'Martel Sans', 'OpenSans' => 'Open Sans', 'Roboto' => 'Roboto', ), 'default' => 'Roboto', ) , ) )); //////////////////////////////////////////////////////////////////////////// 3. HEADER // Redux::setSection( $opt_name, array( 'title' => esc_html__('Header', 'beevent'), 'desc' => esc_html__('Header beevent Settings', 'beevent'), 'icon' => '', 'fields' => array( array( 'title' => esc_html__('Title', 'beevent'), 'desc' => esc_html__('Description and image maybe.', 'beevent') ) ) )); // Logo // Redux::setSection( $opt_name, array( 'title' => esc_html__('Logo', 'beevent'), 'desc' => esc_html__('Upload logo for website.', 'beevent'), 'icon' => '', 'subsection' => true, 'fields' => array( array( 'id' => 'site_logo', 'type' => 'media', 'title' => esc_html__('Site Logo', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Upload site logo', 'beevent') ), array( 'id' => 'site_favicon', 'type' => 'media', 'title' => esc_html__('Site Favicon', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Upload site favicon.', 'beevent') ), array( 'id' => 'Header_contact_number', 'type' => 'text', 'title' => esc_html__('Header Contact Number', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Please Input Your Contact Number.', 'beevent'), 'default'=> 'Call : +61-123-456-789', ), ) )); Redux::setSection( $opt_name, array( 'title' => esc_html__('Header Style', 'beevent'), 'icon' => '', 'subsection' => true, 'fields' => array( array( 'id' => 'header_style', 'type' => 'select', 'title' => esc_html__('Select Header Style', 'beevent'), 'desc' => esc_html__('Please Select a Header Style.', 'beevent'), 'options' => array( 'header_style_1' => 'Header Style 1', 'header_style_2' => 'Header Style 2', ), 'default' => 'header_style_1', ) , ) )); Redux::setSection( $opt_name, array( 'title' => esc_html__('Inner Page Header', 'beevent'), 'desc' => esc_html__('Inner Page Banner Setting', 'beevent'), 'icon' => '', 'subsection' => true, 'fields' => array( array( 'id' => 'InnerPageImg', 'type' => 'media', 'url' => true, 'title' => esc_html__('Inner Page Banner Image w/ URL', 'beevent'), 'desc' => esc_html__('Please Uploade Inner Page Header Banner Image.', 'beevent'), 'default' => array( 'url'=>'http://s.wordpress.org/style/images/codeispoetry.png' ), ), ) )); ////////////////////////////////////////////////////////////////////// 4. FOOTER // Redux::setSection( $opt_name, array( 'title' => esc_html__('Footer', 'beevent'), 'desc' => esc_html__('Footer beevent Settings', 'beevent'), 'icon' => '', 'fields' => array( array( 'title' => esc_html__('Title', 'beevent'), 'desc' => esc_html__('Description and image maybe.', 'beevent') ) ) )); // HERE'S THE FIELD THAT I PUT INTO MY PANEL Redux::setSection( $opt_name, array( 'title' => esc_html__('Footer Bottom ', 'beevent'), 'desc' => esc_html__('Footer Bottom Setting', 'beevent'), 'icon' => '', 'subsection' => true, 'fields' => array( // Footer Theme Option Code Replace It Add It This .. array( 'id' => 'contact_frm_heading', 'type' => 'text', 'title' => esc_html__('Contacts Form Text', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Please Input Contact Form Heading.', 'beevent'), 'default' => 'Reserve Your Seat' ), array( 'id' => 'contact_shortcode', 'type' => 'textarea', 'title' => esc_html__('Contacts Form Shortcode:', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Please Input Contact Form Shortcode.', 'beevent'), 'default' => '[contact-form-7 id="467" title="Contact Form 1 With PayPal"]' ), array( 'id' => 'footer_style', 'type' => 'select', 'title' => esc_html__('Select Footer Style', 'beevent'), 'desc' => esc_html__('Please Select a Footer Style.', 'beevent'), 'options' => array( 'footer_style_1' => 'Footer Style 1', 'footer_style_2' => 'Footer Style 2', ), 'default' => 'footer_style_1', ) , array( 'id' => 'footer_copyrights', 'type' => 'text', 'title' => esc_html__('Copy Right Text', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Please Input copyrights.', 'beevent') ), ) )); // Social // Redux::setSection( $opt_name, array( 'title' => esc_html__('Social', 'beevent'), 'desc' => esc_html__('Setup social profiles in footer.', 'beevent'), 'icon' => '', 'subsection' => true, 'fields' => array( array( 'id' => 'footer_facebook', 'type' => 'text', 'title' => esc_html__('Facebook link', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Input link to your facebook page', 'beevent') ), array( 'id' => 'footer_twitter', 'type' => 'text', 'title' => esc_html__('Twitter link', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Input link to your twitter page', 'beevent') ), array( 'id' => 'footer_linkedin', 'type' => 'text', 'title' => esc_html__('Linkedin link', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Input link to your Linkedin page', 'beevent') ), array( 'id' => 'footer_instagram', 'type' => 'text', 'title' => esc_html__('instagram link', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Input link to your instagram page', 'beevent') ), array( 'id' => 'footer_google', 'type' => 'text', 'title' => esc_html__('Google+ link', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Input link to your google+ page', 'beevent') ), array( 'id' => 'footer_pinterest', 'type' => 'text', 'title' => esc_html__('Pinterest link', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Input link to your pinterest page', 'beevent') ), ) )); ///////////////////////////////////////////////////////////////////////////////////////////// 4. HOME PAGE Slider// Redux::setSection( $opt_name, array( 'title' => esc_html__('Home Slider', 'beevent'), 'desc' => esc_html__('Home Page Slider Settings', 'beevent'), 'icon' => '', 'fields' => array( array( 'title' => esc_html__('Title', 'beevent'), 'desc' => esc_html__('Description and image maybe.', 'beevent') ), array( 'id' => 'read_more_btn', 'type' => 'text', 'title' => esc_html__('Read More Button Text', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Please Input Read More Button Text.', 'beevent') ), array( 'id' => 'home_slider', 'type' => 'slides', 'title' => esc_html__('Slides Options', 'beevent'), 'subtitle' => esc_html__('Unlimited slides with drag and drop sortings.', 'beevent'), ), ) )); ///////////////////////////////////////////////////////////////////////////////////////////// 4. HOME PAGE Slider// Redux::setSection( $opt_name, array( 'title' => esc_html__('Countdown Timer ', 'beevent'), 'desc' => esc_html__('Timer Date Settings', 'beevent'), 'icon' => '', 'fields' => array( array( 'title' => esc_html__('Title', 'beevent'), 'desc' => esc_html__('Description and image maybe.', 'beevent') ), array( 'id' => 'countdown_timer', 'type' => 'text', 'title' => esc_html__('Add Date Countdown Timer', 'beevent'), 'compiler' => 'true', 'default'=> 'march 22, 2017', 'desc' => esc_html__('Examples:- march 22, 2017', 'beevent') ) , array( 'id' => 'countdown_shortcode', 'type' => 'textarea', 'title' => esc_html__('Countdown Shortcode', 'beevent'), 'compiler' => 'true', 'default'=> '', 'desc' => esc_html__('Examples:- [countdown_timer]', 'beevent') ) , ) )); ///////////////////////////////////////////////////////////////////////////////////////////// 4. HOME PAGE Slider// Redux::setSection( $opt_name, array( 'title' => esc_html__('404 Page', 'beevent'), 'desc' => esc_html__('404 Page Settings', 'beevent'), 'icon' => '', 'fields' => array( array( 'title' => esc_html__('Title', 'beevent'), 'desc' => esc_html__('Description and image maybe.', 'beevent') ), array( 'id' => 'notfound_title', 'type' => 'text', 'title' => esc_html__('Page Not Found Title', 'beevent'), 'compiler' => 'true', 'default'=> 'Page Not Found', 'desc' => esc_html__('Examples:- Page Not Found', 'beevent') ), array( 'id' => 'notfound_error', 'type' => 'textarea', 'title' => esc_html__('Error Notice Text', 'beevent'), 'compiler' => 'true', 'default'=> 'Oops, Page Can not be Found', ), ) )); /////////////////////////////////////////////////////////////////////////////////////////// 8. Blgo Page // Redux::setSection( $opt_name, array( 'title' => esc_html__('Blog Page', 'beevent'), 'desc' => esc_html__('Blog Page settings.', 'beevent'), 'icon' => '', 'fields' => array( array( 'title' => esc_html__('Title', 'beevent'), 'desc' => esc_html__('Description and image maybe.', 'beevent') ) ) )); //////////////////////////////////////////////////////////////////////////////////////////////////////////// Redux::setSection( $opt_name, array( 'title' => esc_html__('Blog Page Style', 'beevent'), 'desc' => esc_html__('Setup Blog Page Style details here.', 'beevent'), 'icon' => '', 'subsection' => true, 'fields' => array( array( 'id' => 'blog-style', 'type' => 'image_select', 'options' => array( 'blgoRight' => get_template_directory_uri().'/assets/images/2cr.png', 'blgoLeft' => get_template_directory_uri().'/assets/images/2cl.png', 'blgoGrid' => get_template_directory_uri().'/assets/images/1col.png' ), 'title' => 'Blog Page Side Bar Layout', 'default' => 'blgoRight' ), array( 'id' => 'blog-single-title', 'type' => 'text', 'title' => esc_html__('Blog Single Post Title', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Please Input your Blog Single Post Title.', 'beevent'), 'default'=> 'Event Industry Latest Updates', ), array( 'id' => 'blog-page-title', 'type' => 'text', 'title' => esc_html__('Blog Page Title', 'beevent'), 'compiler' => 'true', 'desc' => esc_html__('Please Input your Blog Page Title.', 'beevent'), 'default'=> 'Event Industry Latest Updates', ), ) )); Redux::setSection( $opt_name, array( 'title' => esc_html__('Blog Single', 'beevent'), 'desc' => esc_html__('Setup Blog Single Page Settings here.', 'beevent'), 'icon' => '', 'subsection' => true, 'fields' => array( array( 'subtitle' => 'Show Tags and Socials Icon at bottom of single post', 'id' => 'show_social_post', 'type' => 'switch', 'title' => 'Show Tags and Socials Icon', 'default' => false ), array( 'subtitle' => 'Show Comments at bottom of single post', 'id' => 'comments_template', 'type' => 'switch', 'title' => 'Show Comments ', 'default' => false ), array( 'subtitle' => 'Previous/Next Pagination', 'id' => 'show_navigation_post', 'type' => 'switch', 'title' => 'Previous/Next Pagination', 'default' => false ), ) ));