[Plugin: AddThis] Error when running admin behind SSL
-
Hi,
There is a problem with this plugin enabled and this enabled in wp-config.php:
define(‘FORCE_SSL_ADMIN’, true);
Specifically, in the admin, there is a mixed-content warning because of how addthis.css is loaded. It always loads it via http when it should load it via https.
<link rel=’stylesheet’ id=’addthis-css’ href=’https://somesite.come/wp-content/plugins/addthis/css/addthis.css?ver=3.0.3′ type=’text/css’ media=’all’ />
should be
<link rel=’stylesheet’ id=’addthis-css’ href=’https://somesite.come/wp-content/plugins/addthis/css/addthis.css?ver=3.0.3′ type=’text/css’ media=’all’ />
thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: AddThis] Error when running admin behind SSL’ is closed to new replies.