Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/themes/quart/framework/admin/options/general/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/themes/quart/framework/admin/options/general/map.php

<?php

if ( ! function_exists( 'quart_mikado_general_options_map' ) ) {
	/**
	 * General options page
	 */
	function quart_mikado_general_options_map() {
		
		quart_mikado_add_admin_page(
			array(
				'slug'  => '',
				'title' => esc_html__( 'General', 'quart' ),
				'icon'  => 'fa fa-institution'
			)
		);
		
		$panel_design_style = quart_mikado_add_admin_panel(
			array(
				'page'  => '',
				'name'  => 'panel_design_style',
				'title' => esc_html__( 'Design Style', 'quart' )
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'enable_google_fonts',
				'type'          => 'yesno',
				'default_value' => 'yes',
				'label'         => esc_html__( 'Enable Google Fonts', 'quart' ),
				'parent'        => $panel_design_style
			)
		);
		$google_fonts_container = quart_mikado_add_admin_container(
			array(
				'parent'          => $panel_design_style,
				'name'            => 'google_fonts_container',
				'dependency' => array(
					'hide' => array(
						'enable_google_fonts'  => 'no'
					)
				)
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'google_fonts',
				'type'          => 'font',
				'default_value' => '-1',
				'label'         => esc_html__( 'Google Font Family', 'quart' ),
				'description'   => esc_html__( 'Choose a default Google font for your site', 'quart' ),
				'parent'        => $google_fonts_container
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'additional_google_fonts',
				'type'          => 'yesno',
				'default_value' => 'no',
				'label'         => esc_html__( 'Additional Google Fonts', 'quart' ),
				'parent'        => $google_fonts_container
			)
		);
		
		$additional_google_fonts_container = quart_mikado_add_admin_container(
			array(
				'parent'          => $google_fonts_container,
				'name'            => 'additional_google_fonts_container',
				'dependency' => array(
					'show' => array(
						'additional_google_fonts'  => 'yes'
					)
				)
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'additional_google_font1',
				'type'          => 'font',
				'default_value' => '-1',
				'label'         => esc_html__( 'Font Family', 'quart' ),
				'description'   => esc_html__( 'Choose additional Google font for your site', 'quart' ),
				'parent'        => $additional_google_fonts_container
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'additional_google_font2',
				'type'          => 'font',
				'default_value' => '-1',
				'label'         => esc_html__( 'Font Family', 'quart' ),
				'description'   => esc_html__( 'Choose additional Google font for your site', 'quart' ),
				'parent'        => $additional_google_fonts_container
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'additional_google_font3',
				'type'          => 'font',
				'default_value' => '-1',
				'label'         => esc_html__( 'Font Family', 'quart' ),
				'description'   => esc_html__( 'Choose additional Google font for your site', 'quart' ),
				'parent'        => $additional_google_fonts_container
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'additional_google_font4',
				'type'          => 'font',
				'default_value' => '-1',
				'label'         => esc_html__( 'Font Family', 'quart' ),
				'description'   => esc_html__( 'Choose additional Google font for your site', 'quart' ),
				'parent'        => $additional_google_fonts_container
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'additional_google_font5',
				'type'          => 'font',
				'default_value' => '-1',
				'label'         => esc_html__( 'Font Family', 'quart' ),
				'description'   => esc_html__( 'Choose additional Google font for your site', 'quart' ),
				'parent'        => $additional_google_fonts_container
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'google_font_weight',
				'type'          => 'checkboxgroup',
				'default_value' => '',
				'label'         => esc_html__( 'Google Fonts Style & Weight', 'quart' ),
				'description'   => esc_html__( 'Choose a default Google font weights for your site. Impact on page load time', 'quart' ),
				'parent'        => $google_fonts_container,
				'options'       => array(
					'100'  => esc_html__( '100 Thin', 'quart' ),
					'100i' => esc_html__( '100 Thin Italic', 'quart' ),
					'200'  => esc_html__( '200 Extra-Light', 'quart' ),
					'200i' => esc_html__( '200 Extra-Light Italic', 'quart' ),
					'300'  => esc_html__( '300 Light', 'quart' ),
					'300i' => esc_html__( '300 Light Italic', 'quart' ),
					'400'  => esc_html__( '400 Regular', 'quart' ),
					'400i' => esc_html__( '400 Regular Italic', 'quart' ),
					'500'  => esc_html__( '500 Medium', 'quart' ),
					'500i' => esc_html__( '500 Medium Italic', 'quart' ),
					'600'  => esc_html__( '600 Semi-Bold', 'quart' ),
					'600i' => esc_html__( '600 Semi-Bold Italic', 'quart' ),
					'700'  => esc_html__( '700 Bold', 'quart' ),
					'700i' => esc_html__( '700 Bold Italic', 'quart' ),
					'800'  => esc_html__( '800 Extra-Bold', 'quart' ),
					'800i' => esc_html__( '800 Extra-Bold Italic', 'quart' ),
					'900'  => esc_html__( '900 Ultra-Bold', 'quart' ),
					'900i' => esc_html__( '900 Ultra-Bold Italic', 'quart' )
				)
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'google_font_subset',
				'type'          => 'checkboxgroup',
				'default_value' => '',
				'label'         => esc_html__( 'Google Fonts Subset', 'quart' ),
				'description'   => esc_html__( 'Choose a default Google font subsets for your site', 'quart' ),
				'parent'        => $google_fonts_container,
				'options'       => array(
					'latin'        => esc_html__( 'Latin', 'quart' ),
					'latin-ext'    => esc_html__( 'Latin Extended', 'quart' ),
					'cyrillic'     => esc_html__( 'Cyrillic', 'quart' ),
					'cyrillic-ext' => esc_html__( 'Cyrillic Extended', 'quart' ),
					'greek'        => esc_html__( 'Greek', 'quart' ),
					'greek-ext'    => esc_html__( 'Greek Extended', 'quart' ),
					'vietnamese'   => esc_html__( 'Vietnamese', 'quart' )
				)
			)
		);
		
//		quart_mikado_add_admin_field(
//			array(
//				'name'        => 'first_color',
//				'type'        => 'color',
//				'label'       => esc_html__( 'First Main Color', 'quart' ),
//				'description' => esc_html__( 'Choose the most dominant theme color. Default color is #00bbb3', 'quart' ),
//				'parent'      => $panel_design_style
//			)
//		);
		
		quart_mikado_add_admin_field(
			array(
				'name'        => 'page_background_color',
				'type'        => 'color',
				'label'       => esc_html__( 'Page Background Color', 'quart' ),
				'description' => esc_html__( 'Choose the background color for page content. Default color is #ffffff', 'quart' ),
				'parent'      => $panel_design_style
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'        => 'page_background_image',
				'type'        => 'image',
				'label'       => esc_html__( 'Page Background Image', 'quart' ),
				'description' => esc_html__( 'Choose the background image for page content', 'quart' ),
				'parent'      => $panel_design_style
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'page_background_image_repeat',
				'type'          => 'yesno',
				'default_value' => 'no',
				'label'         => esc_html__( 'Page Background Image Repeat', 'quart' ),
				'description'   => esc_html__( 'Enabling this option will set the background image as a repeating pattern throughout the page, otherwise the image will appear as the cover background image', 'quart' ),
				'parent'        => $panel_design_style
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'        => 'selection_color',
				'type'        => 'color',
				'label'       => esc_html__( 'Text Selection Color', 'quart' ),
				'description' => esc_html__( 'Choose the color users see when selecting text', 'quart' ),
				'parent'      => $panel_design_style
			)
		);
		
		/***************** Passepartout Layout - begin **********************/
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'boxed',
				'type'          => 'yesno',
				'default_value' => 'no',
				'label'         => esc_html__( 'Boxed Layout', 'quart' ),
				'parent'        => $panel_design_style
			)
		);
		
			$boxed_container = quart_mikado_add_admin_container(
				array(
					'parent'          => $panel_design_style,
					'name'            => 'boxed_container',
					'dependency' => array(
						'show' => array(
							'boxed'  => 'yes'
						)
					)
				)
			);
		
				quart_mikado_add_admin_field(
					array(
						'name'        => 'page_background_color_in_box',
						'type'        => 'color',
						'label'       => esc_html__( 'Page Background Color', 'quart' ),
						'description' => esc_html__( 'Choose the page background color outside box', 'quart' ),
						'parent'      => $boxed_container
					)
				);
				
				quart_mikado_add_admin_field(
					array(
						'name'        => 'boxed_background_image',
						'type'        => 'image',
						'label'       => esc_html__( 'Background Image', 'quart' ),
						'description' => esc_html__( 'Choose an image to be displayed in background', 'quart' ),
						'parent'      => $boxed_container
					)
				);
				
				quart_mikado_add_admin_field(
					array(
						'name'        => 'boxed_pattern_background_image',
						'type'        => 'image',
						'label'       => esc_html__( 'Background Pattern', 'quart' ),
						'description' => esc_html__( 'Choose an image to be used as background pattern', 'quart' ),
						'parent'      => $boxed_container
					)
				);
				
				quart_mikado_add_admin_field(
					array(
						'name'          => 'boxed_background_image_attachment',
						'type'          => 'select',
						'default_value' => '',
						'label'         => esc_html__( 'Background Image Attachment', 'quart' ),
						'description'   => esc_html__( 'Choose background image attachment', 'quart' ),
						'parent'        => $boxed_container,
						'options'       => array(
							''       => esc_html__( 'Default', 'quart' ),
							'fixed'  => esc_html__( 'Fixed', 'quart' ),
							'scroll' => esc_html__( 'Scroll', 'quart' )
						)
					)
				);
		
		/***************** Boxed Layout - end **********************/
		
		/***************** Passepartout Layout - begin **********************/
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'paspartu',
				'type'          => 'yesno',
				'default_value' => 'no',
				'label'         => esc_html__( 'Passepartout', 'quart' ),
				'description'   => esc_html__( 'Enabling this option will display passepartout around site content', 'quart' ),
				'parent'        => $panel_design_style
			)
		);
		
			$paspartu_container = quart_mikado_add_admin_container(
				array(
					'parent'          => $panel_design_style,
					'name'            => 'paspartu_container',
					'dependency' => array(
						'show' => array(
							'paspartu'  => 'yes'
						)
					)
				)
			);
		
				quart_mikado_add_admin_field(
					array(
						'name'        => 'paspartu_color',
						'type'        => 'color',
						'label'       => esc_html__( 'Passepartout Color', 'quart' ),
						'description' => esc_html__( 'Choose passepartout color, default value is #ffffff', 'quart' ),
						'parent'      => $paspartu_container
					)
				);
				
				quart_mikado_add_admin_field(
					array(
						'name'        => 'paspartu_width',
						'type'        => 'text',
						'label'       => esc_html__( 'Passepartout Size', 'quart' ),
						'description' => esc_html__( 'Enter size amount for passepartout', 'quart' ),
						'parent'      => $paspartu_container,
						'args'        => array(
							'col_width' => 2,
							'suffix'    => 'px or %'
						)
					)
				);
		
				quart_mikado_add_admin_field(
					array(
						'name'        => 'paspartu_responsive_width',
						'type'        => 'text',
						'label'       => esc_html__( 'Responsive Passepartout Size', 'quart' ),
						'description' => esc_html__( 'Enter size amount for passepartout for smaller screens (tablets and mobiles view)', 'quart' ),
						'parent'      => $paspartu_container,
						'args'        => array(
							'col_width' => 2,
							'suffix'    => 'px or %'
						)
					)
				);
				
				quart_mikado_add_admin_field(
					array(
						'parent'        => $paspartu_container,
						'type'          => 'yesno',
						'default_value' => 'no',
						'name'          => 'disable_top_paspartu',
						'label'         => esc_html__( 'Disable Top Passepartout', 'quart' )
					)
				);
		
				quart_mikado_add_admin_field(
					array(
						'parent'        => $paspartu_container,
						'type'          => 'yesno',
						'default_value' => 'no',
						'name'          => 'enable_fixed_paspartu',
						'label'         => esc_html__( 'Enable Fixed Passepartout', 'quart' ),
						'description' => esc_html__( 'Enabling this option will set fixed passepartout for your screens', 'quart' )
					)
				);
		
		/***************** Passepartout Layout - end **********************/
		
		/***************** Content Layout - begin **********************/
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'initial_content_width',
				'type'          => 'select',
				'default_value' => '',
				'label'         => esc_html__( 'Initial Width of Content', 'quart' ),
				'description'   => esc_html__( 'Choose the initial width of content which is in grid (Applies to pages set to "Default Template" and rows set to "In Grid")', 'quart' ),
				'parent'        => $panel_design_style,
				'options'       => array(
					'mkdf-grid-1200' => esc_html__( '1200px - default', 'quart' ),
					'mkdf-grid-1300' => esc_html__( '1300px', 'quart' ),
					'mkdf-grid-1100' => esc_html__( '1100px', 'quart' ),
					'mkdf-grid-1000' => esc_html__( '1000px', 'quart' ),
					'mkdf-grid-800'  => esc_html__( '800px', 'quart' )
				)
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'preload_pattern_image',
				'type'          => 'image',
				'label'         => esc_html__( 'Preload Pattern Image', 'quart' ),
				'description'   => esc_html__( 'Choose preload pattern image to be displayed until images are loaded', 'quart' ),
				'parent'        => $panel_design_style
			)
		);
		
		/***************** Content Layout - end **********************/
		
		$panel_settings = quart_mikado_add_admin_panel(
			array(
				'page'  => '',
				'name'  => 'panel_settings',
				'title' => esc_html__( 'Settings', 'quart' )
			)
		);
		
		/***************** Smooth Scroll Layout - begin **********************/
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'page_smooth_scroll',
				'type'          => 'yesno',
				'default_value' => 'no',
				'label'         => esc_html__( 'Smooth Scroll', 'quart' ),
				'description'   => esc_html__( 'Enabling this option will perform a smooth scrolling effect on every page (except on Mac and touch devices)', 'quart' ),
				'parent'        => $panel_settings
			)
		);
		
		/***************** Smooth Scroll Layout - end **********************/
		
		/***************** Smooth Page Transitions Layout - begin **********************/
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'smooth_page_transitions',
				'type'          => 'yesno',
				'default_value' => 'no',
				'label'         => esc_html__( 'Smooth Page Transitions', 'quart' ),
				'description'   => esc_html__( 'Enabling this option will perform a smooth transition between pages when clicking on links', 'quart' ),
				'parent'        => $panel_settings
			)
		);
		
			$page_transitions_container = quart_mikado_add_admin_container(
				array(
					'parent'          => $panel_settings,
					'name'            => 'page_transitions_container',
					'dependency' => array(
						'show' => array(
							'smooth_page_transitions'  => 'yes'
						)
					)
				)
			);
		
				quart_mikado_add_admin_field(
					array(
						'name'          => 'page_transition_preloader',
						'type'          => 'yesno',
						'default_value' => 'no',
						'label'         => esc_html__( 'Enable Preloading Animation', 'quart' ),
						'description'   => esc_html__( 'Enabling this option will display an animated preloader while the page content is loading', 'quart' ),
						'parent'        => $page_transitions_container
					)
				);
				
				$page_transition_preloader_container = quart_mikado_add_admin_container(
					array(
						'parent'          => $page_transitions_container,
						'name'            => 'page_transition_preloader_container',
						'dependency' => array(
							'show' => array(
								'page_transition_preloader'  => 'yes'
							)
						)
					)
				);
				
					quart_mikado_add_admin_field(
						array(
							'name'   => 'smooth_pt_bgnd_color',
							'type'   => 'color',
							'label'  => esc_html__( 'Page Loader Background Color', 'quart' ),
							'parent' => $page_transition_preloader_container
						)
					);
					
					$group_pt_spinner_animation = quart_mikado_add_admin_group(
						array(
							'name'        => 'group_pt_spinner_animation',
							'title'       => esc_html__( 'Loader Style', 'quart' ),
							'description' => esc_html__( 'Define styles for loader spinner animation', 'quart' ),
							'parent'      => $page_transition_preloader_container
						)
					);
					
					$row_pt_spinner_animation = quart_mikado_add_admin_row(
						array(
							'name'   => 'row_pt_spinner_animation',
							'parent' => $group_pt_spinner_animation
						)
					);
					
					quart_mikado_add_admin_field(
						array(
							'type'          => 'selectsimple',
							'name'          => 'smooth_pt_spinner_type',
							'default_value' => '',
							'label'         => esc_html__( 'Spinner Type', 'quart' ),
							'parent'        => $row_pt_spinner_animation,
							'options'       => array(
								'rotate_circles'        => esc_html__( 'Rotate Circles', 'quart' ),
								'pulse'                 => esc_html__( 'Pulse', 'quart' ),
								'double_pulse'          => esc_html__( 'Double Pulse', 'quart' ),
								'cube'                  => esc_html__( 'Cube', 'quart' ),
								'rotating_cubes'        => esc_html__( 'Rotating Cubes', 'quart' ),
								'stripes'               => esc_html__( 'Stripes', 'quart' ),
								'wave'                  => esc_html__( 'Wave', 'quart' ),
								'two_rotating_circles'  => esc_html__( '2 Rotating Circles', 'quart' ),
								'five_rotating_circles' => esc_html__( '5 Rotating Circles', 'quart' ),
								'atom'                  => esc_html__( 'Atom', 'quart' ),
								'clock'                 => esc_html__( 'Clock', 'quart' ),
								'mitosis'               => esc_html__( 'Mitosis', 'quart' ),
								'lines'                 => esc_html__( 'Lines', 'quart' ),
								'fussion'               => esc_html__( 'Fussion', 'quart' ),
								'wave_circles'          => esc_html__( 'Wave Circles', 'quart' ),
								'pulse_circles'         => esc_html__( 'Pulse Circles', 'quart' )
							)
						)
					);
					
					quart_mikado_add_admin_field(
						array(
							'type'          => 'colorsimple',
							'name'          => 'smooth_pt_spinner_color',
							'default_value' => '',
							'label'         => esc_html__( 'Spinner Color', 'quart' ),
							'parent'        => $row_pt_spinner_animation
						)
					);
					
					quart_mikado_add_admin_field(
						array(
							'name'          => 'page_transition_fadeout',
							'type'          => 'yesno',
							'default_value' => 'no',
							'label'         => esc_html__( 'Enable Fade Out Animation', 'quart' ),
							'description'   => esc_html__( 'Enabling this option will turn on fade out animation when leaving page', 'quart' ),
							'parent'        => $page_transitions_container
						)
					);
		
		/***************** Smooth Page Transitions Layout - end **********************/
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'show_back_button',
				'type'          => 'yesno',
				'default_value' => 'yes',
				'label'         => esc_html__( 'Show "Back To Top Button"', 'quart' ),
				'description'   => esc_html__( 'Enabling this option will display a Back to Top button on every page', 'quart' ),
				'parent'        => $panel_settings
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'          => 'responsiveness',
				'type'          => 'yesno',
				'default_value' => 'yes',
				'label'         => esc_html__( 'Responsiveness', 'quart' ),
				'description'   => esc_html__( 'Enabling this option will make all pages responsive', 'quart' ),
				'parent'        => $panel_settings
			)
		);
		
		$panel_custom_code = quart_mikado_add_admin_panel(
			array(
				'page'  => '',
				'name'  => 'panel_custom_code',
				'title' => esc_html__( 'Custom Code', 'quart' )
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'        => 'custom_js',
				'type'        => 'textarea',
				'label'       => esc_html__( 'Custom JS', 'quart' ),
				'description' => esc_html__( 'Enter your custom Javascript here', 'quart' ),
				'parent'      => $panel_custom_code
			)
		);
		
		$panel_google_api = quart_mikado_add_admin_panel(
			array(
				'page'  => '',
				'name'  => 'panel_google_api',
				'title' => esc_html__( 'Google API', 'quart' )
			)
		);
		
		quart_mikado_add_admin_field(
			array(
				'name'        => 'google_maps_api_key',
				'type'        => 'text',
				'label'       => esc_html__( 'Google Maps Api Key', 'quart' ),
				'description' => esc_html__( 'Insert your Google Maps API key here. For instructions on how to create a Google Maps API key, please refer to our to our documentation.', 'quart' ),
				'parent'      => $panel_google_api
			)
		);
	}
	
	add_action( 'quart_mikado_action_options_map', 'quart_mikado_general_options_map', quart_mikado_set_options_map_position( 'general' ) );
}

