Notifications
Clear all

[Solved] Home Icon disappear!!!

3 Posts
2 Users
0 Reactions
1,915 Views
Posts: 2
Topic starter
(@jignesh)
New Member
Joined: 8 years ago

Hi, myself using a wordpress theme with left sidebar Menu layout. On Forum display page, without using forum widgets, can't see Forum Breadcrumbs "Home" icon and even forum section heading also getting pressedΒ .. any solution?

As i inspected Elements in Chrome Browser, found something missing like;

On your site (wpforo.com)
<i class="fa fa-home"></i>

Β  ::before

</i> == $

On My Site:

<i class="fa fa-home"></i>Β == $0

Also one more thing, when i hover on Element on your site:Β 

<a href="https://wpforo.com/community/" class="wpf-root" title="Forums"><i class="fa fa-home"></i></a>

i see, page showsΒ message like: "a.wpf-root | 39 x 24" but mine : "a.wpf-root | 0Β x 0"

is it something missing?

2 Replies
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

It seems your theme font-awesome conflicts with wpForo font-awesome icon library. Try to disable wpForo font-awesome library in Dashboard > Forums > Settings > Features admin page.

Posts: 2
Topic starter
(@jignesh)
New Member
Joined: 8 years ago

Thanks Robert for prompt reply and suggestion. Actually, I was disabled Font-awesome feature so ENABLE Β and it's showing now! πŸ™‚

Regards,