GetSimple Support Forum

Full Version: Accessibility
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This plugin just add an Accessibility Toolbar on Front-End side for people with vision problems.
Looks like this:
[Image: accessibility.jpg]

You can see and try it live on site:

http://pigios-svetaines.eu/projects/evol...rate-site/

You can download it from GS Extend:
http://get-simple.info/extend/plugin/acc...lity/1227/
Something happened to your plugin, it stopped working.
(2020-01-29, 19:16:21)Oleg06 Wrote: [ -> ]Something happened to your plugin, it stopped working.

Thank you for the problems observed.
I fix it. Just re-download plugin from GS extend.
Now it should work.
Hello. I'm trying to get your Accessibility plugin for GetSimple CMS to work on PHP 8.1, but this warning keeps popping up
Deprecated: Automatic conversion of false to array is deprecated in C:\OSPanel\domains\gsphp8.ia\plugins\accessibility.php on line 208
Could you help me to solve this problem. I find your plugin very useful and I don't want to lose it.
I have not looked at the problem you are having with this plugin, but this could be an alternative:
http://get-simple.info/extend/plugin/acc...ebar/1330/
(2023-01-15, 22:20:45)islander Wrote: [ -> ]I have not looked at the problem you are having with this plugin, but this could be an alternative:
http://get-simple.info/extend/plugin/acc...ebar/1330/

Thanks, I'll take a look at this plugin. And in the plugin I mentioned, I solved the problem. I replaced the false in line 200 with null.

Code:
$acbl_values = null;