Posts: 153
Threads: 10
Joined: Mar 2015
2019-10-24, 22:45:22
(This post was last modified: 2019-10-24, 22:53:17 by asemion.)
This plugin just add an Accessibility Toolbar on Front-End side for people with vision problems.
Looks like this:
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/
Posts: 1,921
Threads: 87
Joined: Apr 2010
Something happened to your plugin, it stopped working.
Posts: 153
Threads: 10
Joined: Mar 2015
(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.
Posts: 1,921
Threads: 87
Joined: Apr 2010
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.
Posts: 324
Threads: 5
Joined: May 2012
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/
Posts: 1,921
Threads: 87
Joined: Apr 2010
(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;