WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/airalleportuguese/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
		);