Showing 1 – 1 of 1 replies
stephraaa

I added an SSL certificate and […]

stephraaa PURCHASED
3 years ago
Hi!
I added an SSL certificate and .htaccess to my site. Maps and videos don't show anymore. What can i do?
Have a nice day!
Double Theme
Double Theme SELLER
3 years ago
Hi,

You should be sure all files(scripts and etc) loading via "https". The Vortex template loading maps via "http" so you need to fix it.

For example:

<script src="http://maps.google.com/maps/api/js?sensor=true"></script>

to

<script src="https://maps.google.com/maps/api/js?sensor=true"></script>

Thank you!