js files not loading on https multisites
-
in news.php, your are using WP_PLUGIN_URL constant to get the base url for loading neede js files.
Because of a well known bug in WP regarding getting urls in https scenarios, this leads to getting the javascript files from http in a SSL (multisite) scenario, leading to your ticker not working at all.
Could you rather get the js files’ urls by using plugins_url() instead of the (in this scenario wrong) constant WP_PLUGIN_URL?
See https://core.trac.www.ads-software.com/ticket/13941 for details.
Thanks and with regards
Stefan
- The topic ‘js files not loading on https multisites’ is closed to new replies.