Hi sandalian, what videos are you adding to your website? What shortcode are you adding?
I added a youtube video like https://www.youtube.com/watch?v=XXXXX but the result is in http, not https.
Here’s my code: http://pastebin.com/CKNY1SnU
Thanks!
Ps: I’m using HTML, no shortcode.
Hi, I just carried out a test in my testing site and it works for me.
Can you disable all your other plugins except this one. Then carry out a test. If this works then we know there is a conflict with a plugin, start by enabling all your other plugins one by one. At the same when you enable a plugin carry out a test until you run into the plugin that is causing the conflict.
Hi mbrsolution,
I have managed to solve this problem. I found this javascript named main.js on my theme’s directory. I have no idea (yet) how it gets there.
—
movie=”http://www.youtube.com/embed/”+movie_id
—
After I changed it into:
—
movie=”https://www.youtube.com/embed/”+movie_id
—
it works as expected.
I am happy to hear 🙂
Would you give it a 5 start rating now 🙂
Thank you.
Enjoy the plugin
@sandalian, Video Lightbox is fully compatible with HTTPS. You can check the demo here:
https://www.tipsandtricks-hq.com/wordpress-video-lightbox-plugin-display-videos-in-a-fancy-lightbox-overlay-2700
You may have another lightbox plugin which is overriding the video lightbox settings.
I had the same issue on a https site except I had to edit the prettyphoto js file
@markdenis, what changes did you have to make to the prettyphoto.js file?