How to solve blocked loading mixed active content in WordPress
First you need to identify where that mixed content is, to identify mixed content please open your website in google chrome and right click on your website web page and select Inspect element, when inspect element open please click console and see where is mixed content see the above image example.
Solution:
Add the following to wp-config.php:
$_SERVER['HTTPS'] = 'on';
Thank you.
How to solve blocked loading mixed active content in WordPress
Reviewed by Md Shahinur Islam
on
September 13, 2022
Rating:

No comments: