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_hover_options.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

/**
 * HOVER EFFECT settings for Grid Layout elements
 */

return array(

	'hover' => array(
		'switch_text' => __( 'Enable hover effect', 'us' ),
		'description' => __( 'Change appearance of this element when hover on the whole Grid Layout', 'us' ),
		'type' => 'switch',
		'std' => FALSE,
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'opacity' => array(
		'title' => __( 'Opacity', 'us' ),
		'type' => 'slider',
		'std' => '1',
		'options' => array(
			'' => array(
				'min' => 0.00,
				'max' => 1.00,
				'step' => 0.05,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'opacity_hover' => array(
		'title' => __( 'Opacity on Hover', 'us' ),
		'type' => 'slider',
		'std' => '1',
		'options' => array(
			'' => array(
				'min' => 0.00,
				'max' => 1.00,
				'step' => 0.05,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'scale' => array(
		'title' => __( 'Scale', 'us' ),
		'type' => 'slider',
		'std' => '1',
		'options' => array(
			'' => array(
				'min' => 0.00,
				'max' => 2.00,
				'step' => 0.05,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'scale_hover' => array(
		'title' => __( 'Scale on Hover', 'us' ),
		'type' => 'slider',
		'std' => '1',
		'options' => array(
			'' => array(
				'min' => 0.00,
				'max' => 2.00,
				'step' => 0.05,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'translateX' => array(
		'title' => __( 'Horizontal Shift', 'us' ),
		'type' => 'slider',
		'std' => '0',
		'options' => array(
			'%' => array(
				'min' => - 100,
				'max' => 100,
			),
			'px' => array(
				'min' => - 100,
				'max' => 100,
			),
			'rem' => array(
				'min' => - 6.0,
				'max' => 6.0,
				'step' => 0.1,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'translateX_hover' => array(
		'title' => __( 'Horizontal Shift on Hover', 'us' ),
		'type' => 'slider',
		'std' => '0',
		'options' => array(
			'%' => array(
				'min' => - 100,
				'max' => 100,
			),
			'px' => array(
				'min' => - 100,
				'max' => 100,
			),
			'rem' => array(
				'min' => - 6.0,
				'max' => 6.0,
				'step' => 0.1,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'translateY' => array(
		'title' => __( 'Vertical Shift', 'us' ),
		'type' => 'slider',
		'std' => '0',
		'options' => array(
			'%' => array(
				'min' => - 100,
				'max' => 100,
			),
			'px' => array(
				'min' => - 100,
				'max' => 100,
			),
			'rem' => array(
				'min' => - 6.0,
				'max' => 6.0,
				'step' => 0.1,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'translateY_hover' => array(
		'title' => __( 'Vertical Shift on Hover', 'us' ),
		'type' => 'slider',
		'std' => '0',
		'options' => array(
			'%' => array(
				'min' => - 100,
				'max' => 100,
			),
			'px' => array(
				'min' => - 100,
				'max' => 100,
			),
			'rem' => array(
				'min' => - 6.0,
				'max' => 6.0,
				'step' => 0.1,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'color_bg_hover' => array(
		'title' => __( 'Background Сolor on Hover', 'us' ),
		'type' => 'color',
		'std' => '',
		'classes' => 'clear_right cols_2',
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'color_border_hover' => array(
		'title' => __( 'Border Сolor on Hover', 'us' ),
		'type' => 'color',
		'std' => '',
		'classes' => 'clear_right cols_2',
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'color_text_hover' => array(
		'title' => __( 'Text Сolor on Hover', 'us' ),
		'type' => 'color',
		'std' => '',
		'classes' => 'clear_right cols_2',
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),
	'transition_duration' => array(
		'title' => __( 'Hover Transition Duration', 'us' ),
		'type' => 'slider',
		'std' => '0.3s',
		'options' => array(
			's' => array(
				'min' => 0.00,
				'max' => 2.00,
				'step' => 0.05,
			),
		),
		'cols' => 2,
		'show_if' => array( 'hover', '=', TRUE ),
		'group' => __( 'Hover Effect', 'us' ),
		'context' => array( 'grid' ),
	),

);