__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * Forms options
 *
 * @copyright 2019-present Creative Themes
 * @license   http://www.gnu.org/copyleft/gpl.html GNU General Public License
 * @package   Blocksy
 */

$options = [

	'form_elements_panel' => [
		'label' => __( 'Form Elements', 'blocksy' ),
		'type' => 'ct-panel',
		'setting' => [ 'transport' => 'postMessage' ],
		'inner-options' => [

			blocksy_rand_md5() => [
				'title' => __( 'General', 'blocksy' ),
				'type' => 'tab',
				'options' => [

					'forms_type' => [
						'label' => false,
						'type' => 'ct-image-picker',
						'value' => 'classic-forms',
						'setting' => [ 'transport' => 'postMessage' ],
						'choices' => [

							'classic-forms' => [
								'src'   => blocksy_image_picker_url( 'forms-type-1.svg' ),
								'title' => __( 'Classic', 'blocksy' ),
							],

							'modern-forms' => [
								'src'   => blocksy_image_picker_url( 'forms-type-2.svg' ),
								'title' => __( 'Modern', 'blocksy' ),
							],

						],
					],

					blocksy_rand_md5() => [
						'type' => 'ct-title',
						'label' => __( 'Form Fields', 'blocksy' ),
					],

					'formInputHeight' => [
						'label' => __( 'Height', 'blocksy' ),
						'type' => 'ct-number',
						'design' => 'inline',
						'value' => 40,
						'min' => 20,
						'max' => 80,
						'setting' => [ 'transport' => 'postMessage' ],
					],

					'formTextAreaHeight' => [
						'label' => __( 'Textarea Height', 'blocksy' ),
						'type' => 'ct-number',
						'design' => 'inline',
						'value' => 170,
						'min' => 50,
						'max' => 250,
						'setting' => [ 'transport' => 'postMessage' ],
					],

					'formBorderSize' => [
						'label' => __( 'Border Size', 'blocksy' ),
						'type' => 'ct-number',
						'design' => 'inline',
						'value' => 1,
						'min' => 1,
						'max' => 5,
						'setting' => [ 'transport' => 'postMessage' ],
					],

					blocksy_rand_md5() => [
						'type' => 'ct-condition',
						'condition' => [ 'forms_type' => 'classic-forms' ],
						'options' => [

							'formFieldBorderRadius' => [
								'label' => __( 'Border Radius', 'blocksy' ),
								'type' => 'ct-number',
								'design' => 'inline',
								'value' => 3,
								'min' => 0,
								'max' => 200,
								'setting' => [ 'transport' => 'postMessage' ],
							],

						],
					],

				],
			],

			blocksy_rand_md5() => [
				'title' => __( 'Design', 'blocksy' ),
				'type' => 'tab',
				'options' => [
					[
						'form_font' => [
							'type' => 'ct-typography',
							'label' => __( 'Font', 'blocksy' ),
							'value' => blocksy_typography_default_values([]),
							'setting' => [ 'transport' => 'postMessage' ],
						],

						'formTextColor' => [
							'label' => __( 'Font Color', 'blocksy' ),
							'type'  => 'ct-color-picker',
							'design' => 'inline',
							'setting' => [ 'transport' => 'postMessage' ],
							'value' => [
								'default' => [
									'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'),
								],

								'focus' => [
									'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'),
								],
							],

							'pickers' => [
								[
									'title' => __( 'Initial', 'blocksy' ),
									'id' => 'default',
									'inherit' => 'var(--theme-text-color)'
								],

								[
									'title' => __( 'Focus', 'blocksy' ),
									'id' => 'focus',
									'inherit' => 'var(--theme-text-color)'
								],
							],
						],

						blocksy_rand_md5() => [
							'type' => 'ct-title',
							'label' => __( 'Form Fields', 'blocksy' ),
						],

						'formBorderColor' => [
							'label' => __( 'Border Color', 'blocksy' ),
							'type'  => 'ct-color-picker',
							'design' => 'inline',
							'setting' => [ 'transport' => 'postMessage' ],
							'value' => [
								'default' => [
									'color' => 'var(--theme-border-color)',
								],

								'focus' => [
									'color' => 'var(--theme-palette-color-1)',
								],
							],

							'pickers' => [
								[
									'title' => __( 'Initial', 'blocksy' ),
									'id' => 'default',
								],

								[
									'title' => __( 'Focus', 'blocksy' ),
									'id' => 'focus',
								],
							],
						],

						blocksy_rand_md5() => [
							'type' => 'ct-condition',
							'condition' => [ 'forms_type' => 'classic-forms' ],
							'options' => [

								'formBackgroundColor' => [
									'label' => __( 'Background Color', 'blocksy' ),
									'type'  => 'ct-color-picker',
									'design' => 'inline',
									'setting' => [ 'transport' => 'postMessage' ],
									'value' => [
										'default' => [
											'color' => Blocksy_Css_Injector::get_skip_rule_keyword(),
										],

										'focus' => [
											'color' => Blocksy_Css_Injector::get_skip_rule_keyword(),
										],
									],

									'pickers' => [
										[
											'title' => __( 'Initial', 'blocksy' ),
											'id' => 'default',
										],

										[
											'title' => __( 'Focus', 'blocksy' ),
											'id' => 'focus',
										],
									],
								],

							],
						],

						blocksy_rand_md5() => [
							'type' => 'ct-title',
							'label' => __( 'Radio & Checkbox', 'blocksy' ),
						],

						'radioCheckboxColor' => [
							'label' => __( 'Colors', 'blocksy' ),
							'type'  => 'ct-color-picker',
							'design' => 'inline',
							'setting' => [ 'transport' => 'postMessage' ],
							'value' => [
								'default' => [
									'color' => 'var(--theme-border-color)',
								],

								'accent' => [
									'color' => 'var(--theme-palette-color-1)',
								],
							],

							'pickers' => [
								[
									'title' => __( 'Initial', 'blocksy' ),
									'id' => 'default',
								],

								[
									'title' => __( 'Active', 'blocksy' ),
									'id' => 'accent',
								],
							],
						],

					],

					// 'checkboxBorderRadius' => [
					// 	'label' => __( 'Checkbox Border Radius', 'blocksy' ),
					// 	'type' => 'ct-number',
					// 	'design' => 'inline',
					// 	'value' => 3,
					// 	'min' => 0,
					// 	'max' => 10,
					// 	'setting' => [ 'transport' => 'postMessage' ],
					// ],

					function_exists('WC') ? [
						blocksy_rand_md5() => [
							'type' => 'ct-title',
							'label' => __( 'Select Dropdown', 'blocksy' ),
						],

						'formSelectFontColor' => [
							'label' => __( 'Font Color', 'blocksy' ),
							'type'  => 'ct-color-picker',
							'design' => 'inline',
							'setting' => [ 'transport' => 'postMessage' ],
							'value' => [
								'default' => [
									'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'),
								],

								'active' => [
									'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'),
								],
							],

							'pickers' => [
								[
									'title' => __( 'Initial', 'blocksy' ),
									'id' => 'default',
									'inherit' => 'var(--theme-text-color)'
								],

								[
									'title' => __( 'Active', 'blocksy' ),
									'id' => 'active',
									'inherit' => '#ffffff'
								],
							],
						],

						'formSelectBackgroundColor' => [
							'label' => __( 'Background Color', 'blocksy' ),
							'type'  => 'ct-color-picker',
							'design' => 'inline',
							'setting' => [ 'transport' => 'postMessage' ],
							'value' => [
								'default' => [
									'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'),
								],

								'active' => [
									'color' => Blocksy_Css_Injector::get_skip_rule_keyword('DEFAULT'),
								],
							],

							'pickers' => [
								[
									'title' => __( 'Initial', 'blocksy' ),
									'id' => 'default',
									'inherit' => '#ffffff'
								],

								[
									'title' => __( 'Active', 'blocksy' ),
									'id' => 'active',
									'inherit' => 'var(--theme-palette-color-1)'
								],
							],
						],

					] : [],
				],
			],
		]
	]
];

Filemanager

Name Type Size Permission Actions
back-to-top.php File 7.92 KB 0640
breadcrumbs.php File 8.55 KB 0640
buttons.php File 3.43 KB 0640
cards-reveal-effect.php File 285 B 0640
colors.php File 13.78 KB 0640
comments-single.php File 5.58 KB 0640
content-elements.php File 1.49 KB 0640
custom-post-types.php File 4.32 KB 0640
footer.php File 2.32 KB 0640
form-elements.php File 7.69 KB 0640
general.php File 2.69 KB 0640
header.php File 6.38 KB 0640
layout.php File 2.34 KB 0640
meta.php File 10.04 KB 0640
page-title.php File 35.56 KB 0640
pagination.php File 7.45 KB 0640
performance.php File 2.78 KB 0640
posts-listing.php File 43.46 KB 0640
sidebar-particular.php File 1.18 KB 0640
sidebar.php File 12.72 KB 0640
typography.php File 4.15 KB 0640
Filemanager