vbuser Active member Dec 25, 2016 #1 The facebook logo is missing from the login button. I've tried different styles with the same result.
The facebook logo is missing from the login button. I've tried different styles with the same result.
P Paul B XenForo moderator Staff member Dec 25, 2016 #2 It is served from this sprite URL - https://b.s-static.ak.facebook.com/images/connect_sprite.png Which appear s to be down at the moment (the same problem is evident on this site). Upvote 0 Downvote
It is served from this sprite URL - https://b.s-static.ak.facebook.com/images/connect_sprite.png Which appear s to be down at the moment (the same problem is evident on this site).
Sonnie Active member Apr 15, 2017 #3 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? Upvote 0 Downvote
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?
P Paul B XenForo moderator Staff member Apr 15, 2017 #4 It's now served from your own site, for example: https://xenforo.com/community/styles/default/xenforo/connect_sprite.png Upvote 0 Downvote
It's now served from your own site, for example: https://xenforo.com/community/styles/default/xenforo/connect_sprite.png
Sonnie Active member Apr 15, 2017 #5 So that link needs to be updated to styles/default/xenforo/connect_sprite.png Upvote 0 Downvote
P Paul B XenForo moderator Staff member Apr 15, 2017 #6 It is in the current version. Upvote 0 Downvote
Sonnie Active member Apr 15, 2017 #7 Is there something more current than 1.5 that I am missing? That what we installed and it still had the b-s link. Either way, it's updated now. Upvote 0 Downvote
Is there something more current than 1.5 that I am missing? That what we installed and it still had the b-s link. Either way, it's updated now.
Gilbreth Wilson Member Apr 15, 2017 #8 Hi, FB logo for my site also missing on main login page. Is this related, and if so / not, how do I go about fixing it please? Thank you, Gil Upvote 0 Downvote
Hi, FB logo for my site also missing on main login page. Is this related, and if so / not, how do I go about fixing it please? Thank you, Gil
CFMack Active member Dec 26, 2017 #9 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: This is my forum home (Brogan's CTA add-on): Upvote 0 Downvote
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: This is my forum home (Brogan's CTA add-on):