Hi, I had same problem with Avada. Updating theme will solve problem.
If you need quick fix (for older version), before updating theme, you can remove 1 line:
do_action( 'avada_before_main' );
Line 248:
wp-content/themes/Avada/header.php
This hook will print:
<div class="fusion-youtube-flash-fix"> <style type="text/css"> iframe { visibility: hidden; opacity: 0; } </style> </div>
Hope you find this useful.
https://wordpress.org/support/topic/installed-wordpress-45-youtube-video-disappeared
Thanks James. I had same problem with Avada. Updating theme will solve problem.
If someone need quick fix (for older version), before updating theme, you can remove:
//do_action( 'avada_before_main' );
Line 248:
wp-content/themes/Avada/header.php
This hook will print:
<div class="fusion-youtube-flash-fix"> <style type="text/css"> iframe { visibility: hidden; opacity: 0; } </style> </div>
Hope someone find this useful.