AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Problem with Icons ...
 
Notifications
Clear all

[Closed] Problem with Icons - Font Awesome 5

4 Posts
2 Users
0 Reactions
12.4 K Views
Robert
(@robert)
Support Team Admin
Joined: 2 months ago
Posts: 10716
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#5727]

wpForo Font Awesome lib is updated to version 5. If your theme doesn't have v5 and you've disabled wpForo Font Awesome lib, please enable it back in Settings > Features admin page. If you've changed forum icons, member fields and reputation icons, please edit and insert new values using Font Awesome 5 new classes.

Small problem on some themes
In some cases you may have problem with displaying Reply Icon in Footer Statistic area. 

The solution is easy. You should put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front.

.fa-reply:before {
  content: "\f112" !important;
}

 If you have problems with other icons please let us know in this topic.



   
(@anonymous20)
Noble Member
Joined: 10 years ago
Posts: 1593
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

I have that problem. I have enabled font-awesome option, added the custom css, cleared everything.

I see that problem in the forums (the footer is ok) :

 

Screenshot1


   
Robert
(@robert)
Support Team Admin
Joined: 2 months ago
Posts: 10716
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Ok, as far as I see you're talking about white background. Thank you for letting us know. You can use this CSS code to fix this until we release the next version.

#wpforo #wpforo-wrap .wpforo-last-topics-list .far.fa-file{
font-weight: 400 !important;
}

Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front.



   
(@anonymous20)
Noble Member
Joined: 10 years ago
Posts: 1593
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 
Posted by: Robert

Ok, as far as I see you're talking about white background. Thank you for letting us know. You can use this CSS code to fix this until we release the next version.

#wpforo #wpforo-wrap .wpforo-last-topics-list .far.fa-file{
font-weight: 400 !important;
}

Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front.

Actually i have to apologize since it doesn't seem to be a problem (it was in my eyes only).

 



   
Share: