GetSimple Support Forum
Accessibility - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Accessibility (/showthread.php?tid=11960)



Accessibility - asemion - 2019-10-24

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/evolve/plugins-1/migrate-site/

You can download it from GS Extend:
http://get-simple.info/extend/plugin/accessibility/1227/


RE: Accessibility - Oleg06 - 2020-01-29

Something happened to your plugin, it stopped working.


RE: Accessibility - asemion - 2020-01-31

(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.


RE: Accessibility - Oleg06 - 2023-01-15

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.


RE: Accessibility - islander - 2023-01-15

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/accessibility-sidebar/1330/


RE: Accessibility - Oleg06 - 2023-01-16

(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/accessibility-sidebar/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;