anphira
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - On-site SEO & Analytics] Incorrect semantic HTML on FAQ block@rainbowgeek please give consideration to some of the drawbacks of the details tag. Specifically, that it isn’t designed to have heading elements inside it. Only text. Which means that the questions of the FAQ can’t use heading tags and be in the heading list for the page.
That’s the primary reason I was looking for an actual accordion (also schema markup) instead of using the built in details block from WP core.
@cdvwporg this has not happened with any site I have elementor on. No images have been modified to have role=button. The issue I opened is for a different Elementor block — the toggle block.
There are a whole bunch of data properties showing up on your images that I don’t see on any of my sites. There is likely something else involved which is setting all of those.
- This reply was modified 1 year, 9 months ago by anphira.
Forum: Plugins
In reply to: [Contact Form 7] Accessibility in CF7@takayukister thank you for getting back to me. Yes, I’m referring to a report made from the Voluntary Product Accessibility Template (VPAT).
I understand that user choices and configuration impact the accessibility of the final website. But when the starting tool is already accessible in it’s default state, then it is much easier to ensure that the final website meets WCAG 2.1 level AA standard.
@ghernkadence it did not work when I had “Panes close when another opens” turned on (it’s turned on by default). When I turned that to OFF, I was able to get into the accordion, although not as easily as I normally would be able to.
There is a keyboard trap on just using the down arrow with the accordion titles. The down arrow (which is how I usually navigate with voiceover) traps me on the accordion titles.
I have to use the right arrow on the last title then the down arrow to exit the accordion area. Otherwise, I’m completely trapped there.
It’s your javascript. I tried disabling javascript and navigated just fine.
recording of my experience: https://komododecks.com/recordings/5cS78DKP5wJBUyFkpL6t
I tested with Mac OS Voiceover and Safari browser.
Normally the arrow keys get me to the next piece of content. Neither the tab key nor the arrow keys got me to the content.
Forum: Plugins
In reply to: [Magic URL Coupon for WooCommerce] Doesn’t work with subscriptionsThank you for your help, I’ll mark this as resolved.
Go to https://ww.wp.xz.cn/plugins/woocommerce/
Click on “Download” to download the official plugin. What is actually being distrbuted.
Unzip, go to assets > css > woocommerce.css and see the code I referenced above.
assets > css is EMPTY on github. It is has dozens of files in it when you download the plugin.
@babylon1999 I pulled up the woo code. It’s in assets/css/woocommerce.css
Just do a find on “#b3af54” and you’ll see 6 uses of that color. Those are the defaults that woocommerce sets in the plugin. They should be updated to use an accessible color.
For example, .woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#b3af54;color:#fff;font-size:.857em;z-index:9}
Here’s the contrast ratio problem: https://www.siegemedia.com/contrast-ratio#white-on-%23b3af54
It needs to be a ratio of at least 4.5.
So if you modified it to something like https://www.siegemedia.com/contrast-ratio#white-on-%2342820d then it would pass.
Forum: Plugins
In reply to: [Max Mega Menu] Accessibility in Max Mega MenuThank you very much Tom, I look forward to testing the updates and sharing them with the accessibility community!
Lighthouse can test only about 30% of success criteria on WCAG 2.1 level AA. So even if you got a perfect score on Lighthouse, you wouldn’t demonstrate more than 30% of success criteria coverage. Until you invest in a real accessibility program with real testers, you will be doing a disservice to the community.
@jwattsbacktoback the answer is cleantalk can’t stop this new kind of spam. It’s brand new IPs with no history of spam. It’s actual humans who will be far more persistent than your customers would be. So instead, I allow them to complete the form and then pipe it through post-form processing before I ever send any notifications or add it into the CRM.
Forum: Plugins
In reply to: [WooCommerce] Action Scheduler will not migrateI posted a couple of places, and this post helped me find the issue. https://ww.wp.xz.cn/support/topic/woocommerce-the-list-of-scheduled-action-pending-and-cancelled/
It turned out to be a cloudflare firewall issue.
@katereji I’ve opened a ticket there.
Forum: Plugins
In reply to: [WooSwipe WooCommerce Gallery] Version 2.0 Error@deanoakley it’s a custom theme. Just sharing that it was CSS fixes for me which corrected it as that might help you with others.
Forum: Plugins
In reply to: [WooSwipe WooCommerce Gallery] Version 2.0 ErrorI had similar issues. I had to update my theme’s CSS to fix the sizing of the main image. I was getting two copies of the image. One outer and one inner, and there were two sets of expansion arrows. Click on the right set and the image was loaded in the browser (no lightbox), click on the left set and the lightbox loaded as expected.
Here is an image of what I had before CSS updates: https://www.dropbox.com/s/5sqnxarahisvu8q/sampled.jpg?dl=0
I also had to put in updates to get the previous and next arrows to show properly. The previous version of the plugin had some CSS for those prev/next arrows which was changed/removed with this version. Instead, the button styles for my theme took over and I had to override those.