XF 1.5 Facebook icon missing

vbuser

Active member
The facebook logo is missing from the login button. I've tried different styles with the same result.

facebook.webp
 
Apparently that link is no longer valid... perhaps not needed, but it is causing an invalid link flag when checking our site for security errors.

Code:
background: #29447e url('//b.s-static.ak.facebook.com/images/connect_sprite.png');

I assume it is safe to remove it from the facebook.css template or is there a replacement?
 
I have been messing around with this. In the facebook.css template, I replaced
Code:
//b.s-static.ak.facebook.com/images/connect_sprite.png
with
Code:
styles/default/xenforo/connect_sprite.png
I also added
Code:
background-repeat: no-repeat;
The following resulted:

Screen Shot 2017-12-26 at 10.29.47 AM.webp

This is my forum home (Brogan's CTA add-on):

Screen Shot 2017-12-26 at 10.29.56 AM.webp
 
Top Bottom