Curtis V. Schleich
Forum Replies Created
-
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Excellent! Thanks!
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Excellent, Scott. Thanks so much! I’m re-enacting the plan to add SweetAlert2 as an option. It seems that jAlert is closer, but still not quite there. I’ll be releasing 1.8.2 later today with the SA2 options back in place. I also was alerted to a bug in the custom theme selection in the 1.8 series. As soon as I have a fix for that one, I’ll push the next release.
You have been a huge help and I truly appreciate it!
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Hey guys! Here’s a screenshot of what it will look like if you’re on the correct version of jAlert:
https://cvstech.com/wp-content/uploads/2020/09/Screen-Shot-2020-09-15-at-6.27.40-AM.png
Let me know what you find…
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Wow. First of all, to both of you, thanks for the excellent feedback! So helpful!
However, what I see seems to be different, even on my own site. When I click the link on https://cvstech.com/exitnotifier/, the window pops up with the Go button selected. Hit tab, then Cancel is selected. Tab again and the address bar has focus. Tab again and the close button in the upper right corner of the Exit Notifier has focus. Once more and focus is back on the Go button. It will continually cycle that loop until I hit escape and the box closes as long as focus is not on the address bar. I can run that loop ten times and hit escape with the focus on anything but the address bar and the box will close. If I hit enter when the Go button has focus it will activate the link.
There’s no caching involved on either of your sites? I have disabled caching on mine for now.
Can either of you grab your copy of
wp-content/plugins/exit-notifier/assets/js/jAlert.min.jsand see if you can find this string in it:alertWrap.hide(),toggleFocusTrap()If you can, then you’re working from the correct version. If not, then you still have the old version of jAlert without the fixes. Let me know what you find!
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Are you using a caching plugin? Or one that minifies javascript? Those can keep the old version of the library around until they are cleared. That’s the only thing I can think of right out of the gate.
Can you test against https://cvstech.com/exitnotifier/ and see if you see the same problems?
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Okay all, 1.8.1 is live. Please let me know if there are any issues, and specifically anything not addressed for accessibility.
Thanks!
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Well, some exciting news, jAlert has been updated to address accessibility! I’m working now on updating it. I may hold off on implementing SweetAlert2 any more than i have if it works to everyone’s satisfaction. Please uninstall Exit Notifier and re-download the beta here: https://cvstech.com/beta-test/
Let me know how it goes!
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Excellent! Thanks so much for the testing! I’ll work on adding more configuration and get 1.8.0 released officially in the next few days.
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Hey @tincabin and @sbernado! Here’s a very early version, please feel free to download and evaluate. No real customization yet, but I’d like to know if you both feel that this addresses the accessibility issues.
https://cvstech.com/beta-test/
Go to the Display tab in exit notifier settings and choose SweetAlert2.
Forum: Plugins
In reply to: [Exit Notifier] Accessibility?Hey @tincabin and @sbernado! I was thinking about this the other day when I did the last update. I’ve left messages at GitHub and the server where the jAlert support is supposed to be and have had no answer. I’m planning on switching out the dialog component for the next version upgrade I do. Do you think SweetAlert2 (https://github.com/sweetalert2/sweetalert2) would fix the compliance issues?
It seems that they have been addressing accessibility for a while.
https://github.com/sweetalert2/sweetalert2/issues?q=accessibilityIf you think that will solve the problem, I’ll work on integrating that for version 1.8.
Forum: Plugins
In reply to: [Exit Notifier] How to remove the blue border around the Go buttonThanks @donmiat! I’m glad to at least know it has something to do with the theme. Best of luck to you! I’ll go ahead and mark this resolved. Do follow up if you find something more specific! Viewing the styling through the developer tools is probably your best bet for tracking it down.
Forum: Plugins
In reply to: [Exit Notifier] How to remove the blue border around the Go buttonAny chance you could try with a different theme? Just to see if the source of the border is the theme? Without being able to play with the CSS in the developer tools, I’m just guessing where that border might be coming from. You can try two main things:
1. In the browser developer tools, highlight the button and browse the CSS. You should be able to turn off the attributes causing the border by experimentation.
2. You can try the following CSS to see if you can override:
.ja-btn {
border: none !important;
}I’m not sure if that will do it, but it’s the first thing I can think to try while troubleshooting blind.
Let me know if that gets you any farther!
Forum: Plugins
In reply to: [Exit Notifier] How to remove the blue border around the Go buttonVery odd. That doesn’t even look like the same shape as the cancel button. Without looking at the site itself, I’d say it’s likely the border property. Try to set border: none; on the button class ja_btn and see if that helps. If it does not, I’d be glad to take a look at the site itself if you like. You can email me at the address at the bottom of each page of the Exit Notifier settings if you’d prefer to take this off the support forum.
Forum: Plugins
In reply to: [Exit Notifier] nothing happening..Hello @thesales. I’ll be glad to help out, but it would probably be better if you started your own thread, or emailed me directly at wpplugins@cvstech.com. If you don’t want to do either of those, I’m still glad to help out. Can you tell me the URL of the site?