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?
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.
Thanks Robert for prompt reply and suggestion. Actually, I was disabled Font-awesome feature so ENABLE Β and it's showing now! π
Regards,