- Posts: 45
- Thank you received: 0
FontAwesome quit working in Museum template
1 day 18 hours ago - 1 day 18 hours ago #52188
by kent8
FontAwesome quit working in Museum template was created by kent8
I had the FontAwesome icons working for quite a while in this site. So the FontAwesome parameter has been enabled in the template for many months.
townoflimon.com/index.php/government/building-department
The icons at the beginning of each line are arrows, here is the code for one line:
---
<h3><span class="fa fa-arrow-circle-right"></span> <span style="color: #6d5d92;"><a href=" townoflimon.com/images/pdf/building/buil...sure_2014_fillin.pdf " target="_blank" rel="noopener" style="color: #6d5d92;">Permit Application
Joomla! 5.4.3 Stable [ Kutegemea ] 17-February-2026 16:00 GMTJoomla Backward Compatibility PluginEnabled ()
PHP Version8.3.30
PHP Built OnLinux vps117198.inmotionhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Database TypemysqlDatabase Version10.6.25-MariaDB
Please tell me why this quit working and how to fix it please ?
townoflimon.com/index.php/government/building-department
The icons at the beginning of each line are arrows, here is the code for one line:
---
<h3><span class="fa fa-arrow-circle-right"></span> <span style="color: #6d5d92;"><a href=" townoflimon.com/images/pdf/building/buil...sure_2014_fillin.pdf " target="_blank" rel="noopener" style="color: #6d5d92;">Permit Application
Joomla! 5.4.3 Stable [ Kutegemea ] 17-February-2026 16:00 GMTJoomla Backward Compatibility PluginEnabled ()
PHP Version8.3.30
PHP Built OnLinux vps117198.inmotionhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Database TypemysqlDatabase Version10.6.25-MariaDB
Please tell me why this quit working and how to fix it please ?
Last edit: 1 day 18 hours ago by kent8. Reason: the text formatting of the version info was screwy, so i cleaned it up a bit
Please Log in to join the conversation.
1 day 8 hours ago #52190
by milos
Replied by milos on topic FontAwesome quit working in Museum template
Hello,
Edit the file /templates/sparky_framework/library/spaky_css.php. In this file, find this part:
and change it to:
Then go to the template settings in System > Site Template Styles > Museum and save once (you don't need to change any parameters).
Regards,
Milos
Edit the file /templates/sparky_framework/library/spaky_css.php. In this file, find this part:
Code:
.fa, .fas, [class*=' icon-'], [class^=icon-] {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
and change it to:
Code:
.fa, .fas, [class*=' icon-'], [class^=icon-] {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
Then go to the template settings in System > Site Template Styles > Museum and save once (you don't need to change any parameters).
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.215 seconds