MihChe
Forum Replies Created
-
Forum: Reviews
In reply to: [WPBruiser {no- Captcha anti-Spam}] Works as expected.Thanks for your review. I really appreciate it!
~MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] File includes enhancementGreat! Glad to hear you’re happy with WPBruiser!
If you have few seconds, I’ll really appreciate if you write a short review.
Thanks in advance,
~MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] File includes enhancementHi @czcsabi,
If you look at the code you’ll see that WPBruiser already excludes lots of files depending if user is on admin dashboard, on the client side or if the user is logged in.The plugin doing a lot of jobs on background and as you’ve seen, it loads the files on demand only and only if it needs them. It is not all about a module, a page or what you, as an admin, want to protect.
Did you see any slowness including 33 files? I don’t think so!
Did you do any benchmarks? I’d love to see the impact of including 33 filesCheers,
MihaiForum: Plugins
In reply to: [Invisible reCaptcha] auto detect language not workingHi
Let’s try this to change the language code based on WPML
add_filter('google_invre_language_code', function ($languageCode){ return defined('ICL_LANGUAGE_CODE') ? ICL_LANGUAGE_CODE : $languageCode; });Please let me know
~Mihai
Also,
Make sure you registered your domain with the keys. If you’re testing something from a different domain (localhost or any other) and the domain is not registered with the keys you’ll get the error
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Gravity Forms Attachment to submit buttonHi,
Just contact me through http://www.wpbruiser.com/contact/ and I’ll help you with that.Cheers,
MihaiHi,
The only way to solve this is to do exactly what @tompelsama suggested.
You’re getting this message from Google only when your keys are not white-listed for the new Invisible reCaptcha api.~Mihai
- This reply was modified 9 years, 6 months ago by MihChe.
Forum: Plugins
In reply to: [Invisible reCaptcha] Gravity Forms Attachment to submit buttonHi @countrynerd,
Thank you for your nice words! I really appreciate it!To make your life a little bit easier I think it is better to provide some hooks for injecting the invisible reCaptcha into any form and for validating the request.
This way developers will be able to integrate the plugin with their plugins or with any other in order to protect the forms.
Yes, of course, feel free to send me the code and I’ll have a look.
I already have a solution for this that will come out next week.~Cheers,
MihaiForum: Reviews
In reply to: [Invisible reCaptcha] Great Invisible reCaptcha for WordPress ThanksHi,
Let’s see together what’s going on over there.
If you feel comfortable just post your registration link here. Otherwise, please send it to me through http://www.wpbruiser.com/contact/
Definitely something is not setup properly over there!
Thanks,
MihaiForum: Reviews
In reply to: [Invisible reCaptcha] Great Invisible reCaptcha for WordPress Thankshi @rodolpheb98,
Really? Probably you expect to block fake users when you use some custom registration forms.
With the WordPress Standard ones, the plugin successfully blocks bots registration.
And… instead of asking for help you immediately jumped in to rate my work with 1 star?
Thanks a lot,
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] auto detect language not workingI will add the hook and I’ll post some examples of how to use it.
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] auto detect language not workingHi @raykaii,
The Language Detection is automatically handled by Google (based on browser settings) and there is nothing I can do.
I was also reading several forums posts and it seems to be a common issue.In this case, all I can do is to provide a hook to programmatically change the language code.
Please let me know if you or anybody else is interested in this solution and I’ll implement it.
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] How To: Contact Form 7Hi @sdayman,
Yes, you are totally right!
You must remove the old reCaptcha short codes from the forms. The plugin takes care of everything once you check protection for CF7 forms. No short codes or any other settings are needed.Do not hesitate to contact me if you have any other questions or you encounter any issue.
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Feedback only really ;)Hi Patrick,
First of all I would like to thank you for helping me building and testing this plugin.Yes, options for badge positioning will be available in the next upcoming release.
Regarding the ability to hide the badge… I don’t know if that will somehow violate any Google Policy. Yes, they are saying you can style the badge but not to hide it. On the other hand… if you can style it… of course you can hide it. I couldn’t find anything regarding this on their website
~Mihai
- This reply was modified 9 years, 7 months ago by MihChe.
Forum: Plugins
In reply to: [Invisible reCaptcha] Error 502: Bad GatewayHi,
Glad to hear it worked for you. Thanks for letting me know.Happy Holidays!
~Mihai