Khang Minh
Forum Replies Created
-
Hello,
Can you check again with 2.0.3?
Thank you.
I see, will give those two a look.
Will let you know once support for those forms are improved. Thanks for trying out BWP recaptcha 😉
I’ve been trying to reproduce this issue without success. Cases I’ve tried:
– Input nothing: no error shown. (Perhaps this can be tweaked to show the captcha error, but since nothing is provided it might not worth the trouble to check captcha at all.)
– Input user WITHOUT password (either correct or not), WITHOUT captcha: Captcha error only.
– Input user WITH password (either correct or not), WITHOUT captcha: Captcha error only.
– Input user WITH password (incorrect), WITH captcha: Username or password error, no captcha error.
If anyone’s having the same issue please report, I need more info to reproduce the bug.
Hi Arutam, thanks for using BWP recaptcha!
The issue is you’ve only added the “display” of the captcha, there’s no handling codes behind the scene to “verify” it, therefore it doesn’t work. The action hook mentioned in documentation is meant to be used only for built-in forms.
How do you build your custom forms? Where do you display them?
Forum: Plugins
In reply to: [Better WordPress Minify] Links to plugin redirecting to home.I see, may I have the name of the firewall plugin? I would like to add this to the BWP Minify’s FAQ.
Forum: Plugins
In reply to: [Better WordPress Recent Comments] BWP using deprecated constructorSorry for my late reply.
That’s weird, I’ve applied the patch and it’s working for me: https://github.com/OddOneOut/bwp-recent-comments/commit/379d9b6513d75fa455f890dcf51e2e9b6f8348f2
Forum: Plugins
In reply to: [Better WordPress Minify] doing nothingI see. It is not currently possible for BWP Minify to support this at the moment. However, if you’re comfortable with hacking the codes, I can show you the way, or just wait I will release a new version (probably this Jan) with an option that allows you to set a list of domains to NOT ignore.
Forum: Plugins
In reply to: [Better WordPress Minify] Links to plugin redirecting to home.Does that firewall plugin have a whitelist option? I think there’s must be a way to exclude BWP by default.
Forum: Plugins
In reply to: [Better WordPress Minify] doing nothingCan you post the html source somewhere so I can see ? Do you see any files logged under BWP Minify > Manage Enqueued Files ?
Forum: Plugins
In reply to: [Better WordPress Recent Comments] Not recognizing post typeHi, glad that you like the plugin.
Do you happen to use a cache plugin like WP Super Cache or W3TC?
Glad to hear, would you mind sharing your fix?
Forum: Plugins
In reply to: [Better WordPress Minify] Little bug after update to WordPress 4.4Hi there, thanks for letting me know.
I’ve noticed the issue and have fixed it locally, will let you know when there’s an update.
Thanks again!
Could it be this very same issue: https://wordpress.org/support/topic/bpw-recaptcha-202-unknown-error-invalid-json?replies=6 ?
Forum: Plugins
In reply to: [Better WordPress Recent Comments] BWP using deprecated constructorNo you only have to replace line 12 (should be highlighted in the link I posted above).
Forum: Plugins
In reply to: [Better WordPress Recent Comments] BWP using deprecated constructorHi there,
That’s a known issue and will be fixed in the next version.
If you want to use the current version, you can change the following line: https://github.com/OddOneOut/bwp-recent-comments/blob/master/includes/class-bwp-rc-widget.php#L12
to
function __construct()
and it should work.