File "demo-14.php"

Full Path: /home/arielcor/public_html/wp-content/plugins/pisces-demo-data/presets/demo-14.php
File size: 1.66 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_14(){
    return array(

        /**
         * Settings
         */

        array(
            'key' => 'header_layout',
            'value' => '2'
        ),
        array(
            'key' => 'header_full_width',
            'value' => 'yes'
        ),
        array(
            'key' => 'header_transparency',
            'value' => 'no'
        ),


        array(
            'key' => 'footer_layout',
            'value' => '1col'
        ),
        array(
            'key' => 'enable_footer_copyright',
            'value' => 'no'
        ),

        /**
         * Filters
         */

        array(
            'filter_name' => 'pisces/filter/footer_column_1',
            'value' => 'demo-11-footer-column-1'
        ),

        /**
         * Colors
         */


        array(
            'key' => 'la_custom_css',
            'value' => '

            '
        ),

        array(
            'key' => 'footer_space',
            'value' => array(
                'padding_top' => '25px',
                'padding_bottom' => '0'
            )
        ),

        array(
            'key' => 'footer_background',
            'value' => array(
                'color' => '#fff'
            )
        ),
        array(
            'key' => 'footer_text_color',
            'value' => '#656565'
        ),
        array(
            'key' => 'footer_link_color',
            'value' => '#232324'
        ),
        array(
            'key' => 'footer_link_hover_color',
            'value' => '#6b56e2'
        )
    );
}