• Resolved Adam Walter

    (@adamwalter)


    The plugin contains a hard-coded HTTP URL for the Font Awesome stylesheet which causes a mixed-content error on HTTPS sites.

    To fix, change line 27 in social-authorbox.php to remove the protocol which is best practice:

    wp_enqueue_style( 'prefix-font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css', array(), '4.0.3' );

    • This topic was modified 8 years, 11 months ago by Adam Walter.
    • This topic was modified 8 years, 11 months ago by Adam Walter.
    • This topic was modified 8 years, 11 months ago by Adam Walter.

The topic ‘Not HTTPS compatible’ is closed to new replies.