????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.16.149.93 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.eu/wp-content/themes/Avada/includes/metaboxes/options/ |
Upload File : |
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } ?> <div class='pyre_metabox'> <?php $this->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' ) ); ?> <div class="video_settings" style="display: none;"> <h2><?php esc_html_e( 'Video Options:', 'Avada' ); ?></h2> <?php $this->text( 'youtube_id', esc_attr__( 'Youtube Video ID', 'Avada' ), sprintf( esc_html__( 'For example the Video ID for %1$s is %2$s', 'Avada' ), 'https://www.youtube.com/<strong>LOfeCR7KqUs</strong>', '<strong>LOfeCR7KqUs</strong>' ) ); $this->text( 'vimeo_id', esc_attr__( 'Vimeo Video ID', 'Avada' ), sprintf( esc_html__( 'For example the Video ID for %1$s is %2$s', 'Avada' ), 'http://vimeo.com/<strong>75230326</strong>', '<strong>75230326</strong>' ) ); $this->upload( 'webm', esc_attr__( 'Video WebM Upload', 'Avada' ), esc_html__( 'Video must be in a 16:9 aspect ratio. Add your WebM video file. WebM and MP4 format must be included to render your video with cross browser compatibility. OGV is optional.', 'Avada' ) ); $this->upload( 'mp4', esc_attr__( 'Video MP4 Upload', 'Avada' ), esc_html__( 'Video must be in a 16:9 aspect ratio. Add your MP4 video file. MP4 and WebM format must be included to render your video with cross browser compatibility. OGV is optional.', 'Avada' ) ); $this->upload( 'ogv', esc_attr__( 'Video OGV Upload', 'Avada' ), esc_html__( 'Add your OGV video file. This is optional.', 'Avada' ) ); $this->upload( 'preview_image', esc_attr__( 'Video Preview Image', 'Avada' ), esc_html__( 'IMPORTANT: This field must be used for self hosted videos. Self hosted videos do not work correctly on mobile devices. The preview image will be seen in place of your video on older browsers or mobile devices.', 'Avada' ) ); $this->text( 'aspect_ratio', esc_attr__( 'Video Aspect Ratio', 'Avada' ), esc_html__( 'The video will be resized to maintain this aspect ratio, this is to prevent the video from showing any black bars. Enter an aspect ratio here such as: "16:9", "4:3" or "16:10". The default is "16:9"', 'Avada' ) ); $this->text( 'video_bg_color', esc_attr__( 'Video Color Overlay', 'Avada' ), __( 'Select a color to show over the video as an overlay. Hex color code, <strong>ex: #fff</strong>', 'Avada' ) ); $this->select( 'mute_video', esc_attr__( 'Mute Video', 'Avada' ), array( 'yes' => esc_attr__( 'Yes', 'Avada' ), 'no' => esc_attr__( 'No', 'Avada' ) ), '' ); $this->select( 'autoplay_video', esc_attr__( 'Autoplay Video', 'Avada' ), array( 'yes' => esc_attr__( 'Yes', 'Avada' ), 'no' => esc_attr__( 'No', 'Avada' ) ), '' ); $this->select( 'loop_video', esc_attr__( 'Loop Video', 'Avada' ), array( 'yes' => esc_attr__( 'Yes', 'Avada' ), 'no' => esc_html__( 'No', 'Avada' ) ), '' ); $this->select( 'hide_video_controls', esc_attr__( 'Hide Video Controls', 'Avada' ), array( 'yes' => esc_attr__( 'Yes', 'Avada' ), 'no' => esc_attr__( 'No', 'Avada' ) ), esc_html__( 'If this is set to yes, then autoplay must be enabled for the video to work.', 'Avada' ) ); ?> </div> <h2><?php esc_html_e( 'Slider Content Settings:', 'Avada' ); ?></h2> <?php $this->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' ) ); $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '60' ); $this->text( 'heading_font_size', esc_attr__( 'Heading Font Size', 'Avada' ), sprintf( esc_html__( 'Enter heading font size without px unit. In pixels, ex: 50 instead of 50px. %s', 'Avada' ), '<strong>' . $default . '</strong>' ) ); $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#fff' ); $this->text( 'heading_color', esc_attr__( 'Heading Color', 'Avada' ), sprintf( esc_html__( 'Select a color for the heading font. Hex color code, ex: #fff. %s', 'Avada' ), '<strong>' . $default . '</strong>' ) ); $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' ) ); $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#000' ); $this->text( 'heading_bg_color', esc_html__( 'Heading Background Color', 'Avada' ), sprintf( esc_html__( 'Select a color for the heading background. Hex color code, ex: #000. %s', 'Avada' ), '<strong>' . $default . '</strong>' ) ); $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' ) ); $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '24' ); $this->text( 'caption_font_size', esc_attr__( 'Caption Font Size', 'Avada' ), sprintf( esc_html__( 'Enter caption font size without px unit. In pixels, ex: 24 instead of 24px. %s', 'Avada' ), '<strong>' . $default . '</strong>' ) ); $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#fff' ); $this->text( 'caption_color', esc_attr__( 'Caption Color', 'Avada' ), sprintf( esc_html__( 'Select a color for the caption font. Hex color code, ex: #fff. %s', 'Avada' ), '<strong>' . $default . '</strong>' ) ); $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' ) ); $default = sprintf( esc_html__( 'Default: %s', 'Avada' ), '#000' ); $this->text( 'caption_bg_color', esc_attr__( 'Caption Background Color', 'Avada' ), sprintf( esc_html__( 'Select a color for the caption background. Hex color code, ex: #000. %s', 'Avada' ), '<strong>' . $default . '</strong>' ) ); ?> <h2><?php esc_html_e( 'Slide Link Settings:', 'Avada' ); ?></h2> <?php $this->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' ) . '<br/><a href="http://theme-fusion.com/knowledgebase/avada-shortcode-list/#buttons" target="_blank">' . esc_html__( 'Click here to view button option descriptions.', 'Avada' ) . '</a>', 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' ) . '<br/><a href="http://theme-fusion.com/knowledgebase/avada-shortcode-list/#buttons" target="_blank">' . esc_html__( 'Click here to view button option descriptions.', 'Avada' ) . '</a>', 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]' ); ?> </div> <div class="clear"></div>