Title: [Plugin: WP Coda Slider] Using with HTTPS and SSL
Last modified: August 20, 2016

---

# [Plugin: WP Coda Slider] Using with HTTPS and SSL

 *  Resolved [monkeystyping](https://wordpress.org/support/users/monkeystyping/)
 * (@monkeystyping)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-coda-slider-using-with-https-and-ssl/)
 * This plugin is not coded correctly for use with a HTTPS / SSL secure site. Uses
   an old convention or PHP variable to get to the plugins directory, and that old
   method only makes use of http: instead of https:
 * The fix — add this code to your “functions.php” file:
 * `
    remove_action ('init', 'c3m_coda_scripts'); add_action ('init', 'c3m_coda_scripts_https_aware');
 * function c3m_coda_scripts_https_aware() {
    wp_enqueue_script('coda_slider', plugins_url().'/
   wp-coda-slider/js/coda.slider.js', array( 'jquery' )); wp_enqueue_style('coda_slider_css',
   plugins_url() . '/wp-coda-slider/css/coda-slider-2.0.1.css'); wp_localize_script('
   coda_slider', 'Plugin_Url', array( 'plugin_url' => plugins_url() ) ); }
 * And that should fix it.
 * [http://wordpress.org/extend/plugins/wp-coda-slider/](http://wordpress.org/extend/plugins/wp-coda-slider/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chris Olbekson](https://wordpress.org/support/users/c3mdigital/)
 * (@c3mdigital)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-coda-slider-using-with-https-and-ssl/#post-2379928)
 * Thank you for the fix. This is included in the 0.3.4 update.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Coda Slider] Using with HTTPS and SSL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-coda-slider_b2b1b1.svg)
 * [WP Coda Slider](https://wordpress.org/plugins/wp-coda-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-coda-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-coda-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-coda-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-coda-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-coda-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chris Olbekson](https://wordpress.org/support/users/c3mdigital/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-wp-coda-slider-using-with-https-and-ssl/#post-2379928)
 * Status: resolved