Title: js files not loading on https multisites
Last modified: August 21, 2016

---

# js files not loading on https multisites

 *  [Stefan](https://wordpress.org/support/users/castible/)
 * (@castible)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/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.wordpress.org/ticket/13941](https://core.trac.wordpress.org/ticket/13941)
   for details.
 * Thanks and with regards
    Stefan
 * [http://wordpress.org/plugins/fikraticker/](http://wordpress.org/plugins/fikraticker/)

The topic ‘js files not loading on https multisites’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fikraticker.svg)
 * [FikraTicker](https://wordpress.org/plugins/fikraticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fikraticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fikraticker/)
 * [Active Topics](https://wordpress.org/support/plugin/fikraticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fikraticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fikraticker/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [plugins_url](https://wordpress.org/support/topic-tag/plugins_url/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 0 replies
 * 1 participant
 * Last reply from: [Stefan](https://wordpress.org/support/users/castible/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/js-files-not-loading-on-https-multisites/)
 * Status: not resolved