Font Awesome Library Compatibility

Created on 11 July 2023, 12 months ago

Problem/Motivation

Great Module but not compatible with the current version of font awesome

Steps to reproduce

1- Install Module via composer
2- Install the latest font awesome version 6
3- Make sure you have the font awesome icon in your ckeditor
4- Upload your audio and save...

Proposed resolution

Here's a little CSS hack i got it to display the control icons.

Please commit and revise accordingly. I had ti use important temporarily to force it to display.

Also, the latest font awesome syntaxt requires fa fa-classitem to display cleanly.

.iru-tiny-player .icon::before{
font-family: "Font Awesome 5 Free" !important;
font-weight: 900 !important;
}

✨ Feature request
Status

Active

Version

1.0

Component

User interface

Created by

πŸ‡ΊπŸ‡¬Uganda Thomas Kaisuka

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024