=> __( 'Slideshow titles', 'avia_framework' ), "group" => __( "Misc", 'avia_framework' ), "description" => __( "Change the styling for your fullscreen, fullwidth and easy slider title", 'avia_framework' ), "selector" => array("#top #wrap_all .slideshow_caption h2.avia-caption-title, #top #wrap_all .av-slideshow-caption h2.avia-caption-title"=> ""), "sections" => false, "hover" => false, "edit" => array( 'font_family' => array('type' => 'font', 'name'=> __("Font Family",'avia_framework'), 'options' => $google_fonts), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'line_height' => array('type' => 'size', 'range' => '0.7-2', 'increment' => 0.1, 'unit' => 'em', 'name'=> __("Line Height",'avia_framework')), 'letter_spacing' => array('type' => 'size', 'range' => array(-10,20), 'increment' => 1, 'unit' => 'px', 'name'=> __("Letter Spacing",'avia_framework')), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ), ) ); $advanced['slideshow_caption'] = array( "id" => "slideshow_caption", //needs to match array key "name" => __( 'Slideshow caption', 'avia_framework' ), "group" => __( "Misc", 'avia_framework' ), "description" => __( "Change the styling for your fullscreen, fullwidth and easy slider caption", 'avia_framework' ), "selector" => array( "#top #wrap_all .avia-caption-content p" => array( "font_family" => "font-family: %font_family%;", "font_weight" => "font-weight: %font_weight%;", "line_height" => "line-height: %line_height%;", "letter_spacing" => "letter-spacing: %letter_spacing%;", "text_transform" => "text-transform: %text_transform%;", ), "#top .slideshow_caption" => array( "width" => "width: %width%;"), ), "sections" => false, "hover" => false, "edit" => array( 'font_family' => array('type' => 'font', 'name'=> __("Font Family",'avia_framework'), 'options' => $google_fonts), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'line_height' => array('type' => 'size', 'range' => '0.7-2', 'increment' => 0.1, 'unit' => 'em', 'name'=> __("Line Height",'avia_framework')), 'letter_spacing' => array('type' => 'size', 'range' => array(-10,20), 'increment' => 1, 'unit' => 'px', 'name'=> __("Letter Spacing",'avia_framework')), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ), 'width' => array('type' => 'size', 'range' => array(40,100), 'increment' => 10, 'unit' => '%', 'name'=> __("Container Width",'avia_framework')), ) ); $advanced['slideshow_button'] = array( "id" => "slideshow_button", //needs to match array key "name" => __( 'Slideshow button', 'avia_framework' ), "group" => __( "Misc", 'avia_framework' ), "description" => __( "Change the styling for your fullscreen, fullwidth and easy slider buttons", 'avia_framework' ), "selector" => array("#top #wrap_all .avia-slideshow-button"=> ""), "sections" => false, "hover" => false, "edit" => array( 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'line_height' => array('type' => 'size', 'range' => '0.7-2', 'increment' => 0.1, 'unit' => 'em', 'name'=> __("Line Height",'avia_framework')), 'letter_spacing' => array('type' => 'size', 'range' => array(-10,20), 'increment' => 1, 'unit' => 'px', 'name'=> __("Letter Spacing",'avia_framework')), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ), ) ); $advanced['cookie_consent'] = array( "id" => "cookie_consent", //needs to match array key "name" => __( 'Cookie Consent Message Bar', 'avia_framework' ), "group" => __( "Cookie Consent Bar", 'avia_framework' ), "description" => __( "Change the styling for your cookie consent message bar",'avia_framework' ), "selector" => array("div.avia-cookie-consent"=> "", "div.avia-cookie-consent p"=> ""), "sections" => false, "hover" => false, "edit" => array( 'background_color' => array('type' => 'colorpicker', 'name'=> __("Background Color",'avia_framework')), 'color' => array('type' => 'colorpicker', 'name'=> __("Font Color",'avia_framework')), 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'line_height' => array('type' => 'size', 'range' => '0.7-2', 'increment' => 0.1, 'unit' => 'em', 'name'=> __("Line Height",'avia_framework')), 'letter_spacing' => array('type' => 'size', 'range' => array(-10,20), 'increment' => 1, 'unit' => 'px', 'name'=> __("Letter Spacing",'avia_framework')), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ) ) ); $advanced['cookie_consent_button'] = array( "id" => "cookie_consent_button", //needs to match array key "name" => __( 'Cookie Consent Accept Settings Button', 'avia_framework' ), "group" => __( "Cookie Consent Bar", 'avia_framework' ), "description" => __( "Change the styling for your cookie consent accept settings and dismiss notification button", 'avia_framework' ), "selector" => array("div.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-close-bar"=> ""), "sections" => false, "hover" => false, "edit" => array( 'background_color' => array('type' => 'colorpicker', 'name'=> __("Button Background Color",'avia_framework')), 'color' => array('type' => 'colorpicker', 'name'=> __("Button Font Color",'avia_framework')), 'border-color' => array('type' => 'colorpicker', 'name'=> __("Border Color",'avia_framework')), 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ) ) ); $advanced['cookie_consent_all_button'] = array( "id" => "cookie_consent_all_button", //needs to match array key "name" => __( 'Cookie Consent Accept All Cookies Button', 'avia_framework' ), "group" => __( "Cookie Consent Bar", 'avia_framework' ), "description" => __( "Change the styling for your cookie consent accept all cookies and settings and dismiss notification button", 'avia_framework' ), "selector" => array("div.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-close-bar.avia-cookie-select-all"=> ""), "sections" => false, "hover" => false, "edit" => array( 'background_color' => array('type' => 'colorpicker', 'name'=> __("Button Background Color",'avia_framework')), 'color' => array('type' => 'colorpicker', 'name'=> __("Button Font Color",'avia_framework')), 'border-color' => array('type' => 'colorpicker', 'name'=> __("Border Color",'avia_framework')), 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ) ) ); $advanced['cookie_consent_no_coolies_button'] = array( "id" => "cookie_consent_no_coolies_button", //needs to match array key "name" => __( 'Cookie Consent Do Not Accept Cookies Button', 'avia_framework' ), "group" => __( "Cookie Consent Bar", 'avia_framework' ), "description" => __( "Change the styling for your cookie consent do not accept and hide notification button", 'avia_framework' ), "selector" => array("div.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn.avia-cookie-hide-notification"=> ""), "sections" => false, "hover" => false, "edit" => array( 'background_color' => array('type' => 'colorpicker', 'name'=> __("Button Background Color",'avia_framework')), 'color' => array('type' => 'colorpicker', 'name'=> __("Button Font Color",'avia_framework')), 'border-color' => array('type' => 'colorpicker', 'name'=> __("Border Color",'avia_framework')), 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ) ) ); $advanced['cookie_consent_modal_window_button'] = array( "id" => "cookie_consent_modal_window_button", //needs to match array key "name" => __( 'Cookie Consent Open Modal Window Button', 'avia_framework' ), "group" => __( "Cookie Consent Bar", 'avia_framework' ), "description" => __( "Change the styling for your cookie consent open info modal on privacy and cookies button", 'avia_framework' ), "selector" => array("div.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn.avia-cookie-info-btn"=> ""), "sections" => false, "hover" => false, "edit" => array( 'background_color' => array('type' => 'colorpicker', 'name'=> __("Button Background Color",'avia_framework')), 'color' => array('type' => 'colorpicker', 'name'=> __("Button Font Color",'avia_framework')), 'border-color' => array('type' => 'colorpicker', 'name'=> __("Border Color",'avia_framework')), 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ) ) ); $advanced['cookie_consent_link_button'] = array( "id" => "cookie_consent_link_button", //needs to match array key "name" => __( 'Cookie Consent Link Button', 'avia_framework' ), "group" => __( "Cookie Consent Bar", 'avia_framework' ), "description" => __( "Change the styling for your cookie consent Link to another page button", 'avia_framework' ), "selector" => array("div.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn.avia-cookie-link-btn"=> ""), "sections" => false, "hover" => false, "edit" => array( 'background_color' => array('type' => 'colorpicker', 'name'=> __("Button Background Color",'avia_framework')), 'color' => array('type' => 'colorpicker', 'name'=> __("Button Font Color",'avia_framework')), 'border-color' => array('type' => 'colorpicker', 'name'=> __("Border Color",'avia_framework')), 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ) ) ); $advanced['cookie_consent_extra_button'] = array( "id" => "cookie_consent_extra_button", //needs to match array key "name" => __( 'Cookie Consent Extra Button', 'avia_framework' ), "group" => __( "Cookie Consent Bar", 'avia_framework' ), "description" => __( "Change the styling for all your cookie consent extra buttons (not accept buttons)", 'avia_framework' ), "selector" => array("div.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn"=> ""), "sections" => false, "hover" => false, "edit" => array( 'background_color' => array('type' => 'colorpicker', 'name'=> __("Button Background Color",'avia_framework')), 'color' => array('type' => 'colorpicker', 'name'=> __("Button Font Color",'avia_framework')), 'border-color' => array('type' => 'colorpicker', 'name'=> __("Border Color",'avia_framework')), 'font_size' => array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')), 'font_weight' => array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight), 'text_transform' => array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ) ) ); //body font size //dropdown menu //icon colors //hover states //links // all sections/specific section