anblik
Forum Replies Created
-
Yes, I am also getting same error in my website “Captcha is missing in this form”.
Did anyone get any resolution of the issue?
Forum: Plugins
In reply to: [Core Web Vitals Booster] Google Pagespeed & Lighthosue IssueCan I expect a reply to my queries here please? Posted this 2 weeks ago.
@charlescormier Congrats! It makes your plugin accessible and Fixes all issues, as I tested in AXE, Wave, and Lighthouse. It Passed the test successfully.
Thank you very much for a prompt initiative and fixing of WCAG issues.
I have reverted back the Service section to link with Button now ??
I have not checked the Service Section body link yet, do check and fix if any remains.
To temporarily fix the issue, I have deselected BUTTON type link and Selected Link for TITLE. Even your BODY area link also got major issue in Accessibility.
Selecting TITLE for link fixed the accessibility issue for the time being. I am still waiting for the button type link to function properly for screenreader application.
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] Links do not have a discernible name@milton9220 I must congrats you! You did a great job, and I have tested in Deque AXE, Lighthouse, Wave, and everywhere it passed successfully.
Thank you very much for a very quick initiative to fix accessibility issues in your plugin.
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] Links do not have a discernible nameThank you. I will be looking forward to getting the next release at the earliest.
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] Links do not have a discernible nameOne more issue was encountered in the AXE audit for the Own Carousel for Prev and Next buttons. The error is that, buttons must have discernible text.
Element Location: .owl-prev <button type="button" role="presentation" class="owl-prev"><i class="demo-icon icon-left-open"></i></button>
Please add,
<button type="button" role="presentation" class="owl-prev" aria-label="Previous"><i class="demo-icon icon-left-open"></i></button> <button type="button" role="presentation" class="owl-next" aria-label="Next"><i class="demo-icon icon-right-open"></i></button>
This will Fix the issues. I am unable to fix this issue myself due to Own Carousel JS. Need your team to update this in your Plugin code and update it in your next version release, please.
Forum: Plugins
In reply to: [Core Web Vitals Booster] Google Pagespeed & Lighthosue IssuePlugin got some issue working in PHP 8.1. I can not install or uninstall this plugin.
Forum: Plugins
In reply to: [Portfolio - WordPress Portfolio Plugin] Links do not have a discernible nameUnder templates > layouts
if ( $item_link ) { $visit_url = $link ? sprintf( '<a href="%s" aria-label="'.$title.'"><i class="demo-icon icon-link-ext"></i></a>', esc_url( $item_link ), $link_target ) : null; }
Please include this updated line in all your templates files please for next update. This has fixed all Google Lighthouse Accessibility issues.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Hidden HTML in comment page@gvectorssupport
I have disabled WP Rocket Caching Plugin. Not using any Caching plugin at all.Based on your suggestion, I have disabled two settings from wpDiscuz > Settings > General Settings.
– Combine JS and CSS Files to Optimize Page Loading Speed (off)
– Minify JS and CSS Files to Optimize Page Loading Speed (off)
– and then click on the “Purge All Cache” button at the bottomand it fixed the issue.
Just one last issue remains:-
“Missing form label for the code: ”
<textarea id="wpd-editor-source-code"></textarea>
Any suggestion on how to fix this?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Hidden HTML in comment page@gvectorssupport Thank you very much for your reply.
I have disabled the whole media and attachment section in the Dashboard.
Take a look at the screenshot: https://ibb.co/PDyX2cQ
Do I need to Disable anything else apart from this?
I have even disabled the RTE Editor and keep it all simple for Accessibility reason.
Wave can still read the HTML which is not being used.
- This reply was modified 3 years, 8 months ago by anblik.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Hidden HTML in comment pageI tested the same using your demo at https://wave.webaim.org/report#/https://wpdiscuz.com/demo/
Same error and hidden HTML shows?
Any suggestion, please?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Any PHP functions to edit comments count message?Such a nice plugin with so many features to manage comment but I would request the developer of this plugin to test this for any accessibility issues. In a clean install, try to test that blog comment page using https://wave.webaim.org/ and you will see many issues comes out.
Forum: Plugins
In reply to: [Text Link Ads] PHP Notice: Deprecated constructor in Widget ClassI can see someone posted this error 3 months ago but no one gives reply….
I am also getting this error . So I have to stop using this plugin till it get fixed.
Notice: The called constructor method for WP_Widget in textlinkads_Widget is deprecated since version 4.3.0! Use
__construct()
Thank you very much for adding this much needed feature ??