أيقونة SVG غير معروضة

The icons show up for the first 1s then don’t show up. All icons on the website.

Version: 2.8.0.beta2
No console error

إعجاب واحد (1)

Have you tried multiple browsers? If the site is public, can you post the link?

إعجاب واحد (1)

Tried on another browser, the icon will show for 1s and then it disappears Or when turning pages.
Looks like a conflict, but I can’t find the error. This Link

إعجاب واحد (1)

Ok, so something in your custom theme/plugin is removing the icons from the DOM. If you inspect the page source of any Discourse site, you will see this towards the end of the page:

That class="fontawesome" element contains the icons. In your site, something removes that element and replaces it with some other stuff. Here’s a screenshot from your site’s page source:

You need to figure out what specifically does this, and modify it so it doesn’t wipe out the icons.

إعجابَين (2)

Thank you for finding the problem. I will fix it. thank you very much.

إعجابَين (2)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.