Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    October 14, 2015 at 6:07 am #21400

    Hello, I have two youtube videos embedded in a slider on this page: https://cascadeintegrativemedicine.com/ and one youtube video by itself here: https://cascadeintegrativemedicine.com/interpretation-of-23andme-results/. These all worked great initially. I had an SSL certificate installed and all the videos disappeared. It must be that the SSL certificate is blocking the insecure content because, in Chrome, when I allowed insecure content, the videos reappeared.

    Is there a way to display youtube videos in the Alora theme with an SSL certificate installed?

    Thank you 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    October 14, 2015 at 11:50 am #21409

    Hi,

    In wp-content/plugins/t4p-core/shortcodes/class-youtube.php
    Go to line 51 and find.

    http://www.youtube.com/embed/%s?wmode=transparent%s%s

    add s to http.

    https://www.youtube.com/embed/%s?wmode=transparent%s%s

    Thanks!

    JS
    Spectator
    Posts: 27
    October 14, 2015 at 5:09 pm #21415

    Changing the code didn’t work initially. I then installed a plugin called “SSL Insecure Content Fixer” and selected “Content” in the plugin “Settings”, and it worked. Not sure if it was due to the code change you suggested or due to the plugin, or both, but it’s working now.

    Anyway, thanks for your help.