MihChe
Forum Replies Created
-
Forum: Plugins
In reply to: [Invisible reCaptcha] Support for JetPack contact forms planned?Hi @jsterj,
Implementing it for JetPack contact forms is a little bit tricky. Yes, probably I’ll add support for it in one of the next releases. Meantime, if you’d like to have your JetPack contact forms protected go ahead and install WPBruiser. It protects JetPack contact forms like no other, with no captcha images. https://wordpress.org/plugins/goodbye-captcha/
On the other hand, if you’re happy with my plugin, I’ll really appreciate if you write a short review.Cheers,
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Prevents CommentsHmmm, I think I know what’s going on. Could you please contact me through http://www.wpbruiser.com/contact/
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Prevents CommentsYes, I use :
comment_form_submit_button – for WP ver 4.2+
comment_form – for WP ver less than 4.2~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Prevents CommentsLooking at this:
byobtutorial.com/working-with-an-architect/choose-the-right-architect
It seems like your theme is using a custom comments form which is not using the standard WordPress Comments HooksThat’s why all your commets are blocked by invisible reCaptcha
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Prevents CommentsThere is no way to post a comment on that page.
Forum: Plugins
In reply to: [Invisible reCaptcha] Prevents CommentsHi @byobrick,
Could you please provide your web site url? If you do not feel comfortable to post it over here, please contact me through http://www.wpbruiser.com/contact/~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Plugin causing a password reset loopThere is no way for me to reproduce this. Everything works as expected. I tried to reproduce it on 5 different sites. No chance!
Also, on “forgot password” request validation, the plugin is not redirecting to homepage if validation did not pass. There can be a plugin conflict.~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Plugin causing a password reset loopHi @vkhreview,
Thanks for letting me know. I’ll try to reproduce this
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Possible to add it to ajax button?Hi @ctrlaltdelete,
No, that code should not be there! In order to help you with this I need to see the entire code. Please contact me through http://www.wpbruiser.com/contact/~Mihai
Forum: Reviews
In reply to: [Invisible reCaptcha] Developer is nice, but I can see it can be improveHi @okezumi,
Thanks for your review.
I am open to any suggestions for improvements. Just let me know
You can contact me through : http://www.wpbruiser.com/contact/~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Possible to add it to ajax button?Hi,
yes it seems to be correct. Now you have to validate the request. On the servers side, where the request is validated check the recaptcha response:$is_valid = apply_filters('google_invre_is_valid_request_filter', true); if( ! $is_valid ) { // handle error here } else { // continue with your logic }Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Specify a cache validatorHi Amir,
In our case we cannot follow this recommendation. That small script should not be cached at all and the plugin sends the proper headers informing servers and browsers not to cache it.~Mihai
- This reply was modified 9 years, 5 months ago by MihChe.
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] How to manually unblock a legit comment?Hi @vhmarkgmailcom,
Could you please contact me through http://www.wpbruiser.com/contact/Thanks,
MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Possible to add it to ajax button?Hi,
You have to render the invisible recaptcha widget inside the form. Has nothing to do with the button.Add
<?php do_action('google_invre_render_widget_action'); ?>before form element closing tag~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Guys.. am I late? :'<Hi @okezumi,
Glad to hear it is working for you now.~Mihai