golden hour
/var/www/html/wp-content/plugins/Ultimate_VC_Addons/modules
⬆️ Go Up
Upload
File/Folder
Size
Actions
index.php
86 B
Del
OK
ultimate_animation.php
8.67 KB
Del
OK
ultimate_buttons.php
37.19 KB
Del
OK
ultimate_carousel.php
33.3 KB
Del
OK
ultimate_content_box.php
19.5 KB
Del
OK
ultimate_countdown.php
27.23 KB
Del
OK
ultimate_dual_button.php
68.43 KB
Del
OK
ultimate_dual_colors.php
37.51 KB
Del
OK
ultimate_expandable_section.php
45.05 KB
Del
OK
ultimate_fancy_text.php
32.5 KB
Del
OK
ultimate_flip_box.php
49.79 KB
Del
OK
ultimate_font_manager.php
30.54 KB
Del
OK
ultimate_functions.php
7.15 KB
Del
OK
ultimate_google_maps.php
26.73 KB
Del
OK
ultimate_google_trends.php
11.43 KB
Del
OK
ultimate_headings.php
36.71 KB
Del
OK
ultimate_hightlight_box.php
25.92 KB
Del
OK
ultimate_hotspot.php
37.81 KB
Del
OK
ultimate_icon_manager.php
31.1 KB
Del
OK
ultimate_icon_timeline.php
77.57 KB
Del
OK
ultimate_icons.php
19.74 KB
Del
OK
ultimate_ihover.php
45.8 KB
Del
OK
ultimate_image_separator.php
15.64 KB
Del
OK
ultimate_info_banner.php
34.95 KB
Del
OK
ultimate_info_box.php
38.82 KB
Del
OK
ultimate_info_circle.php
44.21 KB
Del
OK
ultimate_info_list.php
47.12 KB
Del
OK
ultimate_info_tables.php
28.91 KB
Del
OK
ultimate_interactive_banner_2.php
26.74 KB
Del
OK
ultimate_interactive_banners.php
29.26 KB
Del
OK
ultimate_just_icon.php
21.42 KB
Del
OK
ultimate_link.php
26.89 KB
Del
OK
ultimate_list_icon.php
21.12 KB
Del
OK
ultimate_modals.php
65.17 KB
Del
OK
ultimate_parallax.php
81.57 KB
Del
OK
ultimate_pricing_tables.php
26.29 KB
Del
OK
ultimate_range_slider.php
26.49 KB
Del
OK
ultimate_ribbons.php
20.28 KB
Del
OK
ultimate_spacer.php
5.41 KB
Del
OK
ultimate_stats_counter.php
34.04 KB
Del
OK
ultimate_sticky_section.php
13.68 KB
Del
OK
ultimate_swatch_book.php
35.84 KB
Del
OK
ultimate_tab.php
64.3 KB
Del
OK
ultimate_team.php
63.14 KB
Del
OK
ultimate_video_banner.php
17.35 KB
Del
OK
ultimate_videos.php
47.28 KB
Del
OK
utlimate-tab-backend.php
1.5 KB
Del
OK
Edit: ultimate_video_banner.php
<?php /** * Add-on Name: Ultimate Video Banner * Add-on URI: http://dev.brainstormforce.com * * @package Ultimate Video Banner */ if ( ! class_exists( 'Ultimate_Video_Banner' ) ) { /** * Function that initializes Ultimate Heading Module * * @class Ultimate_Video_Banner */ class Ultimate_Video_Banner { /** * Constructor function that constructs default values for the Ultimate Heading module. * * @method __construct */ public function __construct() { if ( Ultimate_VC_Addons::$uavc_editor_enable ) { add_action( 'init', array( $this, 'ultimate_video_banner_init' ) ); } add_shortcode( 'ultimate_video_banner', array( $this, 'ultimate_video_banner_shortcode' ) ); add_action( 'wp_enqueue_scripts', array( $this, 'register_video_banner_assets' ), 1 ); } /** * Function that register styles and scripts for Ultimate Heading Module. * * @method register_video_banner_assets */ public function register_video_banner_assets() { Ultimate_VC_Addons::ultimate_register_style( 'ultimate-video-banner-style', 'video-banner' ); Ultimate_VC_Addons::ultimate_register_script( 'ultimate-video-banner-script', 'video-banner', false, array( 'jquery' ), ULTIMATE_VERSION, false ); } /** * Function that initializes settings of Ultimate Heading Module. * * @method ultimate_video_banner_init */ public function ultimate_video_banner_init() { if ( function_exists( 'vc_map' ) ) { vc_map( array( 'name' => __( 'Video Banner', 'ultimate_vc' ), 'base' => 'ultimate_video_banner', 'icon' => 'vc_ultimate_video_banner', 'category' => 'Ultimate VC Addons', 'description' => __( 'Show your video in ease.', 'ultimate_vc' ), 'deprecated' => '3.13.5', 'params' => array( array( 'type' => 'textfield', 'heading' => __( 'Link to the video in MP4 Format', 'ultimate_vc' ), 'param_name' => 'video_banner_mp4_link', ), array( 'type' => 'textfield', 'heading' => __( 'Link to the video in WebM / Ogg Format', 'ultimate_vc' ), 'param_name' => 'video_banner_webm_ogg_link', 'description' => __( 'IE, Chrome & Safari', 'ultimate_vc' ) . ' <a href="http://www.w3schools.com/html/html5_video.asp" target="_blank" rel="noopener">' . __( 'support', 'ultimate_vc' ) . '</a> ' . __( 'MP4 format, while Firefox & Opera prefer WebM / Ogg formats.', 'ultimate_vc' ) . ' ' . __( 'You can upload the video through', 'ultimate_vc' ) . ' <a href="' . home_url() . '/wp-admin/media-new.php" target="_blank" rel="noopener">' . __( 'WordPress Media Library', 'ultimate_vc' ) . '</a>.', ), array( 'type' => 'ult_img_single', 'heading' => __( 'Placeholder', 'ultimate_vc' ), 'param_name' => 'video_banner_placeholder', ), array( 'type' => 'dropdown', 'heading' => __( 'Effect', 'ultimate_vc' ), 'param_name' => 'video_banner_effect', 'value' => array( __( 'Style 1', 'ultimate_vc' ) => 'ult-vdo-effect-style1', __( 'Style 2', 'ultimate_vc' ) => 'ult-vdo-effect-style2', __( 'Style 3', 'ultimate_vc' ) => 'ult-vdo-effect-style3', __( 'Style 4', 'ultimate_vc' ) => 'ult-vdo-effect-style4', __( 'Style 5', 'ultimate_vc' ) => 'ult-vdo-effect-style5', __( 'Style 6', 'ultimate_vc' ) => 'ult-vdo-effect-style6', __( 'Style 7', 'ultimate_vc' ) => 'ult-vdo-effect-style7', ), ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'ultimate_vc' ), 'param_name' => 'video_banner_title', 'group' => 'Content', ), array( 'type' => 'textarea', 'heading' => __( 'Content', 'ultimate_vc' ), 'param_name' => 'video_banner_content', 'group' => 'Content', ), array( 'type' => 'ult_param_heading', 'text' => __( 'Title Settings', 'ultimate_vc' ), 'param_name' => 'title_typograpy', 'group' => 'Typography', 'class' => 'ult-param-heading', 'edit_field_class' => 'ult-param-heading-wrapper no-top-margin vc_column vc_col-sm-12', ), array( 'type' => 'ultimate_google_fonts', 'heading' => __( 'Font Family', 'ultimate_vc' ), 'param_name' => 'title_font_family', 'description' => __( 'Select the font of your choice.', 'ultimate_vc' ) . ' ' . __( 'You can', 'ultimate_vc' ) . " <a target='_blank' rel='noopener' href='" . admin_url( 'admin.php?page=bsf-google-font-manager' ) . "'>" . __( 'add new in the collection here', 'ultimate_vc' ) . '</a>.', 'group' => 'Typography', ), array( 'type' => 'ultimate_google_fonts_style', 'heading' => __( 'Font Style', 'ultimate_vc' ), 'param_name' => 'title_font_style', 'group' => 'Typography', ), array( 'type' => 'number', 'class' => 'font-size', 'heading' => __( 'Font Size', 'ultimate_vc' ), 'param_name' => 'title_font_size', 'min' => 10, 'suffix' => 'px', 'group' => 'Typography', ), array( 'type' => 'colorpicker', 'class' => '', 'heading' => __( 'Font Color', 'ultimate_vc' ), 'param_name' => 'title_color', 'value' => '', 'group' => 'Typography', ), array( 'type' => 'number', 'class' => '', 'heading' => __( 'Line Height', 'ultimate_vc' ), 'param_name' => 'title_line_height', 'value' => '', 'suffix' => 'px', 'group' => 'Typography', ), array( 'type' => 'ult_param_heading', 'text' => __( 'Desciption Settings', 'ultimate_vc' ), 'param_name' => 'desc_typograpy', 'group' => 'Typography', 'class' => 'ult-param-heading', 'edit_field_class' => 'ult-param-heading-wrapper vc_column vc_col-sm-12', ), array( 'type' => 'ultimate_google_fonts', 'heading' => __( 'Font Family', 'ultimate_vc' ), 'param_name' => 'desc_font_family', 'description' => __( 'Select the font of your choice.', 'ultimate_vc' ) . ' ' . __( 'You can', 'ultimate_vc' ) . " <a target='_blank' rel='noopener' href='" . admin_url( 'admin.php?page=bsf-google-font-manager' ) . "'>" . __( 'add new in the collection here', 'ultimate_vc' ) . '</a>.', 'group' => 'Typography', ), array( 'type' => 'ultimate_google_fonts_style', 'heading' => __( 'Font Style', 'ultimate_vc' ), 'param_name' => 'desc_font_style', 'group' => 'Typography', ), array( 'type' => 'number', 'class' => 'font-size', 'heading' => __( 'Font Size', 'ultimate_vc' ), 'param_name' => 'desc_font_size', 'min' => 10, 'suffix' => 'px', 'group' => 'Typography', ), array( 'type' => 'colorpicker', 'class' => '', 'heading' => __( 'Font Color', 'ultimate_vc' ), 'param_name' => 'desc_color', 'value' => '', 'group' => 'Typography', ), array( 'type' => 'number', 'class' => '', 'heading' => __( 'Line Height', 'ultimate_vc' ), 'param_name' => 'desc_line_height', 'value' => '', 'suffix' => 'px', 'group' => 'Typography', ), array( 'type' => 'ultimate_responsive', 'heading' => __( 'Banner Size', 'ultimate_vc' ), 'param_name' => 'video_banner_size', 'unit' => 'px', 'media' => array( 'Desktop' => '', 'Tablet' => '', 'Tablet Portrait' => '', 'Mobile Landscape' => '', 'Mobile' => '', ), 'group' => 'Design', ), array( 'type' => 'colorpicker', 'heading' => __( 'Overlay Color', 'ultimate_vc' ), 'param_name' => 'video_banner_overlay_color', 'group' => 'Design', ), array( 'type' => 'colorpicker', 'heading' => __( 'Overlay Hover Color', 'ultimate_vc' ), 'param_name' => 'video_banner_overlay_hover_color', 'group' => 'Design', ), array( 'type' => 'css_editor', 'heading' => __( 'CSS', 'ultimate_vc' ), 'param_name' => 'video_banner_vc_css', 'edit_field_class' => 'vc_col-sm-12 vc_column no-vc-background no-vc-border video_banner_css_editor', 'group' => 'Design', ), array( 'type' => 'number', 'heading' => __( 'Start Time', 'ultimate_vc' ), 'param_name' => 'video_banner_start_time', 'suffix' => 'in seconds', 'group' => 'Advanced Settings', ), array( 'type' => 'checkbox', 'heading' => __( 'Mute', 'ultimate_vc' ), 'param_name' => 'video_banner_mute', 'value' => array( __( 'Enable', 'ultimate_vc' ) => 'muted', ), 'group' => 'Advanced Settings', ), ), ) ); } } /** * Render function for Ultimate Heading Module. * * @param array $atts represts module attribuits. * @param string $content value has been set to null. * @access public */ public function ultimate_video_banner_shortcode( $atts, $content = null ) { $ult_vb_settings = shortcode_atts( array( 'video_banner_mp4_link' => '', 'video_banner_webm_ogg_link' => '', 'video_banner_effect' => 'ult-vdo-effect-style1', 'video_banner_placeholder' => '', 'video_banner_title' => '', 'video_banner_content' => '', 'title_font_family' => '', 'title_font_style' => '', 'title_font_size' => '', 'title_color' => '', 'title_line_height' => '', 'desc_font_family' => '', 'desc_font_style' => '', 'desc_font_size' => '', 'desc_color' => '', 'desc_line_height' => '', 'video_banner_size' => '', 'video_banner_overlay_color' => '', 'video_banner_overlay_hover_color' => '', 'video_banner_vc_css' => '', 'video_banner_start_time' => '0', 'video_banner_mute' => '', ), $atts ); $output = ''; $placeholder = ''; $placeholder_css = ''; $vc_css_class = ''; $vc_css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, vc_shortcode_custom_css_class( $ult_vb_settings['video_banner_vc_css'], ' ' ), 'ultimate_video_banner', $atts ); $video_id = 'ult-video-banner-' . uniqid( wp_rand() ); $args = array( 'target' => '#' . $video_id, 'media_sizes' => array( 'width' => $ult_vb_settings['video_banner_size'], ), ); $banner_height_responsive_data = get_ultimate_vc_responsive_media_css( $args ); if ( preg_match( '/^#[a-f0-9]{6}$/i', $ult_vb_settings['video_banner_overlay_color'] ) ) { // hex color is valid. $ult_vb_settings['video_banner_overlay_color'] = hex2rgbUltParallax( $ult_vb_settings['video_banner_overlay_color'], $opacity = 0.8 ); } if ( preg_match( '/^#[a-f0-9]{6}$/i', $ult_vb_settings['video_banner_overlay_hover_color'] ) ) { // hex color is valid. $ult_vb_settings['video_banner_overlay_hover_color'] = hex2rgbUltParallax( $ult_vb_settings['video_banner_overlay_hover_color'], $opacity = 0.4 ); } /* ---- main heading styles ---- */ $title_style_inline = ''; if ( '' != $ult_vb_settings['title_font_family'] ) { $ult_vb_settings['title_font_family'] = get_ultimate_font_family( $ult_vb_settings['title_font_family'] ); if ( $ult_vb_settings['title_font_family'] ) { $title_style_inline .= 'font-family:\'' . $ult_vb_settings['title_font_family'] . '\';'; } } // main heading font style. $title_style_inline .= get_ultimate_font_style( $ult_vb_settings['title_font_style'] ); // attach font size if set. if ( '' != $ult_vb_settings['title_font_size'] ) { $title_style_inline .= 'font-size:' . $ult_vb_settings['title_font_size'] . 'px;'; } // attach font color if set. if ( '' != $ult_vb_settings['title_color'] ) { $title_style_inline .= 'color:' . $ult_vb_settings['title_color'] . ';'; } // line height. if ( '' != $ult_vb_settings['title_line_height'] ) { $title_style_inline .= 'line-height:' . $ult_vb_settings['title_line_height'] . 'px;'; } /* ---- description styles ---- */ $desc_style_inline = ''; if ( '' != $ult_vb_settings['desc_font_family'] ) { $ult_vb_settings['desc_font_family'] = get_ultimate_font_family( $ult_vb_settings['desc_font_family'] ); if ( $ult_vb_settings['desc_font_family'] ) { $desc_style_inline .= 'font-family:\'' . $ult_vb_settings['desc_font_family'] . '\';'; } } // desc font style. $desc_style_inline .= get_ultimate_font_style( $ult_vb_settings['desc_font_style'] ); // attach font size if set. if ( '' != $ult_vb_settings['desc_font_size'] ) { $desc_style_inline .= 'font-size:' . $ult_vb_settings['desc_font_size'] . 'px;'; } // attach font color if set. if ( '' != $ult_vb_settings['desc_color'] ) { $desc_style_inline .= 'color:' . $ult_vb_settings['desc_color'] . ';'; } // line height. if ( '' != $ult_vb_settings['desc_line_height'] ) { $desc_style_inline .= 'line-height:' . $ult_vb_settings['desc_line_height'] . 'px;'; } if ( '' != $ult_vb_settings['video_banner_placeholder'] ) { $img_info = apply_filters( 'ult_get_img_single', $ult_vb_settings['video_banner_placeholder'], 'url', 'full' ); $placeholder = $img_info; $placeholder_css = 'background-image:url(' . esc_url( $placeholder ) . ');'; } $output = '<div id="' . esc_attr( $video_id ) . '" class="' . esc_attr( $vc_css_class ) . ' ult-video-banner ult-vdo-effect ' . esc_attr( $ult_vb_settings['video_banner_effect'] ) . ' utl-video-banner-item ult-responsive" ' . $banner_height_responsive_data . ' data-current-time="' . esc_attr( $ult_vb_settings['video_banner_start_time'] ) . '" data-placeholder="' . esc_attr( $placeholder ) . '" style="' . esc_attr( $placeholder_css ) . '">'; if ( '' != $ult_vb_settings['video_banner_mp4_link'] || '' != $ult_vb_settings['video_banner_webm_ogg_link'] ) : $output .= '<video autoplay loop ' . $ult_vb_settings['video_banner_mute'] . ' poster="' . esc_attr( $placeholder ) . '">'; if ( '' != $ult_vb_settings['video_banner_mp4_link'] ) { $output .= '<source src="' . esc_attr( $ult_vb_settings['video_banner_mp4_link'] ) . '" type="video/mp4">'; } if ( '' != $ult_vb_settings['video_banner_webm_ogg_link'] ) : $ext = pathinfo( $ult_vb_settings['video_banner_webm_ogg_link'] ); if ( 'webm' == $ext['extension'] ) { $type = 'webm'; } else { $type = 'ogg'; } $output .= '<source src="' . esc_url( $ult_vb_settings['video_banner_webm_ogg_link'] ) . '" type="video/' . esc_attr( $type ) . '">'; endif; $output .= __( 'Your browser does not support the video tag.', 'ultimate_vc' ); $output .= '</video>'; endif; if ( '' != $ult_vb_settings['video_banner_title'] || '' != $content ) : $output .= '<div class="ult-video-banner-desc">'; if ( '' != $ult_vb_settings['video_banner_title'] ) : $output .= '<h2 class="ult-video-banner-title" style="' . esc_attr( $title_style_inline ) . '">' . __( $ult_vb_settings['video_banner_title'], 'ultimate_vc' ) . '</h2>'; // PHPCS:ignore:WordPress.WP.I18n.NonSingularStringLiteralText endif; if ( '' != $ult_vb_settings['video_banner_content'] ) : $output .= '<div class="ult-video-banner-content" style="' . esc_attr( $desc_style_inline ) . '">' . __( $ult_vb_settings['video_banner_content'], 'ultimate_vc' ) . '</div>'; // PHPCS:ignore:WordPress.WP.I18n.NonSingularStringLiteralText endif; $output .= '</div>'; endif; $output .= '<div class="ult-video-banner-overlay" data-overlay="' . esc_attr( $ult_vb_settings['video_banner_overlay_color'] ) . '" data-overlay-hover="' . esc_attr( $ult_vb_settings['video_banner_overlay_hover_color'] ) . '"></div>'; $output .= '</div>'; return $output; } } } $ultimate_video_banner = new Ultimate_Video_Banner(); if ( class_exists( 'WPBakeryShortCode' ) && ! class_exists( 'WPBakeryShortCode_Ultimate_Video_Banner' ) ) { /** * Function that checks if the class is exists or not. */ class WPBakeryShortCode_Ultimate_Video_Banner extends WPBakeryShortCode { } }
Save