Concrete5 version 5.6.3.4 POPUP problem
Permalink
Dear all,
My website under concrete 5 versin 5.6.3.4 doesnt allow popups to open with a youtube video inside, the popup opens up but empty. Can you help please? Im using POPUP PRO. Thank you
My website under concrete 5 versin 5.6.3.4 doesnt allow popups to open with a youtube video inside, the popup opens up but empty. Can you help please? Im using POPUP PRO. Thank you
Redacted.
If you open the developer console (F12 using Chrome) and look at the Console tab when you open the modal, does it show any errors?
It's possible that this block has http hard coded and your site is https and is blocking the video.
There are a lot of other things it could be too, but without a link to the site or any additional information (or access to the Popup Pro package) it's difficult to tell.
It's possible that this block has http hard coded and your site is https and is blocking the video.
There are a lot of other things it could be too, but without a link to the site or any additional information (or access to the Popup Pro package) it's difficult to tell.
I fixed the problem by correcting the mixed content by adding :
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
to the header.
Thank you all for you support
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
to the header.
Thank you all for you support