https (SSL) disables iFrame & Css

paidurlscom5155

New Member
Wurlie User
Jun 11, 2015
4
0
0
Hi there , I enabled https on my site but iFrame is not showing & also CSS.

But as we can see that wurlie's official demo runs on https (https://gourl.us/) , so why cant my site ?

Best Regards
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Did you change the _CONFIG_SITE_PROTOCOL in _config.inc.php?

Code:
define("_CONFIG_SITE_PROTOCOL", "http");
Code:
define("_CONFIG_SITE_PROTOCOL", "https");