XF 2.3 HELP!!! My Forum Is Missing A LOT of icons!

CrazyChef

Active member
I've been pulling my hair out trying to figure this out. I've searched the forum, but didn't see an answer. There are numerous icons missing from my forum, yet the functionality is still there - just the icon image is missing. Any idea why this is happening? The style is UI.X2 / Shades of Grey, and XF2.3.4.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Instead of searching the forum, I searched Google. For some reason, that led me to the answer here on the XF forum.
If anyone else is experiencing this, here's the thread that fixed my version of the problem:
 
The way FA icons are displayed changed earlier this year with 2.3 release.

Maybe check with your third party theme provider, for an updated version compat with 2.3.x and 2.4.x.

If you added node icons yourself in the extra.less template, then there is a format change. There were several posts covering it, on this forum.

example:
Code:
.node.node--id5 .node-icon i {
    &:before {
        .m-faContent(@fa-var-wrench, 1em);
    }

    svg {
        display: none;
    }
}
 
Last edited:
Back
Top Bottom