wiwaltill
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] YouTube iFrame 404 ErrorHi @aahulsebos
I don’t think so. I found this template in my theme files:
vc_video.php
<?php $output = $title = $link = $size = $el_class = ''; extract( shortcode_atts( array( 'title' => '', 'link' => 'https://vimeo.com/92033601', 'image' => '', 'el_class' => '', 'css' => '' ), $atts ) ); if ( $link == '' ) { return null; } $el_class = $this->getExtraClass( $el_class ); // Video Preview if(!empty($image)) { $preview = wp_get_attachment_image_src($image, 'full'); if(!empty($preview[0])) { $preview = $preview[0]; } $preview_hidden = ''; } else { $preview_hidden = 'preview_hidden'; } global $wp_embed; $embed = '<iframe width="950" height="534" data-src="'.$link.'?feature=oembed" allow="autoplay" frameborder="0" allowfullscreen=""></iframe>'; $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_video_widget wpb_content_element' . $el_class . $el_class . vc_shortcode_custom_css_class( $css, ' ' ), $this->settings['base'], $atts ); if(!empty($preview)) { $output .= "\n\t" . '<div class="stm_video_wrapper">'; $output .= "\n\t" . '<div class="' . $css_class . '">'; $output .= "\n\t\t" . '<div class="wpb_wrapper">'; if (!empty($title)): $output .= "\n\t" . '<div class="stm_video_wrapper_title">'; $output .= wpb_widget_title(array('title' => $title, 'extraclass' => 'wpb_video_heading')); $output .= "\n\t" . '</div> ' . $this->endBlockComment('.stm_video_wrapper_title'); endif; $output .= '<div class="stm_theme_wpb_video_wrapper">'; if (!empty($preview)): $output .= '<div class="stm_video_preview" style="background-image:url(' . $preview . ')"></div>'; endif; $output .= '<div class="wpb_video_wrapper ' . $preview_hidden . '">' . $embed . '</div></div>'; $output .= "\n\t\t" . '</div> ' . $this->endBlockComment('.wpb_wrapper'); $output .= "\n\t" . '</div> ' . $this->endBlockComment('.wpb_video_widget'); $output .= "\n\t" . '</div> ' . $this->endBlockComment('.stm_video_wrapper'); echo masterstudy_filtered_output($output); } else { ?> <iframe width="100%" height="400" src="<?php echo esc_url($link); ?>?feature=oembed" allow="autoplay" frameborder="0" allowfullscreen=""></iframe> <?php } ?> <?php if(!empty($link)): ?> <script> (function($) { "use strict"; $(document).ready(function ($) { stmPlayIframeVideo(); }); /* Custom func */ function stmPlayIframeVideo() { $('.stm_video_preview').on('click', function(){ $(this).addClass('video_preloader_hidden'); var addPlay = $(this).closest('.stm_video_wrapper').find('iframe').attr('data-src'); $(this).closest('.stm_video_wrapper').find('.wpb_video_wrapper').addClass('video_autoplay_true'); $(this).closest('.stm_video_wrapper').find('iframe').attr('src', addPlay + '&autoplay=1'); }); }; })(jQuery); </script> <?php endif; ?>
I hope this can help.
- This reply was modified 1 year, 6 months ago by wiwaltill.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] YouTube iFrame 404 ErrorUnfortunately, there is no difference whether with or without the placeholder checkbox.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] YouTube iFrame 404 ErrorAlternatively, an option that hides any placeholders would be good. And then if someone does not accept cookies, no video is shown at all. Maybe as a black screen for example.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] YouTube iFrame 404 ErrorThank you for the quick feedback.
But unfortunately it doesn’t work. If I switch off the WPBakery thumbnail, I can start the video normally, but the proportions of the player are then completely lost. Is it possible to deactivate the placeholder of Complianz if I have accepted the cookies?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] YouTube iFrame 404 ErrorEDIT: If I deactivate the placeholder from WPBakery Page Builder, everything runs ok. But I don’t want to do without the thumbnails. If I don’t accept cookies, it also works…
Apparently there are problems with this when the PageBuilder outputs the autostart for the YouTube video through the Start button.
- This reply was modified 1 year, 7 months ago by wiwaltill.
Hello James,
thank you very much for your message! I have checked the whole thing again. The problem is now fixed in Firefox. In Safrai unfortunately not yet.
Best Regards
I am using:
MacBook Pro
macOS Mojave (Version 10.14.6)
Safari (Version 14.1.1 (14611.2.7.1.6))Thanks for the quick reply.
In fact, the plugin works normally in Chrome.
I sent the site health information with the form.Best Regards