????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.217.109 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/plugins/cornerstone/includes/config/options/ |
Upload File : |
<?php
return array(
'content-builder' => array(
'title' => __( 'Content Builder', 'cornerstone' ),
'description' => __( 'Cornerstone attempts to follow your theme's provided styling. If suitable styling isn't found in the theme, you can use the options below to set a compatibility baseline.<br/><br/>If you notice the settings below are not making a visible difference, chances are that your theme is handling the styling in that area. Cornerstone prefers to give the theme precedence when possible.<br/><br/>Finally, changing settings here won't affect elements that you have already configured directly (buttons for example).', 'cornerstone' ),
'sections' => array(
'layout' => array(
'title' => __( 'Layout', 'cornerstone' ),
'controls' => array(
'cs_v1_base_margin' => array(
'type' => 'text',
'title' => __( 'Base Margin', 'cornerstone' )
),
'cs_v1_base_margin_extended' => array(
'type' => 'toggle',
'title' => __( 'Extended Base Margin', 'cornerstone' )
),
'cs_v1_container_width' => array(
'type' => 'text',
'title' => __( 'Container Width', 'cornerstone' )
),
'cs_v1_container_max_width' => array(
'type' => 'text',
'title' => __( 'Container Max Width', 'cornerstone' )
),
)
),
'typography' => array(
'title' => __( 'Typography', 'cornerstone' ),
'controls' => array(
'cs_v1_text_color' => array(
'type' => 'color',
'title' => __( 'Text Color', 'cornerstone' )
),
'cs_v1_link_color' => array(
'type' => 'color',
'title' => __( 'Link Color', 'cornerstone' )
),
'cs_v1_link_color_hover' => array(
'type' => 'color',
'title' => __( 'Link Hover Color', 'cornerstone' )
)
)
),
'buttons' => array(
'title' => __( 'Buttons', 'cornerstone' ),
'controls' => array(
'cs_v1_button_style' => array(
'type' => 'select',
'title' => __( 'Button Style', 'cornerstone' ),
'options' => array(
'choices' => array(
'real' => __( '3D', 'cornerstone' ),
'flat' => __( 'Flat', 'cornerstone' ),
'transparent' => __( 'Transparent', 'cornerstone' )
)
)
),
'cs_v1_button_shape' => array(
'type' => 'select',
'title' => __( 'Button Shape', 'cornerstone' ),
'options' => array(
'choices' => array(
'square' => __( 'Square', 'cornerstone' ),
'rounded' => __( 'Rounded', 'cornerstone' ),
'pill' => __( 'Pill', 'cornerstone' )
)
)
),
'cs_v1_button_size' => array(
'type' => 'select',
'title' => __( 'Button Size', 'cornerstone' ),
'options' => array(
'choices' => array(
'mini' => __( 'Mini', 'cornerstone' ),
'small' => __( 'Small', 'cornerstone' ),
'regular' => __( 'Regular', 'cornerstone' ),
'large' => __( 'Large', 'cornerstone' ),
'x-large' => __( 'Extra Large', 'cornerstone' ),
'jumbo' => __( 'Jumbo', 'cornerstone' )
)
)
),
'cs_v1_button_color' => array(
'type' => 'color',
'title' => __( 'Button Text', 'cornerstone' )
),
'cs_v1_button_bg_color' => array(
'type' => 'color',
'title' => __( 'Button Background', 'cornerstone' ),
'condition' => array( 'option' => 'cs_v1_button_style', 'value' => 'transparent', 'op' => '!=' )
),
'cs_v1_button_border_color' => array(
'type' => 'color',
'title' => __( 'Button Border', 'cornerstone' )
),
'cs_v1_button_bottom_color' => array(
'type' => 'color',
'title' => __( 'Button Bottom', 'cornerstone' ),
'condition' => array( 'option' => 'cs_v1_button_style', 'value' => array( 'flat', 'transparent' ), 'op' => 'NOT IN' )
),
'cs_v1_button_color_hover' => array(
'type' => 'color',
'title' => __( 'Button Text Hover', 'cornerstone' )
),
'cs_v1_button_bg_color_hover' => array(
'type' => 'color',
'title' => __( 'Button Background Hover', 'cornerstone' ),
'condition' => array( 'option' => 'cs_v1_button_style', 'value' => 'transparent', 'op' => '!=' )
),
'cs_v1_button_border_color_hover' => array(
'type' => 'color',
'title' => __( 'Button Border Hover', 'cornerstone' )
),
'cs_v1_button_bottom_color_hover' => array(
'type' => 'color',
'title' => __( 'Button Bottom Hover', 'cornerstone' ),
'condition' => array( 'option' => 'cs_v1_button_style', 'value' => array( 'flat', 'transparent' ), 'op' => 'NOT IN' )
)
)
)
)
)
);