Notifications
Clear all

wpForo 1.x.x [Closed] Icon issue after upgrade

5 Posts
4 Users
2 Likes
1,481 Views
Posts: 25
Topic starter
(@gombi1)
Eminent Member
Joined: 6 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: 7 years ago
Wendell
Posts: 242
(@wendell)
Reputable Member
Joined: 7 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: 10499
Admin
(@robert)
Support Team
Joined: 8 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: 6 years ago

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