Title: No SSL support
Last modified: August 30, 2016

---

# No SSL support

 *  Resolved [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/)
 * Please change line 110 in FontEmoticonsPlugin.php from:
    `wp_register_style('
   emoticons', WP_PLUGIN_URL . '/font-emoticons/emoticons.css?v=' . self::VERSION);`
   to: `wp_register_style('emoticons', plugin_dir_url(__FILE__).'emoticons.css?v
   =' . self::VERSION);`
 * This constant don’t have trailing slash.
 * [https://wordpress.org/plugins/font-emoticons/](https://wordpress.org/plugins/font-emoticons/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [SVTX](https://wordpress.org/support/users/12ax7/)
 * (@12ax7)
 * [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/#post-6204703)
 * It’s working fine on SSL on my site.
 *  Thread Starter [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/#post-6204725)
 * [@12ax7](https://wordpress.org/support/users/12ax7/) It’s impossible – check 
   page source and URL to emoticons.css – it will be in HTTP not in HTTPS.
 *  [SVTX](https://wordpress.org/support/users/12ax7/)
 * (@12ax7)
 * [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/#post-6204893)
 * My site is fully secured.
 *  Thread Starter [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/#post-6204894)
 * You are not the plugins developer so I don’t want to argue with you 🙂
 *  Plugin Author [Sebastian Krysmanski](https://wordpress.org/support/users/manski/)
 * (@manski)
 * [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/#post-6204900)
 * [@beherit](https://wordpress.org/support/users/beherit/) I fixed the url as you
   suggested (in version 1.4.0).
 * However, I’m not sure how this would fix your problem as – to my understanding–`
   WP_PLUGIN_URL` and `plugins_url()` will point to the same URL.
 *  Thread Starter [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/#post-6204901)
 * Thank You!
 * It not point to the same URL if You have turned on SSL on frontend 🙂 Take a 
   look in Google 😀

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘No SSL support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/font-emoticons_00b0ff.svg)
 * [Font Emoticons](https://wordpress.org/plugins/font-emoticons/)
 * [Support Threads](https://wordpress.org/support/plugin/font-emoticons/)
 * [Active Topics](https://wordpress.org/support/plugin/font-emoticons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/font-emoticons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/font-emoticons/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Beherit](https://wordpress.org/support/users/beherit/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/no-ssl-support-3/#post-6204901)
 * Status: resolved