File "demo-16.php"

Full Path: /home/arielcor/public_html/wp-content/plugins/pisces-demo-data/presets/demo-16.php
File size: 1.38 KB
MIME-type: text/x-php
Charset: utf-8

<?php
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
    exit( 'Direct script access denied.' );
}

function la_pisces_preset_demo_16(){
    return array(

        /**
         * Settings
         */

        array(
            'key' => 'header_layout',
            'value' => '4'
        ),
        array(
            'key' => 'header_full_width',
            'value' => 'no'
        ),
        array(
            'key' => 'header_transparency',
            'value' => 'no'
        ),
        array(
            'key' => 'header_sticky',
            'value' => 'no'
        ),
        array(
            'key' => 'enable_header_top',
            'value' => 'hide'
        ),
        array(
            'key' => 'header_access_icon',
            'value' => array(
                array(
                    'type' => 'aside_header',
                    'icon' => 'pisces-icon-menu',
                    'el_class' => ''
                )
            )
        ),

        /**
         * Filters
         */


        /**
         * Colors
         */

        array(
            'key' => 'transparency_header_text_color|transparency_header_link_color|transparency_mm_lv_1_color',
            'value' => '#fff'
        ),
        array(
            'key' => 'transparency_header_link_hover_color|transparency_mm_lv_1_hover_color',
            'value' => '#fff'
        ),
    );
}