Divi – How can we show background video on mobile

I figured out a “down and dirty” fix in the theme code. This will be overridden when you update the theme so you’ll have to do it again at that time. themes/Divi/includes/builder/scripts/frontend-builder-scripts.js Lines 1316 – 1330 if ( et_is_mobile_device ) { $( ‘.et_pb_section_video_bg’ ).each( function() { var $this_el = $(this); $this_el.closest( ‘.et_pb_preload’ ).removeClass( ‘et_pb_preload’ ); … Read more

Does the default WordPress video player support closed captions?

I don’t know WordPress has its own video player, but HTML5 video player supports closed captions. This is the example. <video width=”320″ height=”240″> <source type=”video/mp4″ src=”/my_video_file.mp4″ > <track src=”/captions_file.vtt” label=”English” kind=”captions” srclang=”en-us” default > <track src=”/French_captions_file.vtt” label=”French” kind=”subtitles” srclang=”fr” > </video> But, I recommend this Video.js

image in new embedded player

You can take a look on Video Embed & Thumbnail Generator Plugin, that allows you to add several fields to any video uploaded to the WordPress Media Library. Just choose a few options and click Insert into Post and you’ll get a shortcode in the post editor that will embed a flexible, responsive HTML5/Flash video … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)