MihChe
Forum Replies Created
-
Forum: Plugins
In reply to: [Invisible reCaptcha] Contact Form 7 Error Message EverytimeHi guys,
I just pushed version 1.2 which should fix this issue. Please let me know if you still encounter it.Cheers,
MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Contact Form 7 Error Message EverytimeHi @nuttwicrew,
Will you be able to change something in the plugin’s code if I’ll give you the instructions?Forum: Plugins
In reply to: [Invisible reCaptcha] Contact Form 7 Error Message EverytimeHi @nuttwicrew,
I’ve sent you the new version. Please let me know!
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] On Every Page and Not Only Where Needed?add_action('wp_print_scripts', function (){ if(!is_page( array( 'PAGE ID WHERE YOU WANT IT', 'YOUR LOGIN PAGE ID', 'OTHER LOGIN PAGE ID' ) )){ wp_dequeue_script( 'google-invisible-recaptcha' ); } });Change the IDs of pages where you want invisible reCapctha to be active
~Mihai
Hi,
add_action('wp_print_scripts', function (){ if(is_home() || !is_page( array( 'PAGE ID WHERE YOU WANT IT', 'YOUR LOGIN PAGE ID', 'OTHER LOGIN PAGE ID' ) )){ wp_dequeue_script( 'google-invisible-recaptcha' ); } });Just add the ID’s of the pages where you want invisible reCaptcha. Please let me know if this works for you.
Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Contact Form 7 Error Message EverytimeHi guys,
@phorbidden, @renoovodesignI’ve been working on this for few days now and I think I found a solution. Any of you would like to help me testing it before pushing an update?
Thanks,
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Recaptcha on Checkout PageHi,
While it is possible… I prefer to avoid adding it to the checkout page. Are you getting spam through checkout page?
Mihai
Thanks @devonostendorf for reporting that to me and for your review. Really appreciate it.
Cheers,
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Invalid Token (unless in testing mode)Your site is configured to use https not http.
You have lots of issues on your site because of this.Try it with https://vibranthealth.com/wholesale-form-registration
That should work!
~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Unable to login with Username/PasswordHi @jonathanwinn,
Please send me the login url through http://www.wpbruiser.com/contact~Mihai
Hi @devonostendorf,
Thanks a lot for reporting this and for the solution as well.Changes will be available in the next version.
Cheers,
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Fatal errorHi,
The issue is fixed and a new version 3.1.10 was already pushed.Thank you guys for reporting this
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] SMTP Problem Contact form 7Hi @@karakaplan,
You are not using Invisible reCaptcha over there. What you are using is the old recaptcha implementation.
You cannot use both recaptcha versions in the same time.~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Prevent JavaScript enqueue on frontendHi @micahjm,
Glad to hear that works for you. If you have a second to write a short review I’ll really appreciate that.~Mihai