Hi,
One of the complaints I’ve received on one of my websites (https://chrisgrigorov.com) is that the Real Accessibility plugin does not increase the size of the font enough.
When clicking the increase font size button a few times it stops increasing the font size at some point, but the font is still not large enough for people with severe sight problems.
I’m using the Twenty Twenty-One WordPress theme. Might this be because it has reached the maximum font size allowed by the theme?
I’m still new to programming, but I’ve looked through the code and in the real-accessability.js file I’ve found this section:
// Make font bigger
function increaseFont() {
if(obj.fontSize < 3) {
showLoader(function() {
obj.fontSize++;
$(settings.markup).not(settings.exclude).each(function() {
var fontSize = parseInt( $(this).data(‘raofz’) );
$(this).css(‘font-size’, fontSize+(2*obj.fontSize));
});
});
}
}
Maybe I can fix it from here, but I really don’t know right now, because as I said I’m still new and learning to program especially with JavaScript.
Can you help me out with this? I want there to be no limit to how much the user can increase the font size?
]]>I found this plug-in and saw the post on how to hide the READER.
I inspected the code and hidden the player.
For example:
#real-accessability-player {
display: none;
}
I hope it helps.
The author’s home page doesn’t offer the page reader. Since it doesn’t work for me, how can I disable it?
]]>if anyone have any issues on links that the plugin removes target blank for them just go to real-accessability.js file inside plugin folder and comment out the call to this function: removeLinkTarget();
just add two backslashes and problem solved.. ( // )
it’s on line 274.
Hi,
how can I switch language with PO / MO translated files?
thank you
]]>I installed this plugin and the page reader will say the page title is and then it doesn’t say anything even though I have a page title. Then it says it will now begin reading the content of the page, but again nothing. What am I misunderstanding?
]]>Hi, I’m using a theme with a white background with black text and when using “Invert Colors” it doesn’t change the white body background to black or the black text to white.
On another theme where the background is offwhite and text is not black it works.
What would I need to change in the CSS to fix this?
Thank you
Ronnie
Hello,
When I click on links lso Whyte and black and inverse colors, and again I click this to turn it off, the links disappear impossible to reuse this function again.
You can see it in https://www.estudioinclusivo.com
Please urges us to fix that.
Thank you.
]]>I know it isn’t the best approach but sometimes you come across a scenario that you have to open the link in additional window/tab.
It would be nice to have the possibility to exclude specific links form being stripped of the target attribute when needed.
I installed an it seeeems to be working so far, though I do not know about all browsers or mobile.
I am wondering if it will be updated in the WP repository so that it is fully compatible with the latest version of WP? I hope this plugin is supported as it is super helpful.
Thanks in advance!
]]>The Black and White option causes many browsers to force the entire screen to go black or grey which is then impossible to change back even if you leave and return to the website, essentially rendering the website unusable. This is a priority fix. I suggest removing B&W as it’s not even something people need, they will likely use INVERSE COLORS instead to make text easier to read if they prefer white on black.
Your plugin name is spelled incorrectly.
Accessibility is the correct spelling of this word in English not Accessability.
Thank you for a great plugin that just needs a bit of tweaking to be usable!
]]>Hello.
There was a problem on Firefox 43, when I chose Black & White page was blank.
I change real-accesability.css file by adding a line:
.real-accessability-grayscale {
filter: grayscale(100%); /* Firefox 35+ */
}
Now is ok.
Hello!
I translated plugin to Polish, it would be nice to add it in the next release.
I sent this translations to your email.
Cheers,
Wioleta
Hello!
I translated into Russian plugin. Add to please release.
https://www.dropbox.com/s/1chc84r5d3swsmy/real-accessability-ru_RU.mo?dl=0 (mo)
https://www.dropbox.com/s/qxrcb018873ij2p/real-accessability-ru_RU.po?dl=0 (po)
The https://achecker.ca/checker/index.php gives the following error:
1.4 Distinguishable: Make it easier for users to see and hear content including separating foreground from background.
Success Criteria 1.4.4 Resize text (AA)
Check 117: i (italic) element used.
Repair: Replace your i elements with em or strong.
Error Line 177, Column 43:
<i class="real-accessability-loading"></i>
Error Line 177, Column 85:
<i class="real-accessability-icon"></i>
I see that you have put an icon in <i class…> tag, but this need to be changed right away. Can you provide a quick fix to change the code?
Please advise,
Cheers,
Nastia