Hi, can you carry out this test. Disable all your other plugins except this one. Then check again to make sure that it is adding the https://.
I disabled all other plugins & it still had the same issue.
What shortcode are you currently using?
I have the same issue
my code is looking like this:[video_lightbox_youtube video_id="LrUvu1mlWco" width="640" height="480" anchor="https://xyz.com/wp-content/uploads/2016/03/watch-movie-cta2.png"]
Can you help?
Hi, your issue might come from your theme. You might like to read the following thread. They also experienced an issue with their theme.
I also had a similar issue. My problem ended up being the Visual Composer plugin. It enqueues its own version of prettyphoto that ends up overriding the plugin’s version.
Both versions actually load (because they are enqueued using different names) but the Visual Composer version loads last so it overrides.
I was able to fix this by dequeueing the Visual Composer version in my theme’s functions.php.
However, Visual Composer is a very popular plugin. You should probably figure out a way to make them work together.
Hi Jeffertzier
I think I maybe having the same problem to as I am using Visual Composer however I’m not to sure how to dequeueing the Visual Composer version in my theme’s functions.php.
My code is as follows which I think is okay
<a href=” https://player.vimeo.com/video/150557014″
rel=”wp-video-lightbox” title=””><img
src=” http://www.yourhealthypet.co.uk/wp-content/uploads/2016/04/white-dog-white-background-13.jpg”alt=”vimeo” width=”640″ height=”480 />
My theme is Mr Tailor
Many thanks 🙂
By the way my problem is the image will load but when I click on it, it won’t connect to Vimeo
@alberta210 I am facing the same problem. Please share your solution. Thanks very much!