currentcreative
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Gate] Is this WCAG 2.0 AA compliant (ADA Accessibility)?Awesome! I hope my host is not auto-updating my plugins. I’ll have to check on that.
Something else weird I noticed is I would’ve expected all the plugins settings to be copied over when I used All-In-One WP Migration plugin to duplicate the site to a new location, but none of the styles were transferred. The background is just white and the logo is missing.
Shouldn’t those settings be grabbed by the duplication plugin just like everything else?
- This reply was modified 7 years, 2 months ago by currentcreative.
Forum: Plugins
In reply to: [Age Gate] Is this WCAG 2.0 AA compliant (ADA Accessibility)?@philsbury I guess my strategy of adding aria labels in the sections folder didn’t work out very well. Somehow, they all got deleted. I don’t know how. It wasn’t updated. Does the plugin somehow reset itself? I directly altered the php files in the plugin and it was working last I checked 2 weeks ago.
@markwolters hoping you see those updates regarding your website’s errors
Here’s the full error:
really-simple-ssl.com normally uses encryption to protect your information. When Google Chrome tried to connect to really-simple-ssl.com this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be really-simple-ssl.com, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Google Chrome stopped the connection before any data was exchanged.
You cannot visit really-simple-ssl.com right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.
Forum: Plugins
In reply to: [Age Gate] Is this WCAG 2.0 AA compliant (ADA Accessibility)?Good idea! Thank you. I’m very new to WCAG accessibility as I’m sure you can tell! I will try adding aria-hidden to the LI and see what happens. Much appreciated.
Forum: Plugins
In reply to: [Age Gate] Is this WCAG 2.0 AA compliant (ADA Accessibility)?Yup, added the aria-labels and it works great. Not crazy about how it says “within MM/DD/YYY” so quickly afterward because it sounds like “withintimem” etc. so the full speech sounds like “please enter your birth month in two-digit formatwithintimem.” I’d love to be able to stop “within MM/DD/YYYY” from being spoken.
Forum: Plugins
In reply to: [Age Gate] Is this WCAG 2.0 AA compliant (ADA Accessibility)?Found it in the selections folder finally. I think I should be able to add aria-labels without breaking it. Updating it will break it, though, so I guess I just won’t ever update it.
Forum: Plugins
In reply to: [Age Gate] Is this WCAG 2.0 AA compliant (ADA Accessibility)?Yeah, that’s not going to work. The visual labels now look ridiculous to people with sight.
Where can I add an
aria-label="enter your birth day in two-digit format"in your code files? I’ve looked and I can’t make hide nor hair out of what you got going there. There’s only one label for YYYY in some files. No idea where the rest of them are coming from.- This reply was modified 7 years, 2 months ago by currentcreative.
Forum: Plugins
In reply to: [Age Gate] Is this WCAG 2.0 AA compliant (ADA Accessibility)?Thanks for getting back to me.
What seems unclear to me is that if you’re blind there is no notification what is even happening.
“List item month within MM added text” sounds like complete nonsense. Maybe blind people with screen readers are used to that, but I’m not blind so I dont’ know. I’m just trying to follow the WCAG 2.0 AA spec for all labels to be clear and easy to understand.
I think it should say somewhere “We need to verify your age” and then for each input it should say “enter your birth day in two-digit format” etc.
Settings = I see a message tab so I guess you mean changing those labels from “Day”, “Month” and “Year” to something else. Thanks, I’ll try that.
Oops, I forgot to answer you about https://really-simple-ssl.com
Here is what Really Simple SSL‘s website looks like to me:
I hope this helps.
I should mark this as resolved
Thank you. I really didn’t know how to read the error at all, so that’s why I pasted the debug log in.
I solved my problem using the DevTools Security tab. Some image sources were using http instead of https which for some reason weren’t showing up when I searched the Source for ‘http:’
I never even noticed the security tab in DevTools before but now I will be using it all the time.