Title: plugin fails after adding SSL
Last modified: August 31, 2016

---

# plugin fails after adding SSL

 *  Resolved [skuga](https://wordpress.org/support/users/skuga/)
 * (@skuga)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-fails-after-adding-ssl/)
 * we have a site under development that uses wp splash image for a quick warning
   before moving on to the site Before we added SSl
    it was working fine after SSL
   was added going tot he site with https:// make the splash image brek. THe object
   and ligthboxing show but its all positioned above the page without the close 
   button.
 * Basically it fails it fails to add styles
    position: fixed; z-index: 10000; top:
   70.4px; left: 414px; display: block;”
 * and it fails to add
 * whenever I call the page via Https.
 * Any assitance appreciated
 * [https://wordpress.org/plugins/wsi/](https://wordpress.org/plugins/wsi/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [skuga](https://wordpress.org/support/users/skuga/)
 * (@skuga)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-fails-after-adding-ssl/#post-7020273)
 * OK figured this out
 * Basically the scripts and styles associated with this plugin do not take into
   account https because the wp_register_script, wp_register_style reference a function
   getURL in wsiCommons that calls WP_PLUGIN_URL
    which does not account for https
   see: [https://wordpress.org/ideas/topic/wp_plugin_url-doesnt-take-ssl-into-account](https://wordpress.org/ideas/topic/wp_plugin_url-doesnt-take-ssl-into-account)
 * Patch: change WP_PLUGIN_URL to plugins_url in
    wsi/WsiCommons.class.php

Viewing 1 replies (of 1 total)

The topic ‘plugin fails after adding SSL’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [skuga](https://wordpress.org/support/users/skuga/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/plugin-fails-after-adding-ssl/#post-7020273)
 * Status: resolved