HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
PHP: 7.4.33
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/mussarq_bak/wp-content/themes/wpnull24/framework/config/elements_design_options.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

/**
 * Common Design Options
 */

$misc = us_config( 'elements_misc' );

return array(

	// For Header elements
	'hide_for_sticky' => array(
		'type' => 'switch',
		'switch_text' => __( 'Hide this element when the header is sticky', 'us' ),
		'std' => FALSE,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'header' ),
	),
	'hide_for_not_sticky' => array(
		'type' => 'switch',
		'switch_text' => __( 'Hide this element when the header is NOT sticky', 'us' ),
		'std' => FALSE,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'header' ),
	),

	// Extra CSS class
	'el_class' => array(
		'title' => __( 'Extra class', 'us' ),
		'type' => 'text',
		'std' => '',
		'shortcode_cols' => 2,
		'group' => __( 'Design Options', 'us' ),
	),

	// Element ID
	'el_id' => array(
		'title' => __( 'Element ID', 'us' ),
		'type' => 'text',
		'std' => '',
		'cols' => 2,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'shortcode' ), // can't be added to Grid Layout
	),

	// WPB Design Options
	'css' => array(
		'type' => 'css_editor',
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'shortcode' ),
	),

	// USOF Design Options
	'design_options' => array(
		'type' => 'design_options',
		'grid_states' => array( 'default' ),
		'grid_with_position' => TRUE,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'header', 'grid' ),
	),

	// Additional options used in Grid Layout
	'color_bg' => array(
		'title' => __( 'Background Сolor', 'us' ),
		'type' => 'color',
		'std' => '',
		'cols' => 2,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'grid' ),
	),
	'color_border' => array(
		'title' => __( 'Border Сolor', 'us' ),
		'type' => 'color',
		'std' => '',
		'cols' => 2,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'grid' ),
	),
	'color_text' => array(
		'title' => __( 'Text Color', 'us' ),
		'type' => 'color',
		'std' => '',
		'cols' => 2,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'grid' ),
	),
	'hide_below' => array(
		'title' => __( 'Hide the element when the screen width is less than', 'us' ),
		'type' => 'slider',
		'std' => 0,
		'options' => array(
			'px' => array(
				'min' => 0,
				'max' => 1600,
				'step' => 20,
			),
		),
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'grid' ),
	),
	'width' => array(
		'title' => __( 'Custom Width', 'us' ),
		'description' => $misc['desc_width'],
		'type' => 'text',
		'std' => '',
		'cols' => 2,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'grid' ),
	),
	'border_radius' => array(
		'title' => __( 'Corners Radius', 'us' ),
		'description' => $misc['desc_border_radius'],
		'type' => 'text',
		'std' => '',
		'cols' => 2,
		'group' => __( 'Design Options', 'us' ),
		'context' => array( 'grid' ),
	),

);