Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

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

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

6 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 5 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: 9 years ago

Support Team
Posts: 10616

@tonyatfonsori,

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

(@tonyatfonsori)
Joined: 5 years ago

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

Noble Member
Posts: 1522

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: 5 years ago

Eminent Member
Posts: 16

@tutrix It works! Thank you 🙂

Â