Blomstra Font Awesome 6
- Edited
0.1.3
- fix an issue where double slashes were generated within the preload assets url blomstra/flarum-ext-fontawesome3
Updating
composer require blomstra/fontawesome:"*"
php flarum cache:clear
php flarum assets:publish
Just a curious thing, why do you think the search icon goes up a bit? it seems that removing line-height: 1;
from that particular icon fixes it.
IanM This is the reason I will not be using this extension anymore as I have extensions that use FA 5 icons.
This is backwards compatible with FA5, so everything will still work.
davwheat Yes, but some of the icons seem to have disappeared (example: Polls icon).
VidhunNagarajan Some extensions use an even older class that is not compatible with FA 6, for Polls in particular there is a PR (FriendsOfFlarum/polls59), so this will be fixed soon.
- Edited
Is discuss.flarum.org now using Fontawesome 6? Because discuss.flarum.org icons is different
- Edited
something went wrong after I turned on this extension
it's expected to be like this
- Edited
This is because Michael Belgium's discussion views extension doesn't use the icon()
helper provided by Flarum.
The icon is shown using CSS instead and is hardcoded.
You could use https://github.com/flarumite/simple-discussion-views instead, but it has fewer features.
davwheat could use https://github.com/flarumite/simple-discussion-views instead
I failed to install this ,with some warnings like : "but it does not match your minimum-stability "
0.1.5
- Fix search field icon vertically misaligned
Updating
composer require blomstra/fontawesome:"*"
php flarum cache:clear
php flarum assets:publish
Hi there!
Today I'm on a thread bumping frenzy...
When I activate Blomstra Font Awesome 6
(free) it works well in tags.
But somehow the icon for FriendsOfFlarum Custom Footer
turns into a square (not displaying icon).
When turning off FA 6, it returns.
Any idea as of how to troubleshoot?
I have updated all extensions and ran
php flarum migrate && php flarum cache:clear
and php flarum assets:publish
Disabled/re-enabled both the footer and the icon extensions and cleared cache in admin-panel.
FullThrottle83 I can only assume that extension uses an icon from FA 4; if you have a paid FA account you can possibly enable legacy mode to solve it. Otherwise that extension probably needs a PR to fix the icon.