Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #307969

    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.

    #308128

    Hi xz6lkn!

    Can we see the site with https enabled live so we can inspect the code and see the error?

    Best regards,
    Devin

    #308139
    This reply has been marked as private.
    #308674

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.