if ( ! function_exists( 'quart_mikado_page_general_style' ) ) {
	/**
	 * Function that prints page general inline styles
	 */
	function quart_mikado_page_general_style( $style ) {
		$current_style = '';
		$page_id       = quart_mikado_get_page_id();
		$class_prefix  = quart_mikado_get_unique_page_class( $page_id );
		
		$boxed_background_style = array();
		
		$boxed_page_background_color = quart_mikado_get_meta_field_intersect( 'page_background_color_in_box', $page_id );
		if ( ! empty( $boxed_page_background_color ) ) {
			$boxed_background_style['background-color'] = $boxed_page_background_color;
		}
		
		$boxed_page_background_image = quart_mikado_get_meta_field_intersect( 'boxed_background_image', $page_id );
		if ( ! empty( $boxed_page_background_image ) ) {
			$boxed_background_style['background-image']    = 'url(' . esc_url( $boxed_page_background_image ) . ')';
			$boxed_background_style['background-position'] = 'center 0px';
			$boxed_background_style['background-repeat']   = 'no-repeat';
		}
		
		$boxed_page_background_pattern_image = quart_mikado_get_meta_field_intersect( 'boxed_pattern_background_image', $page_id );
		if ( ! empty( $boxed_page_background_pattern_image ) ) {
			$boxed_background_style['background-image']    = 'url(' . esc_url( $boxed_page_background_pattern_image ) . ')';
			$boxed_background_style['background-position'] = '0px 0px';
			$boxed_background_style['background-repeat']   = 'repeat';
		}
		
		$boxed_page_background_attachment = quart_mikado_get_meta_field_intersect( 'boxed_background_image_attachment', $page_id );
		if ( ! empty( $boxed_page_background_attachment ) ) {
			$boxed_background_style['background-attachment'] = $boxed_page_background_attachment;
		}
		
		$boxed_background_selector = $class_prefix . '.mkdf-boxed .mkdf-wrapper';
		
		if ( ! empty( $boxed_background_style ) ) {
			$current_style .= quart_mikado_dynamic_css( $boxed_background_selector, $boxed_background_style );
		}
		
		$paspartu_style     = array();
		$paspartu_res_style = array();
		$paspartu_res_start = '@media only screen and (max-width: 1024px) {';
		$paspartu_res_end   = '}';
		
		$paspartu_header_selector                = array(
			'.mkdf-paspartu-enabled .mkdf-page-header .mkdf-fixed-wrapper.fixed',
			'.mkdf-paspartu-enabled .mkdf-sticky-header',
			'.mkdf-paspartu-enabled .mkdf-mobile-header.mobile-header-appear .mkdf-mobile-header-inner'
		);
		$paspartu_header_appear_selector         = array(
			'.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-page-header .mkdf-fixed-wrapper.fixed',
			'.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-sticky-header.header-appear',
			'.mkdf-paspartu-enabled.mkdf-fixed-paspartu-enabled .mkdf-mobile-header.mobile-header-appear .mkdf-mobile-header-inner'
		);
		
		$paspartu_header_style                   = array();
		$paspartu_header_appear_style            = array();
		$paspartu_header_responsive_style        = array();
		$paspartu_header_appear_responsive_style = array();
		
		$paspartu_color = quart_mikado_get_meta_field_intersect( 'paspartu_color', $page_id );
		if ( ! empty( $paspartu_color ) ) {
			$paspartu_style['background-color'] = $paspartu_color;
		}
		
		$paspartu_width = quart_mikado_get_meta_field_intersect( 'paspartu_width', $page_id );
		if ( $paspartu_width !== '' ) {
			if ( quart_mikado_string_ends_with( $paspartu_width, '%' ) || quart_mikado_string_ends_with( $paspartu_width, 'px' ) ) {
				$paspartu_style['padding'] = $paspartu_width;
				
				$paspartu_clean_width      = quart_mikado_string_ends_with( $paspartu_width, '%' ) ? quart_mikado_filter_suffix( $paspartu_width, '%' ) : quart_mikado_filter_suffix( $paspartu_width, 'px' );
				$paspartu_clean_width_mark = quart_mikado_string_ends_with( $paspartu_width, '%' ) ? '%' : 'px';
				
				$paspartu_header_style['left']              = $paspartu_width;
				$paspartu_header_style['width']             = 'calc(100% - ' . ( 2 * $paspartu_clean_width ) . $paspartu_clean_width_mark . ')';
				$paspartu_header_appear_style['margin-top'] = $paspartu_width;
			} else {
				$paspartu_style['padding'] = $paspartu_width . 'px';
				
				$paspartu_header_style['left']              = $paspartu_width . 'px';
				$paspartu_header_style['width']             = 'calc(100% - ' . ( 2 * $paspartu_width ) . 'px)';
				$paspartu_header_appear_style['margin-top'] = $paspartu_width . 'px';
			}
		}
		
		$paspartu_selector = $class_prefix . '.mkdf-paspartu-enabled .mkdf-wrapper';
		
		if ( ! empty( $paspartu_style ) ) {
			$current_style .= quart_mikado_dynamic_css( $paspartu_selector, $paspartu_style );
		}
		
		if ( ! empty( $paspartu_header_style ) ) {
			$current_style .= quart_mikado_dynamic_css( $paspartu_header_selector, $paspartu_header_style );
			$current_style .= quart_mikado_dynamic_css( $paspartu_header_appear_selector, $paspartu_header_appear_style );
		}
		
		$paspartu_responsive_width = quart_mikado_get_meta_field_intersect( 'paspartu_responsive_width', $page_id );
		if ( $paspartu_responsive_width !== '' ) {
			if ( quart_mikado_string_ends_with( $paspartu_responsive_width, '%' ) || quart_mikado_string_ends_with( $paspartu_responsive_width, 'px' ) ) {
				$paspartu_res_style['padding'] = $paspartu_responsive_width;
				
				$paspartu_clean_width      = quart_mikado_string_ends_with( $paspartu_responsive_width, '%' ) ? quart_mikado_filter_suffix( $paspartu_responsive_width, '%' ) : quart_mikado_filter_suffix( $paspartu_responsive_width, 'px' );
				$paspartu_clean_width_mark = quart_mikado_string_ends_with( $paspartu_responsive_width, '%' ) ? '%' : 'px';
				
				$paspartu_header_responsive_style['left']              = $paspartu_responsive_width;
				$paspartu_header_responsive_style['width']             = 'calc(100% - ' . ( 2 * $paspartu_clean_width ) . $paspartu_clean_width_mark . ')';
				$paspartu_header_appear_responsive_style['margin-top'] = $paspartu_responsive_width;
			} else {
				$paspartu_res_style['padding'] = $paspartu_responsive_width . 'px';
				
				$paspartu_header_responsive_style['left']              = $paspartu_responsive_width . 'px';
				$paspartu_header_responsive_style['width']             = 'calc(100% - ' . ( 2 * $paspartu_responsive_width ) . 'px)';
				$paspartu_header_appear_responsive_style['margin-top'] = $paspartu_responsive_width . 'px';
			}
		}
		
		if ( ! empty( $paspartu_res_style ) ) {
			$current_style .= $paspartu_res_start . quart_mikado_dynamic_css( $paspartu_selector, $paspartu_res_style ) . $paspartu_res_end;
		}
		
		if ( ! empty( $paspartu_header_responsive_style ) ) {
			$current_style .= $paspartu_res_start . quart_mikado_dynamic_css( $paspartu_header_selector, $paspartu_header_responsive_style ) . $paspartu_res_end;
			$current_style .= $paspartu_res_start . quart_mikado_dynamic_css( $paspartu_header_appear_selector, $paspartu_header_appear_responsive_style ) . $paspartu_res_end;
		}
		
		$current_style = $current_style . $style;
		
		return $current_style;
	}
	
	add_filter( 'quart_mikado_filter_add_page_custom_style', 'quart_mikado_page_general_style' );
}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.