Open Dinoraptor101 opened 11 months ago
update: issue happens with fontawesome 5.x.x looks like a conflict between Academi and Moodle 4.3.
Was able to resolve by adding the following into the HEAD of HTML.
<script src="https://use.fontawesome.com/02c6d54247.js"></script>
Site Admin -> Appearance -> Additional HTML -> Within HEAD
Thanks for your solution, helped me setting up my theme, and sharing an update to use FontAwesome 6:
I included the following in HEAD of HTML ( Site Admin -> Appearance -> Additional HTML -> Within HEAD) :
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
We have already fixed and updated the latest source on the moodle.org https://moodle.org/plugins/theme_academi
Can someone confirm and close this?
I have temporarily addressed the issue using the CSS override.
Here's the Override CSS I wrote to address the issues in Moodle 4.3