Not HTTPS compatible
-
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.phpto 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' );
The topic ‘Not HTTPS compatible’ is closed to new replies.