Title: Error with https://
Last modified: August 30, 2016

---

# Error with https://

 *  Resolved [jeking](https://wordpress.org/support/users/jeking/)
 * (@jeking)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-with-https/)
 * My client’s site is set to use https:// for all pages. This plugin loads the 
   stylesheets via http:// so they were being blocked.
 * I changed lines 26 and 27 of email-subscriber.php to be:
 *  wp_enqueue_style(‘kento-email-subscriber-style’, get_stylesheet_uri() );
    wp_enqueue_style(‘
   kento-email-subscriber-animate’, get_stylesheet_uri() );
 * This resolved the problem.
 * [https://wordpress.org/plugins/email-subscriber/](https://wordpress.org/plugins/email-subscriber/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [jeking](https://wordpress.org/support/users/jeking/)
 * (@jeking)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-with-https/#post-6374921)
 * This is the updated fix. The one posted above is incorrect.
 *  wp_enqueue_style(‘kento-email-subscriber-style’, plugins_url(‘css/style.css’,
   __FILE__));
    wp_enqueue_style(‘kento-email-subscriber-animate’, plugins_url(‘
   css/animate.css’, __FILE__));

Viewing 1 replies (of 1 total)

The topic ‘Error with https://’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/email-subscriber_fab66b.svg)
 * [Email Subscriber](https://wordpress.org/plugins/email-subscriber/)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscriber/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscriber/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscriber/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscriber/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [jeking](https://wordpress.org/support/users/jeking/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/error-with-https/#post-6374921)
 * Status: resolved