| Server IP : 38.190.208.107 / Your IP : 216.73.217.51 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,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,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.9/wp-content/themes/blocksy/inc/panel-builder/footer/ |
Upload File : |
<?php
$options = [
'footer_container_structure' => [
'label' => __( 'Container Structure', 'blocksy' ),
'type' => 'ct-radio',
'value' => 'fixed',
'view' => 'text',
'design' => 'block',
'choices' => [
'fixed' => __( 'Default', 'blocksy' ),
'boxed' => __( 'Boxed', 'blocksy' ),
'fluid' => __( 'Full Width', 'blocksy' ),
],
],
blocksy_rand_md5() => [
'type' => 'ct-condition',
'condition' => [ 'footer_container_structure' => 'boxed' ],
'options' => [
'footer_boxed_offset' => [
'label' => __( 'Container Bottom Offset', 'blocksy' ),
'type' => 'ct-slider',
'min' => 0,
'max' => 300,
'value' => 50,
'responsive' => true,
'divider' => 'top',
'setting' => [ 'transport' => 'postMessage' ],
],
],
],
'has_reveal_effect' => [
'label' => __( 'Enable reveal effect on', 'blocksy' ),
'desc' => __('Enables a nice reveal effect as you scroll down.', 'blocksy'),
'type' => 'ct-visibility',
'design' => 'block',
'divider' => 'top:full',
'allow_empty' => true,
'setting' => ['transport' => 'postMessage'],
'value' => blocksy_default_responsive_value([
'desktop' => false,
'tablet' => false,
'mobile' => false,
]),
'choices' => blocksy_ordered_keys([
'desktop' => __('Desktop', 'blocksy'),
'tablet' => __('Tablet', 'blocksy'),
'mobile' => __('Mobile', 'blocksy'),
]),
],
blocksy_rand_md5() => [
'type' => 'ct-condition',
'condition' => ['has_reveal_effect:visibility' => 'yes'],
'options' => [
'footerShadow' => [
'label' => __( 'Shadow', 'blocksy' ),
'type' => 'ct-box-shadow',
'responsive' => true,
'divider' => 'top',
'hide_shadow_placement' => true,
'value' => blocksy_box_shadow_value([
'enable' => true,
'h_offset' => 0,
'v_offset' => 30,
'blur' => 50,
'spread' => 0,
'inset' => false,
'color' => [
'color' => 'rgba(0, 0, 0, 0.1)',
],
])
],
],
],
blocksy_rand_md5() => [
'type' => 'ct-divider',
],
'footerBackground' => [
'label' => __( 'Container Background', 'blocksy' ),
'type' => 'ct-background',
'design' => 'block:right',
'responsive' => true,
'setting' => [ 'transport' => 'postMessage' ],
'value' => blocksy_background_default_value([
'backgroundColor' => [
'default' => [
'color' => 'var(--theme-palette-color-6)'
],
],
]),
'desc' => __( 'Please note, you can also change the background color for each row individually.', 'blocksy' ),
],
blocksy_rand_md5() => [
'type' => 'ct-condition',
'condition' => [ 'footer_container_structure' => '!boxed' ],
'options' => [
'footer_spacing' => [
'label' => __( 'Container Padding', 'blocksy' ),
'type' => 'ct-spacing',
'divider' => 'top',
'setting' => [ 'transport' => 'postMessage' ],
'value' => blocksy_spacing_value(),
'responsive' => true
],
],
],
blocksy_rand_md5() => [
'type' => 'ct-condition',
'condition' => [ 'footer_container_structure' => 'boxed' ],
'options' => [
'footer_boxed_spacing' => [
'label' => __( 'Container Padding', 'blocksy' ),
'type' => 'ct-spacing',
'divider' => 'top',
'setting' => [ 'transport' => 'postMessage' ],
'value' => [
'desktop' => blocksy_spacing_value([
'top' => '0px',
'left' => '35px',
'right' => '35px',
'bottom' => '0px',
]),
'tablet' => blocksy_spacing_value([
'top' => '0vw',
'left' => '4vw',
'right' => '4vw',
'bottom' => '0vw',
]),
'mobile'=> blocksy_spacing_value([
'top' => '0vw',
'left' => '5vw',
'right' => '5vw',
'bottom' => '0vw',
]),
],
'min' => 0,
'responsive' => true
],
'footer_container_border_radius' => [
'label' => __( 'Container Border Radius', 'blocksy' ),
'type' => 'ct-spacing',
'divider' => 'top',
'setting' => [ 'transport' => 'postMessage' ],
'value' => blocksy_spacing_value(),
'min' => 0,
'responsive' => true
],
],
],
];