select( 'type', esc_attr__( 'Background Type', 'Avada' ), array( 'image' => esc_attr__( 'Image', 'Avada' ), 'self-hosted-video' => esc_attr__( 'Self-Hosted Video', 'Avada' ), 'youtube' => esc_attr__( 'Youtube', 'Avada' ), 'vimeo' => esc_attr__( 'Vimeo', 'Avada' ), ), esc_html__( 'Select an image or video slide. If using an image, please select the image in the "Featured Image" box on the right hand side.', 'Avada' ) ); ?>

select( 'content_alignment', esc_attr__( 'Content Alignment', 'Avada' ), array( 'left' => esc_attr__( 'Left', 'Avada' ), 'center' => esc_attr__( 'Center', 'Avada' ), 'right' => esc_attr__( 'Right', 'Avada' ), ), esc_html__( 'Select how the heading, caption and buttons will be aligned.', 'Avada' ) ); $this->textarea( 'heading', esc_attr__( 'Heading Area', 'Avada' ), esc_html__( 'Enter the heading for your slide. This field can take HTML markup and Fusion Shortcodes.', 'Avada' ) ); $this->select( 'heading_separator', esc_attr__( 'Heading Separator', 'Avada' ), array( 'none' => esc_attr__( 'None', 'Avada' ), 'single solid' => esc_attr__( 'Single Solid', 'Avada' ), 'single dashed' => esc_attr__( 'Single Dashed', 'Avada' ), 'single dotted' => esc_attr__( 'Single Dotted', 'Avada' ), 'double solid' => esc_attr__( 'Double Solid', 'Avada' ), 'double dashed' => esc_attr__( 'Double Dashed', 'Avada' ), 'double dotted' => esc_attr__( 'Double Dotted', 'Avada' ), 'underline solid' => esc_attr__( 'Underline Solid', 'Avada' ), 'underline dashed' => esc_attr__( 'Underline Dashed', 'Avada' ), 'underline dotted' => esc_attr__( 'Underline Dotted', 'Avada' ), ), esc_html__( 'Choose the heading separator you want to use.', 'Avada' ) ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), 'H2' ); $this->radio_buttonset( 'heading_size', esc_attr__( 'Title Size', 'Avada' ), array( '1' => esc_attr__( 'H1', 'Avada' ), '2' => esc_attr__( 'H2', 'Avada' ), '3' => esc_attr__( 'H3', 'Avada' ), '4' => esc_attr__( 'H4', 'Avada' ), '5' => esc_attr__( 'H5', 'Avada' ), '6' => esc_attr__( 'H6', 'Avada' ), ), /* translators: default value. */ sprintf( esc_html__( 'Choose the title size you want to use. The size you choose will utilize the font family and letter spacing typography settings in Theme Options for that specific size. Font size is set below. %s', 'Avada' ), '' . $default . '' ), '2' ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '60' ); $this->text( 'heading_font_size', esc_attr__( 'Heading Font Size', 'Avada' ), /* translators: default value. */ sprintf( esc_html__( 'Enter heading font size without px unit. In pixels, ex: 50 instead of 50px. %s', 'Avada' ), '' . $default . '' ) ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#fff' ); $this->text( 'heading_color', esc_attr__( 'Heading Color', 'Avada' ), /* translators: default value. */ sprintf( esc_html__( 'Select a color for the heading font. Hex color code, ex: #fff. %s', 'Avada' ), '' . $default . '' ) ); $this->select( 'heading_bg', esc_attr__( 'Heading Background', 'Avada' ), array( 'yes' => esc_attr__( 'Yes', 'Avada' ), 'no' => esc_attr__( 'No', 'Avada' ), ), esc_html__( 'Select this option if you would like a semi-transparent background behind your heading.', 'Avada' ) ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#000' ); $this->text( 'heading_bg_color', esc_html__( 'Heading Background Color', 'Avada' ), /* translators: default value. */ sprintf( esc_html__( 'Select a color for the heading background. Hex color code, ex: #000. %s', 'Avada' ), '' . $default . '' ) ); $this->textarea( 'caption', esc_attr__( 'Caption Area', 'Avada' ), esc_html__( 'Enter the caption for your slide. This field can take HTML markup and Fusion Shortcodes.', 'Avada' ) ); $this->select( 'caption_separator', esc_attr__( 'Caption Separator', 'Avada' ), array( 'none' => esc_attr__( 'None', 'Avada' ), 'single solid' => esc_attr__( 'Single Solid', 'Avada' ), 'single dashed' => esc_attr__( 'Single Dashed', 'Avada' ), 'single dotted' => esc_attr__( 'Single Dotted', 'Avada' ), 'double solid' => esc_attr__( 'Double Solid', 'Avada' ), 'double dashed' => esc_attr__( 'Double Dashed', 'Avada' ), 'double dotted' => esc_attr__( 'Double Dotted', 'Avada' ), 'underline solid' => esc_attr__( 'Underline Solid', 'Avada' ), 'underline dashed' => esc_attr__( 'Underline Dashed', 'Avada' ), 'underline dotted' => esc_attr__( 'Underline Dotted', 'Avada' ), ), esc_html__( 'Choose the caption separator you want to use.', 'Avada' ) ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), 'H3' ); $this->radio_buttonset( 'caption_size', esc_attr__( 'Caption Size', 'Avada' ), array( '1' => esc_attr__( 'H1', 'Avada' ), '2' => esc_attr__( 'H2', 'Avada' ), '3' => esc_attr__( 'H3', 'Avada' ), '4' => esc_attr__( 'H4', 'Avada' ), '5' => esc_attr__( 'H5', 'Avada' ), '6' => esc_attr__( 'H6', 'Avada' ), ), /* translators: default value. */ sprintf( esc_html__( 'Choose the caption size you want to use. The size you choose will utilize the font family and letter spacing typography settings in Theme Options for that specific size. Font size is set below. %s', 'Avada' ), '' . $default . '' ), '3' ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '24' ); $this->text( 'caption_font_size', esc_attr__( 'Caption Font Size', 'Avada' ), /* translators: default value. */ sprintf( esc_html__( 'Enter caption font size without px unit. In pixels, ex: 24 instead of 24px. %s', 'Avada' ), '' . $default . '' ) ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#fff' ); $this->text( 'caption_color', esc_attr__( 'Caption Color', 'Avada' ), /* translators: default value. */ sprintf( esc_html__( 'Select a color for the caption font. Hex color code, ex: #fff. %s', 'Avada' ), '' . $default . '' ) ); $this->select( 'caption_bg', esc_attr__( 'Caption Background', 'Avada' ), array( 'yes' => esc_attr__( 'Yes', 'Avada' ), 'no' => esc_attr__( 'No', 'Avada' ), ), esc_html__( 'Select this option if you would like a semi-transparent background behind your caption.', 'Avada' ) ); /* translators: default value. */ $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#000' ); $this->text( 'caption_bg_color', esc_attr__( 'Caption Background Color', 'Avada' ), /* translators: default value. */ sprintf( esc_html__( 'Select a color for the caption background. Hex color code, ex: #000. %s', 'Avada' ), '' . $default . '' ) ); ?>

select( 'link_type', esc_attr__( 'Slide Link Type', 'Avada' ), array( 'button' => esc_attr__( 'Button', 'Avada' ), 'full' => esc_attr__( 'Full Slide', 'Avada' ), ), esc_html__( 'Select how the slide will link.', 'Avada' ) ); $this->text( 'slide_link', esc_attr__( 'Slide Link', 'Avada' ), esc_html__( 'Please enter your URL that will be used to link the full slide.', 'Avada' ) ); $this->select( 'slide_target', esc_attr__( 'Open Slide Link In New Window', 'Avada' ), array( 'yes' => esc_html__( 'Yes', 'Avada' ), 'no' => esc_html__( 'No', 'Avada' ), ) ); $this->textarea( 'button_1', esc_html__( 'Button #1', 'Avada' ) . '
' . esc_html__( 'Click here to view button option descriptions.', 'Avada' ) . '', esc_html__( 'Adjust the button shortcode parameters for the first button.', 'Avada' ), '[fusion_button link="" color="default" size="" type="" shape="" target="_self" title="" gradient_colors="|" gradient_hover_colors="|" accent_color="" accent_hover_color="" bevel_color="" border_width="1px" shadow="" icon="" icon_divider="yes" icon_position="left" modal="" animation_type="0" animation_direction="down" animation_speed="0.1" class="" id=""]' . esc_html__( 'Button Text', 'Avada' ) . '[/fusion_button]' ); $this->textarea( 'button_2', esc_html__( 'Button #2', 'Avada' ) . '
' . esc_html__( 'Click here to view button option descriptions.', 'Avada' ) . '', esc_html__( 'Adjust the button shortcode parameters for the second button.', 'Avada' ), '[fusion_button link="" color="default" size="" type="" shape="" target="_self" title="" gradient_colors="|" gradient_hover_colors="|" accent_color="" accent_hover_color="" bevel_color="" border_width="1px" shadow="" icon="" icon_divider="yes" icon_position="left" modal="" animation_type="0" animation_direction="down" animation_speed="0.1" class="" id=""]' . esc_html__( 'Button Text', 'Avada' ) . '[/fusion_button]' ); ?>