I’m using a Youtube video for the fullscreen slider > video slide in the Enfold Theme.
It works great when I call the page using http, but when I call the page using https, the slide is simply white (no video, no sound).
I tried loading the .js files both with http and https, but no change in behavior.
Hi xz6lkn!
Can we see the site with https enabled live so we can inspect the code and see the error?
Best regards,
Devin
Hi!
Thanks for the bug report. We’ll fix this with the next update. If you need a quick fix open up /wp-content/themes/enfold/js/shortcodes.js and replace
youtube : {loaded: false, src: 'http://www.youtube.com/iframe_api' }
with
youtube : {loaded: false, src: 'https://www.youtube.com/iframe_api' }
Regards,
Peter