You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#114312 Display Font Awesome icons in editor

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Brause64 on Monday, 31 July 2023 14:51 BST

Brause64
Hi,
I have installed the plugin https://github.com/widgetfactory/jce-editor-fontawesome in Joomla 3 and awesome icons are displayed in front and back end.

After upgrading to Joomla 4 awesome icons are not displayed in back end any more. I am using an Astroid template.

How can I solve this issue?

Thanks in advance.

Attachments

Ryan
The Astroid tempkate does not include Fontawesome in its css folders, it is loaded from the media folder.

Change the Custom CSS Files value to:

media/vendor/fontawesome-free/css/fontawesome.css

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Brause64
I have changed CSS files but only a placeholder is displayed not the icons ...?

Attachments

Ryan
Try using:

media/astroid/assets/vendor/fontawesome/css/all.min.css

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Brause64
Now it works fine. 😃

Thank you very much!