MihChe
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Free vs. Paid?Hi @morphman,
I am not allowed give you any information regarding WPBruiser extensions over here in WP Support forum.
Feel free to contact me through http://www.wpbruiser.com/contact and I’ll give you all the details.~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] how to enable on output of wp_login_form()?Hi @ashf,
I’ll go ahead with this snippet:
add_filter('login_form_bottom', function ($loginFormBottomOutput){ ob_start(); do_action('google_invre_render_widget_action'); return $loginFormBottomOutput . ob_get_clean(); }, 9999);Let me know if this works for you
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Missing on WooCommerce /my-account pageHi @zylai,
Could you please send me the url through http://www.wpbruiser.com/contact ? it should work on my-account page~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Remove/Hide Badge and TestHi @robbymccullough,
There is no way not to load the badge.
No, there is no way to test/enable/disable the appearance of the challenge. Google controls this.~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] How can I resize the recaptcha container?Hi @tobulk,
Try this:.inv-recaptcha-holder { transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; }Let me know if it works for you
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Recaptcha on dynamic submit formPlease contact me through http://www.wpbruiser.com/contact/
Let’s see what we can do
MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Contact Form 7 – Submit Button IssueHi,
Could you please send me the URL through http://www.wpbruiser.com/contact/ ?~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] How can I resize the recaptcha container?Hi,
There is not much you can do when styling the recaptcha badge, because Google serves it into an iframe.
~MihaiHi,
Go to recapctha api settings and make sure your keys are enabled for the invisible recaptcha. This message is shown whew your keys are valid but not enabled for invisible recaptcha.Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Once it is invisible … then again notHi,
This is not controlled by the plugin. If Google decides to show the challenge… there is nothing we can doMihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Enable reCaptcha for Inbuilt Theme’s Contact FormHi,
There is no option to automatically add it to any custom forms. In order to protect your forms you have to programmatically add protection using the provided hooks. (see the description page)~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Multiple external resourcesHi @ivanseghev,
This is totally controlled by Google. It seems the script is loaded for each form.
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Firefox and edge: needed to select imagesHi @ciccione82,
Just Google team can answer your question. The challenge appearance is fully controlled by Google.
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Multisite Domain Mapping ErrorCheck this out:
https://developers.google.com/recaptcha/docs/domain_validation
~MihaiForum: Plugins
In reply to: [Invisible reCaptcha] Multisite Domain Mapping ErrorHi @variotik,
You have to whitelist your domain name in the reCaptcha API.~Mihai