Please or Register to create posts and topics.

Loading icons conflicts with social networking buttons

Thomas, hello!
On my site after the last update, the social network buttons disappeared in the footer of the site: https://erenbur.ru/discussion
If I deactivate the forum plugin, they appear. If I remove the tick in the “Load Font Awesome icon library” setting, social network buttons appear, but the icons in the forum disappear.
The site has a professional version of the Colormag theme: https://themegrill.com/themes/colormag/

Maybe when you next update the plugin, make a folder with icons right in the plugin and let the forum take them straight from there?

Same problem https://kam-news.ru/forum
I had to roll back to version 1.13.3

 

 

Hello @erenbur @rusev

Asgaros Forum uses a Font Awesome-library which is included directly within the plugin (in the /libs-folder). The main problem seems to be that a lot of WordPress themes and plugins are using an old outdated version of Font Awesome (v4). Asgaros Forum uses the latest version 5 of Font Awesome. Unfortunately, the css-rules are not compatible between each other so when a website is using both versions, a component which relies on another version is not displaying correctly.

Can you please try if the following can fix the issue:

  • Edit the header.php-file of your theme with the theme-editor (Appearance -> Theme Editor) or manually
  • Before the closing </head> tag add the following line of code:
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/v4-shims.css">

After saving the changes and clearing the browser cache, please let me know if the icons work again (the “Load Font Awesome icon library”-option must be activated for this).

If this fix the issue, I can include it in a new Asgaros Forum-update.

Erenbur has reacted to this post.
Erenbur
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

@asgaros

After inserting the code into the header of the site, social network buttons appeared.

Спасибо! 🙂

@asgaros Thank!
I’ll check it out at night. During the day many users use the forum.

I updated the plugin to 1.14.2, deleted the line in the header, everything works fine.

Asgaros has reacted to this post.
Asgaros

Happy to hear that everything works fine now.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hi @asgaros

Successfully updated to 1.14.2.
Everything is working https://kam-news.ru/forum
Even earned a poll.

Thank you very much!

Asgaros has reacted to this post.
Asgaros