Conditional protocol on default theme CSS
-
Hello,
I think this may be a new issue, but, on line 134 of the default template bbpress-functions.php, and on line 141 for RTL, the script is loading with a relative path and therefore not adding https when necessary.
Of course, when accessing site via https, this is giving a “insecure content” warning.
I made a quick edit which is replacing line 134 with:
'file' => get_home_url() . '/wp-content/plugins/bbpress/templates/default/css/bbpress.css',
Keep in mind that may not work with every single install, but likely 99%. (those who have a custom wp-content or plugins dir)
Thanks.
- You must be logged in to reply to this topic.