Derek Short
Forum Replies Created
-
Forum: Reviews
In reply to: [Ally - Web Accessibility & Usability] Greyscale bugHave you tried reloading the web page?
Forum: Reviews
In reply to: [Ally - Web Accessibility & Usability] Excellent!I agree. It’s great!
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] SVGs fail w3 HTML validationYou’re welcome.
According to the change log, the last update was on 2018-05-28 (May 28, 2018), so I doubt that they care anymore. I like this plugin too. I modified the file once, then compressed the plugin’s folder on my local storage device (my laptop computer) so that I can upload the zip file in the WordPress dashboard. It’s easier this way.
Sometimes we have to do things ourselves, and not rely on “ghost-like” developers. 😉
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] SVGs fail w3 HTML validationHi, Theo.
I empathize with you. I feel your pain. I’m not a member of their plugin development team, but I did solve this problem for one of my websites. I fixed it myself manually a while ago. I’ve uploaded a text file to my website’s “shared files” folder for you to save. Here’s the URL:
https://derekswebsitesandmore.com/shared-files/pojo-a11y-frontend-php.txtObviously, you will have to edit the file name. I assume that you have access to your website’s file manager on the host or have access to Plugin Editor in your website’s WordPress dashboard.
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] Screen Reader?I could be wrong, but “screen reader” is a function of most, if not all, modern devices, not a feature of a plugin.
The CSS would be “line-height.”
On a side note, I recommend changing the color of the accessibility button on your website to be the standard blue for better recognition.
Forum: Reviews
In reply to: [Ally - Web Accessibility & Usability] This plugin crashes WP 8.0 !Umm…WP 8.0?? WordPress is only up to version 5.8.1.
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] html validation errorsYes. It can be fixed. On your WordPress dashboard, go to Plugins, then Plugin Editor. Find this specific plugin, then find the file with the double quotes and then edit it. Don’t forget to save it. I had this same problem. It was an easy fix. A plugin update might fix it too. I don’t remember. It was a while ago.
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] One click accesability plugin designTry my edited javascript file, which is downloadable from here:
https://www.derekswebsitesandmore.com/Scripts/accessibility-toolbox.js
See it in action here:
https://www.derekswebsitesandmore.com
You can edit the code to replace my email address and “top” and “right” CSS properties with “bottom” and “left” to fulfill your desires.Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] Suggestion: Add Dyslexia fontsThanks for the code! I was going to add OpenDyslexic font to mine.
Thank you! I will edit my file then try using this plugin.
I am a developer. I can help. Email me at https://www.derekswebsitesandmore.com/contact-me
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] SVG Accessibility IssuesYes. You can convert the SVG file to base64 PNG code. You can find free converters online. You will need to replace the SVG file link with the img tag with src=”base64 PNG code”. You can Google-search how to do this.
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] Toggle Button is Tiny SquareI had to use a different plugin.
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] Error in SVG icon codeYou should be able to click on Plugin Editor under Plugins in the WordPress dashboard.