HEX
Server: Apache/2
System: Linux ws03 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
User: keesdewit (1017)
PHP: 8.3.30
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/keesdewit/public_html/wp-content/themes/enfold/includes/admin/option_tabs/avia_customizer.php
<?php
/**
 * General Styling Tab
 * ===================
 *
 * @since 4.8.2
 */
if( ! defined( 'ABSPATH' ) ) {  exit;  }    // Exit if accessed directly

global $avia_config, $avia_pages, $avia_elements;



$avia_elements[] = array(
			'slug'		=> 'customizer',
			'name'		=> __( 'Here you can select a number of different elements and change their default styling', 'avia_framework' ),
			'desc'		=> __( 'If a value is left empty or set to default then it will not be changed from the value defined in your CSS files', 'avia_framework' ) . '<br/><br/><strong>' .
								__( 'Attention', 'avia_framework' ) . ': </strong>' .
								__( 'This feature is in active BETA! We will constantly add new elements to customize and need your help: If you got any suggestions on what to add please post them here:', 'avia_framework' ) .
								" <a target='_blank' href='https://kriesi.at/support/enfold-feature-requests/' rel='noopener noreferrer'>" .
								__( 'Enfold Feature Requests', 'avia_framework' ) .
								'</a><br/><br/>',
			'id'		=> 'advanced_styling',
			'type'		=> 'styling_wizard',
			'order'		=> array(
								__( 'HTML Tags', 'avia_framework' ),
								__( 'Headings', 'avia_framework' ),
								__( 'Main Menu', 'avia_framework' ),
								__( 'Main Menu (Icon)', 'avia_framework' ),
								__( 'Cookie Consent Bar', 'avia_framework' ),
								__( 'Misc', 'avia_framework' )
							),
			'std'		=> '',
			'class'		=> '',
			'globalcss'	=> true,
			'elements'	=> $advanced
		);