Support › Forums › Support (Legacy) › Issues with the Accessibility plugin…
Tagged: accessibility, leader
-
AuthorPosts
-
15/06/2016 at 4:08 #1752
Hi there
I have the following issues with the Accessibility tool
– Help is still showing, the boxes in the settings are empty as required
– Grayscale isn’t working on the Desktop, it’s working on mobile
– There is no option to translate the “Reset”, I need this
– The logo position (height) isn’t adjusting on mobile in vertical mode, it’s doing fine in horizontal mode– Where can I change the Logo?
Thank you
Jakob
15/06/2016 at 7:21 #1754Hi Jakob,
1. Do you want to hide the help option?
2. Here is grayscale in desktop: http://i.imgur.com/teWgizS.jpg
3. There is no built-in way to do this
4. What value did you give?
5. It’s an icon. you can change it in CSS.
This is the value:.fa-wheelchair:before { content: "\f193"; }
You can choose from here: http://fontawesome.io/icons/#accessibility
and just replace the font value.15/06/2016 at 8:18 #1757Hi Boaz
1. Yes
2. Hmm, it works in chrome but not in IE (I did empty the cache), everything else is working
3. 😉 I know, I know as well that you know where I could change it. Just tell me where, I do it myself…
4. 60px see here
https://dl.dropboxusercontent.com/u/8273044/IMG_2696.PNG
https://dl.dropboxusercontent.com/u/8273044/IMG_2698.PNGcan I move the menu to the right so the accessibility symbol isn’t covering it?
https://dl.dropboxusercontent.com/u/8273044/IMG_2697.PNG
https://dl.dropboxusercontent.com/u/8273044/IMG_2699.PNG5. I use this with and without !important, but doesn’t work (/public_html/wp-content/themes/leader-child/assets/css/style.css)
.fa fa-blind:before { content: "\f29d" !important; }
Thank you Boaz
15/06/2016 at 10:55 #1763Hi,
First of all, you need to make the CSS changes under Design > Customize > LIVE CSS.1. To hide it you can add this:
a.pojo-a11y-toolbar-link.pojo-a11y-link-help { display: none!important; }
2. I will check this
3. You can find it in the plugins > pojo accessibility > langauge.
Make sure you are creating the same file inside the child theme (don’t edit the original file)4. Try to set the value in percents instead of pixels.
5. Make sure you are changing it inside the LIVE CSS (not in a stylesheet)
16/06/2016 at 3:39 #1765Hi Boaz
I’m a little confused, in style.css here /public_html/wp-content/themes/leader-child/ it says
* YOUR CSS CODE, PUT IN assets/css/style.css
You tell me to put it in Design > Customize > LIVE CSS, which is now the correct way?
1. Worked perfectly
2. Thank you for checking
3. So that would be here /public_html/wp-content/themes/leader-child/ like this /public_html/wp-content/themes/leader-child/plugins/pojo-accessibility/languages/
4. Same result… works in landscape mode but no change in portrait mode
5. No success, the symbol does not change
6. can I move the menu to the right so the accessibility symbol isn’t covering it?
https://dl.dropboxusercontent.com/u/8273044/IMG_2697.PNG
https://dl.dropboxusercontent.com/u/8273044/IMG_2699.PNGThank you Boaz
16/06/2016 at 6:13 #17663. Yes. And if you don’t have exactly the same folders inside the child theme, you should create them. The path should be identical.
4-6. You can move the accessibility menu to the right.
Go to Design > customize > accessibility – There you will find an option to move it to the right.
5. I have changed it for you. Please check.16/06/2016 at 7:05 #1768Hi Boaz
I guess no answer is a answer as well, I will do it as you say (Design > Customize > LIVE CSS) 😉
3. OK
4. I knew that, it’s not actually what I meant. Right now it’s OK, let’s see if they notice.
– You may want to declare the height issue as a bug (works in landscape mode but no change in portrait mode)…
5. Ups, I see what I did wrong…I guess, now only this issue is unresolved – Grayscale isn’t working on the IE on Desktop, it’s working in chrome and on mobile.
Thank you very much Boaz
Cheers
Jakob
16/06/2016 at 7:19 #1771Hi,
What i meant is ALL CSS changes should be under customize.
Don’t make changes inside the CSS file.As for the Grayscale in Explorer – It seems like there is no support in Explorer to this issue…
-
AuthorPosts
The forum ‘Support (Legacy)’ is closed to new topics and replies.