MihChe
Forum Replies Created
-
Forum: Plugins
In reply to: [Invisible reCaptcha] Unable to login if invalid domain for site keyHi @jb510,
You cannot add wildcards but if you add domain.com the the list, all subdomains of domain.com will be whitelisted. Therefore *.domain.com will be whitelisted.~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Internet Explorer Crash On Back PressedHi @codyspate,
If this happens just with your theme I recommend to ask the theme developer to have a look at. I’ve never received such complain so far.~Mihai
Forum: Reviews
In reply to: [Invisible reCaptcha] Plugin is great!Hi @kirklestat,
The issue is caused by you caching plugin/solution. Invisible reCaptcha works with the most popular caching plugins.
What are you using for cache?~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Unable to login if invalid domain for site keyHi @jb510,
In this situation Google requires you to whitelist your domain name. Add 9seeds.dev domain name to your reCaptcha API. Once your domain name is whitelisted, it will work for any subdomain.
There is no other way to bypass this.~Mihai
Forum: Reviews
In reply to: [Invisible reCaptcha] Old WoocommerceHi @euseller,
You can send me a link to have a look what’s going on over there if you prefer.
https://ultracommunity.com/forums/forum/invisible-recaptcha/how-to-and-troubleshooting/
It is so strange. The plugin has nothing to do with Ajax requests!
Mihai
Forum: Reviews
In reply to: [Invisible reCaptcha] Old WoocommerceHi @euseller,
The plugin has nothing to do with
admin-ajax.php
It is not requesting(POST or GET) anything through AjaxTherefore, the problem is in your theme. My opinion is that your theme is requesting something through ajax when the “onload’ javascript event is fired.
Google is also using this event to load and render recaptcha. This cannot be changed.I suggest to try another theme and you’ll see that it’s not the plugin causing this. There are thousands of people using my plugin to protect WooCommerce forms and no such complains so far.
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Issues with wp_login_form() inline login formHi @joalatcomit,
Yes, I know about this issue and support forwp_login_formfunction will be available in the next upcoming release.If you need this asap, please get in touch with us and we’ll help with this.
Forum: Plugins
In reply to: [Invisible reCaptcha] add recaptcha in custom formHi @radvin,
The invisible recaptcha should be there. If you still have this issue please get in touch with us on our support forum
Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] HTTP vs HTTPS?Hi,
There is no problem if you use http or https.Please open a ticket on our support forum and I’ll help you with this
~Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] I think plugin is not workingYou are loading 2 times the recapctha script from google. it seems like you still have active another plugin that load the script.
This should not be in the head
<script type='text/javascript' src='https://www.google.com/recaptcha/api.js'></script>Mihai
Forum: Plugins
In reply to: [Invisible reCaptcha] Recaptcha not showing on CF7Hi @allon_it,
Just checked your website and it seems that it works. What’s the issue over there?Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] PHP 7 CompatibilityHi @vamhh,
Yes, it is compatible with PHP 7.
~MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] WCP Contact Form support?Hi @catmaniax,
Probably in one of the upcoming releases I’ll add new compatibility with other plugins.
MihaiForum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Jetpack Comments are BlockedHi @kostas-r,
WPBruiser is not compatible with jetpack comments. That’s why.~Mihai
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Strict CSP compatibilityHi @czcsabi,
That will break lots of things especially when others are using minifiers because the script should be dynamically generated.
Mihai