%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/gachan/www/wp-content/themes/jekas/inc/redux/options/
Upload File :
Create Path :
Current File : /home/gachan/www/wp-content/themes/jekas/inc/redux/options/option-404.php

<?php
    $this->sections[] = array(
        'title'  => esc_html__( 'Page 404', 'jekas' ),
        'desc'   => esc_html__('404 Configuration Page','jekas'),
        'icon'   => 'el-icon-error',
        // 'submenu' => false, // Setting submenu to false on a given section will hide it from the WordPress sidebar menu!
        'fields' => array(

            array(
                'id'       => '404_title',
                'type'     => 'text',
                'title'    => esc_html__( 'Title', 'jekas' ),
                'subtitle' => '',
                'desc'     => '',
            ),
            array(
                'id'       => '404_sms',
                'type'     => 'textarea',
                'title'    => esc_html__( 'Message', 'jekas' ),
                'subtitle' => '',
                'desc'     => '',
            ),  
            array(
                'id'       => '404_btn',
                'type'     => 'text',
                'title'    => esc_html__( 'Button Title', 'jekas' ),
                'subtitle' => '',
                'desc'     => '',
            ),
            //----HEADER OPTIONS--------------------------------//                      
            array(
                'id'     => '404_cont_info',
                'type'   => 'info',
                'style'  => 'info',
                'notice' => true,
                'title'  => esc_html__('404 Header Configuration', 'jekas' ),
                'desc'   => ''
            ),
                array(
                    'id'       => '404_htitle',
                    'type'     => 'text',
                    'title'    => esc_html__( 'Header Title', 'jekas' ),
                    'subtitle' => '',
                    'desc'     => '',
                ),
                array(
                    'id'       => '404_hdesc',
                    'type'     => 'textarea',
                    'title'    => esc_html__( 'Header Description', 'jekas' ),
                    'subtitle' => '',
                    'desc'     => '',
                ),
                array(
                    'id'       => '404_header',
                    'type'     => 'select',
                    'title'    => esc_html__( '404 header style', 'redux-framework-demo' ),
                    'subtitle' => '',
                    'desc'     => '',
                    'options'  => array(
                        'section_title' => esc_html__( 'Default', 'jekas' ),
                        'section_title-02' => esc_html__('Image Background','jekas'),
                        'section_title-03' => esc_html__('Parallax','jekas'),
                        'none' => 'None',
                    ),
                    'default'  => 'section_title'
                ),
               array(
                    'id'       => '404_bg_color',
                    'type'     => 'color_rgba',
                    'title'    => esc_html__( 'Background Color', 'jekas' ),
                    'subtitle' => esc_html__( 'Color background is active for Image Background option.', 'jekas' ),
                    'default'  => array( 
                        'color' => '#7e33dd', 
                        'alpha' => '.8' 
                    ),
                    'output'   => '',
                    'mode'     => 'background',
                    'validate' => 'colorrgba',
                    'required' => array( '404_header', '=', array('section_title-02','section_title-03') ),
                ),
                array(
                    'id'       => '404_bg_image',
                    'type'     => 'media',
                    'title'    => esc_html__( 'Banner Image', 'jekas' ),
                    'compiler' => 'true',
                    'mode'     => false,                
                    'desc'     => '',
                    'subtitle' => '',
                    'required' => array( '404_header', '=', array('section_title-02','section_title-03') ),
                ),
               array(
                   'id'      => '404_icon',
                   'type'    => 'icon_select',
                   'title'   => esc_html__('404 Page Icon','jekas'),
                   'default' => 'fa fa-unlink',
               ),
            array(
                'id'      => '404_footer',
                'type'    => 'select',
                'title'   => esc_html__('404 Page Footer','jekas'),
                'options' => $jekas_footers,
            ),
        ),
    );    

Zerion Mini Shell 1.0