System - Additional Accessibility Features -> Icon alternatives #46980
Replies: 17 comments
|
See here please: This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45271. |
|
I looked at those issues and I think they only mention the 'main' icon for the button that shows the menu. I am talking about the icons in the submenu. And on the frontend. Also I noticed in the other issues people talking about font awesome. But maybe also just for the main wheelchair / accessibility icon. My main issue is the loading of CSS from a remote server for the material icons. I would like to only load local resources but the Emojies don't look very nice. I do like the material icons but I was wondering if we could somehow NOT load any (local or remote) icons bu instead add out own css / icons in the template. We just need to have an Or maybe there are other ways to prevent a remote server connection and still have nice looking icons? |
|
@QuyTon Based on my extra info can you reopen this issue? |
|
This can be done but only with an upgrade of the 3rd party script used that provides the functionality of the plugin. |
I have the same problem! |
until I get a go ahead from the accessibility team I wont be spending the considerable amount of time to required to fix this. Last I heard they were going to remove the plugin so I wont waste my time without their go ahead |
|
If the plugin is removed, will there be a replacement? |
|
I hope the plugin won't be removed without a replacement! |
|
Thanks for your input! The plugin is discussed and no decison is made until now. But it will not be removed without replacement. |
|
Good to know! |
|
Are they trying to maintain the plugin and fix the problems? |
|
They are. |
|
Any news about updating the Accessibility plugin? |
|
Unfortunately - no news. Due to lack of resources ... |
|
Maybe a solution will be found at least for the main icon! |
|
With CSS: Example: https://www.dr-menzel-it.de/jd24nl/ |
|
A small workaround! |
Uh oh!
There was an error while loading. Please reload this page.
The plugin 'System - Additional Accessibility Features' offerst two icon sets to choose from:
When choosing the Google Material font it is load like this:
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" class="_access-font-icon-0">This means an external css file is loaded from a Google server. I would like to have the option to load a local font file or css in stead.
I am am not sure how the Emoji icons are loaded. I think this is a font, but loaded locally? Anyway, those icons look awefull ;-) I like the material icons much better, but I would like some control over how to load those icons.
So maybe we could have an option to use the Material icon from a local CSS file?
Or maybe we could have an option to used NEITHER icons so we use our template CSS to add the icons, as long as there is an element / classname in the output to target...
Any thoughts on this?
All reactions