• Resolved Beherit

    (@beherit)


    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/

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

    (@12ax7)

    It’s working fine on SSL on my site.

    Thread Starter Beherit

    (@beherit)

    @12ax7 It’s impossible – check page source and URL to emoticons.css – it will be in HTTP not in HTTPS.

    SVTX

    (@12ax7)

    My site is fully secured.

    Thread Starter Beherit

    (@beherit)

    You are not the plugins developer so I don’t want to argue with you 🙂

    Plugin Author Sebastian Krysmanski

    (@manski)

    @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

    (@beherit)

    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.