janbarnas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site totally broken in IEsolution was intranet compatibility mode in IE which was turned on for this url.
Thread can be deleted if you’d like.
Forum: Plugins
In reply to: [WP Video Lightbox] Not working on index, is working on other pagesThank you!
I also tried:
<a href="https://www.youtube.com/watch?v=gyNbAVkZgHw" rel="wp-video-lightbox" title="This is Coenradie"><img src="https://www.coenradie.nl/wp-content/uploads/2017/06/BekijkVideoButtonSmall.png" alt="This is Coenradie" width="60" /></a>To perhaps force it to load via HTTPS, instead of through youtube video ID but it still throws the same error.
jquery.prettyPhoto.min.js?ver=5.4.5:1 Mixed Content: The page at 'https://wptest.coenradie.nl/home/' was loaded over HTTPS, but requested an insecure resource 'http://www.youtube.com/embed/gyNbAVkZgHw?rel=1'. This request has been blocked; the content must be served over HTTPS.Forum: Plugins
In reply to: [WP Video Lightbox] Not working on index, is working on other pagesIs this something you could look into and fix if it is indeed a compatibility issue with WPBakery Visual Composer? The VC is a pretty major plugin I think. I’d be happy to provide more information for troubleshooting.
Forum: Plugins
In reply to: [WP Video Lightbox] Not working on index, is working on other pagesWe’ve nailed it down to something very specific. The Grid Post element of WPBakery Visual Composer causes the WP Video Lightbox to stop working:
Mixed Content: The page at ‘https://wptest.coenradie.nl/#wp-video-lightbox/0/’ was loaded over HTTPS, but requested an insecure resource ‘http://www.youtube.com/embed/gyNbAVkZgHw?rel=0&autoplay=1’. This request has been blocked; the content must be served over HTTPS.
We’re only getting this error and the Video Lightbox only stops working with the Grid Post added to a page. We’ve tested this with a blank page with just the Video Lightbox and the Grid Post in it.
Grid Post loads Posts into the page, so that’s causing something. But all URL’s are HTTPS. The Posts on our wordpress are of course also loaded via HTTPS…