FIXED: Elementor keeps loading forever ?
-
I’ve come across with this issue for half a day and after going through tons of reading and testing I’ve found a solution to my issue specifically:
– Paste the following line in your wp-config.php (below: define(‘NONCE_SALT’,…)
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
– Save the file.
-F5 your page and see the result!Resource: https://wordpress.stackexchange.com/questions/75921/ssl-breaks-wordpress-css
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘FIXED: Elementor keeps loading forever ?’ is closed to new replies.