Notifications
Clear all

wpForo 1.x.x [Solved] FB share icon missing

7 Posts
3 Users
4 Reactions
804 Views
Posts: 16
Topic starter
(@tonyatfonsori)
Eminent Member
Joined: 4 years ago

Forums > Settings > API's > General Share Buttons > Icon enabled....the FB icon isn't shown. See attached.

6 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

@tonyatfonsori,

Something affects font-awesome facebook icon. I need to check it directly on your website to see the conflict maker and suggest some CSS code to fix it.

5 Replies
(@tonyatfonsori)
Joined: 4 years ago

Eminent Member
Posts: 16

@robert Do you need to access my site or can you check it from the Page Source?

Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

@tonyatfonsori,

Please provide a URL to the forum. I don't need any source.

(@tonyatfonsori)
Joined: 4 years ago

Eminent Member
Posts: 16
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

hi @tonyatfonsori

add this to custom css


#wpforo #wpforo-wrap .fa-facebook-f::before {
content: "\f39e" !important;
}

Dashboard > Forums > Settings > Style (custom css)

(@tonyatfonsori)
Joined: 4 years ago

Eminent Member
Posts: 16

@tutrix It works! Thank you 🙂

Â