IQComputing
Forum Replies Created
-
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Captcha not visibleHello,
Generally, when we see this kind of issue, it ends up being a theme or plugin conflict. Unfortunately, since the linked website is not publically accessible, we won’t be able to view the issue to see which plugins/theme is installed.
We recommend taking a backup of your website, understanding how to do a restore, and installing the WordPress Health Check & Troubleshooting Plugin. This plugin will allow you to disable all plugins except the necessary Contact Form 7 & ReCaptcha v2 for Contact Form 7, along with reverting to a default 20XX Theme. For more information, we recommend reading their documentation, it’s a very nifty and helpful plugin!
Once you’ve verified that the plugin works on a default install, you can enable your theme, then the plugins one by one until you find the culprit. Otherwise, if you’ve completed the above and continue to run into issues, we recommend double-checking the installation guide.
We were able to install the VW Maintenance Services Theme from the theme repository and were able to view the form and reCaptcha as expected.
Hopefully, with the above, you’re able to narrow down your issue to a specific plugin. Once we know which plugin is causing the issue, we can reach out to their developers or build around the issue on our end. Otherwise, if you can provide any other information to help us narrow down this issue, please reply back to this thread. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] reCaptcha not loading, js errorHello,
It sounds like there might be multiple reCaptcha scripts running simultaneously on the same page. Do you have any other plugins that utilize Google reCaptcha activated? Are you using multiple contact forms with reCaptcha on the same page? Could you edit your question and add your website into the URL box so that we may take a look, please?
Hello,
It appears that the request may be marked as spam upon submission. This isn’t normal behavior for the plugin, nor could we replicate the issue in any of our tests which leads us to believe there is a conflict somewhere.
1) When deactivating ReCaptcha v2 for Contact Form 7 plugin and removing the [recaptcha] shortcode from the form, does the form submit correctly?
2) Do you have any other Contact Form 7 specific plugins installed or anything custom that may interact with Contact Form 7 submissions?
We recommend installing the WordPress Health Check & Troubleshooting Plugin to help narrow down this issue. This helper plugin will allow you to safely, and for the admin role only, disable/enable specific plugins and reverting to a default theme, which may help troubleshoot this issue. To get a better understanding of what this plugin does and how to use this very helpful plugin, we recommending reading over their documentation, specifically the section on troubleshooting.
If the issue gets narrowed down to a conflict between plugins, we may investigate further to see if we can implement a fix on our end or if we need to reach out to the authors for assistance. Hopefully, with the above, you can narrow down the issue, but should you have any other questions, please reply to this thread, and we can assist you further. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Check Recaptcha Result with PHP variableHello,
Unfortunately, this plugin was built specifically to work with Contact Form 7 and not custom forms. We recommend digging into this plugin code and modify the hooks to get a better understanding of how it works.
We use the
wpcf7_spamfilter hook for verification. You may be able to unhook our instance and hook in your own or hook in at a lower priority. Hopefully, you are able to use that code to find a solution to your problem!Hello,
The reCaptcha script uses the site language by default:
'hl' => esc_attr( get_locale() )It looks like
ICL_LANGUAGE_CODEis from WPML. You may be able to use the [localefilter hook](https://developer.ww.wp.xz.cn/reference/hooks/locale/) to supplyget_locale()with a different value.Looking at that script, it does seem fine. We enqueue at priority 9, yours enqueue at priority 11, so it should override ours. We also recommend reaching out to WPML to see what they suggest.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Solution for commentsHello,
Unfortunately, this plugin only works with Contact Form 7. If you’re looking for plugins that support reCaptcha for comments, here are a few that we found which may help:
- reCaptcha by BestWebSoft
- Simple Google reCAPTCHA
- Stop Spammers Security | Block Spam Users, Comments, Forms
You may also find this article from Kinsta helpful: How to Stop WordPress Spam Comments (Built-In Features, Spam Plugins, Captcha, and WAF).
Hopefully, using the above information, you’re able to find a suitable plugin or solution that works for you. Have a wonderful weekend!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Recaptcha not working in ChinaHello,
You should be able to change the reCaptcha source in the plugin settings. For example, see the screenshot linked below:
https://ps.w.org/wpcf7-recaptcha/assets/screenshot-1.jpg?rev=2153682
The “Select reCaptcha Source” selectbox is where you can set which website the reCaptcha pulls from. Hopefully that helps!
Hello,
For some reason, none of the required plugin javascript files are not being added to the page. Nothing on our end would prevent them from showing up as they do not rely on jQuery or any other libraries outside the plugin. Could you verify that the theme calls
wp_head()in the header andwp_footer()in the footer? Another alternative is to try reverting to a default theme and see if the issue resolves itself.Another option is to install the WordPress Health Check & Troubleshooting tool. Following their documentation you should be able to revert to a default theme safely and disable the plugin until you find the issue. Just ensure whenever you do “Enable Troubleshooting” that you head to the Plugins page and reactivate Contact Form 7 and this plugin (ReCaptcha v2 for Contact Form 7).
Hopefully, with the above suggestions, you’re able to narrow down your issue to either a conflicting plugin or a conflicting theme.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] I ask here aswellHello,
I think you may have the wrong support. This plugin is specifically for Contact Form 7. It does not handle adding reCaptcha to the whole site, nor does it work with Invisible ReCaptcha. Unfortunately, you won’t be able to disable Invisible ReCaptcha from Google itself; you will need to disable whichever plugin is adding the reCaptcha if you’ve entered the incorrect keys. Our best advice is to contact your website hosting provider for their assistance. Hopefully, everything works out for you. Good luck!
Hello,
We see the reCaptcha at the link provided, toward the bottom of the page in the “Anfrage für Location-Scouting” section. The form has a reCaptcha underneath the “Ich akzekptiere die Datenschutzbestimmungen*” checkbox. Could it be caching, either in the browser or on the site that needs clearing?
You could also try using the recaptcha.net settings instead of Google for the reCaptcha Source as shown here: https://ps.w.org/wpcf7-recaptcha/assets/screenshot-1.jpg?rev=2153682
Otherwise, we will need more information to help you debug this issue since the reCaptcha appears normally to us.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can’t translate validation messageHello,
We’ve just pushed an update that now adds 2 input boxes on the Messages tab when editing a form. You should be able to use these to update the reCaptcha validation messages as needed. Thank you again for your suggestion! Should you have any questions regarding this update, please reply to this thread and assist you further. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can’t translate validation messageHello,
Strange, we were able to fix the translation issue with the Spanish (Venezuela) translations using the instructions above. Unfortunately, we are unfamiliar with the LocoTranslate plugin and wouldn’t be able to tell you if there are any additional steps to make that work.
Adding the field translations to the Messages tab is a good idea, though. It does look like Contact Form 7 supports this through their
wpcf7_messagesfilter hook. We will need to investigate this further and can look into releasing this in a future update.We will keep this thread open until that update happens. We also recommend reaching out to LocoTranslate to ensure everything on that end is as it needs to be. We apologize for any frustration this may have caused and will see if we can get this feature in place sooner rather than later.
In the meantime, should any other information arise that may help debug this issue or should you have any other suggestions, please reply back to this thread, and we can assist you further. Have a wonderful weekend!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Contact Form 7 – reCaptcha v2 errorHello,
Something is concatenating all your script files into 1 script. Usually, caching plugins do this. You can see the concatenation here.It’s unclear why these errors are cropping up as there are no multiple instances of
recaptchaWidgetsthat we can see looking through the source. The root cause may be easier to find once concatenation has been disabled. If you do not know how these files are being concatenated, it may be worthwhile to reach out to your host and see if it can be disabled.Additionally, you can install the WordPress Health Check & Troubleshooting Plugin. This will allow you to disable plugins and revert to a default theme safely. You may read over their documentation for more details. Using this method, you can narrow down if there are any conflicts with other plugins or themes. If this does turn out to be the case, you can report back here and let us know, and we can look into working with that plugin or theme developer to find a solution.
Hopefully, with the above information, you can help us narrow down the root cause of the issue. Should you have any information or questions please reply back to this thread and we can assist you further. Have a wonderful weekend!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can’t translate validation messageHello,
We’ve dug into this issue and found that Contact Form 7 sets the form locale based on the language set when the form was created. If the form were created while the site was in English ( or any other language ) this would also set any validation messages to that locale. We’re not seeing an easy way to change the locale of an existing form.
If you’re finding that the form validation fields are not translating properly, and the translation exists in your locale ( seen here ), you will need to follow the instructions below:
1) Under Settings, change your site language to your locale.
2) Under Dashboard > Updates, ensure your translations are up to date.
3) Now that the website is in your locale, you can recreate the form. Upon creation, this will set the locale of the form.
Hopefully, with the above instructions, you can resolve your issue. If you find that this is not the case or have any questions, please reply back to this thread and we may assist you further.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Contact Form 7 – reCaptcha v2 errorHello,
It looks like you have a caching plugin that is concatenating all your script files into 1. If you add
wpcf7-recaptcha/assets/js/wpcf7-recaptcha-controls.jsto the exclusion list, does the issue go away?