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 [Closed] Icon issue after upgrade

5 Posts
4 Users
2 Reactions
1,826 Views
Posts: 25
Topic starter
(@gombi1)
Eminent Member
Joined: 8 years ago

Hi,

Some icons are not showing anymore after the last update. Any help on this would be great...

 Thanks,

 
4 Replies
Posts: 112
(@veganostomy)
Estimable Member
Joined: 8 years ago
Wendell
Posts: 247
(@wendell)
Reputable Member
Joined: 8 years ago

As stated in the 1.4.6 release announcement, you'll have to review and update your Font Awesome icons. Font Awesome recently updated to version 5.0 and they have caused a bunch of turmoil in many plugins and themes.

You'll need to edit each forum in wpForo settings and change from the old FA naming conventions to the new. If you use the Custom Fields addon, you'll also need to edit all fields that have icons to match the new FA naming convention.

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago
Posted by: gombi1

Hi,

Some icons are not showing anymore after the last update. Any help on this would be great...

 Thanks,

 

Try to 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: "\f3e5" !important;
}
Posts: 25
Topic starter
(@gombi1)
Eminent Member
Joined: 8 years ago

Thanks to all for the help! I should read release notes before asking questions.  😀Â