IQComputing
Forum Replies Created
-
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] iframe attributesHello,
Thanks for bringing this to our attention. We’ll look into updating this with the next version update. Should we find that this is not an optimal change we’ll report back here with an explanation as to why. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] How can I test this plugin on localhostHello,
It’s been a few days since we’ve last heard from you regarding this issue. We’ll go ahead and mark this thread as resolved for now but should you have any questions, comments, concerns, or need further help regarding this issue please reply back and let us know. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Error msg translationHello,
It’s been a few days since we’ve last heard from you regarding this issue. We’ll mark this thread as resolved for now but should you have any questions you may always reply back to this thread and we can assist you further.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Error message: invalid key typeHello,
Whenever you setup you Google ReCaptcha keys you need to also make sure that your domain is whitelisted. We’ve created an article to help with this:
How to Generate Google reCAPTCHA v2 Keys
Note that in the domains section you would need to add your domain:
diettechcentral.comHopefully the above solves your issue but if you find that it does not or if you have any additional questions please reply back 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] How can I test this plugin on localhostHello,
Google requires specific white-listed parameters when setting up your reCaptcha key. From the FAQ
localhost domains are not supported by default. If you wish to continue supporting them for development you can add them to the list of supported domains for your site key. Go to the admin console to update your list of supported domains. We advise to use a separate key for development and production and to not allow localhost on your production site key.
We suggest whitelisting the local IP (127.0.0.1) and the root local development URL. I.E. if your local URL is
localhostyou would addlocalhost. If you’ve added a local virtual host you would need to add that virtual host URL too.Hopefully the above solves your issue. Should you have any other questions please reply back to this topic. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Error msg translationHello,
I am not very familiar with Loco Translate but I am fairly certain that the plugin is translatable at this point. If there happens to be a language not yet supported in the Polyglots section we would love to have anyone and everyone contribute to translating the plugin to their language.
You’re right that the code in the linked thread may not work for multilingual sites. There may be a flag to look for while in the function that’s specific to the Loco Translate plugin but it’s wouldn’t be optimal or user-friendly.
In Loco Translate -> Plugins you can select the “ReCaptcha v2 for Contact Form 7” plugins, create a new language, select the “Please verify that you are not a robot.” from the list, and translate it directly in the plugin.
This may be a better question for the Loco Translate plugin team. We’re more than happy to make any updates to the plugin to help with accessibility or translations if they suggest doing so.
We understand that this may not quite be the answer you’re looking for but translations would be specific to the translation plugin. Sorry for any inconvenience this may have caused and hope that they’re able to help you translate the needed strings. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Captcha not showing upHello,
We’ve installed and tested against the NextGen Gallery and couldn’t replicate any issues in the 2017 WordPress Theme. We do see that the reCaptcha is now displaying on your website. If you would like to center the reCaptcha you can add the following to:
WordPress Admin Panel -> Appearance -> Customize -> Additional CSS
.wpcf7-recaptcha > div { margin: 0 auto; }We’ll look at adding an option for this in the future.
Should you have any other questions please reply back to thread and we can assist further. Have a wonderful weekend!
Hello,
The plugin should support mutlisite setups:
If you have this plugin installed and activated on the Network you should see an option whenever you’re viewing the Network Admin ( where you can view all the websites ). Then under Plugins should be an additional option called “WPCF7 reCaptcha Settings”. As the image below suggests this can only been seen when viewing the plugins as a Network Admin:
If you find this not to be the case or need further assistance please reply back to this thread and we can investigate further. Have a wonderful weekend!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Captcha not showing upHello,
Looking at the page source I’m not seeing where it’s added the
api.jsscript that is necessary for the captcha to run. I would verify the following:1) Ensure that the reCaptcha plugin is configured properly and that your domain is whitelisted with the API keys.
2) If google.com is blocked at your location you can use this plugins settings to have the API use recaptcha.net instead.
If possible, verify that the theme is called
wp_footer()properly as this is necessary for the plugin to add scripts.Should nothing else above be helpful you can try to safely disable all the plugins and revert to a default theme:
– Take a full backup of your theme and database ( you should be doing this regularly regardless of issues, backups are great! ). Install the WordPress Health Check & Troubleshooting plugin. This will allow you to safely ( just for your logged in user ) disable all plugins except Contact Form 7 and This plugin to see if the issue persists. It will also allow you to switch to a default theme to see if the issue lies with the theme itself. At which point you can enable plugins until you find the one causing issues.
Since the core reCaptcha script is not being added I would assume it’s a theme issue. Please check the above and report back what you find out. We’re here to help! Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] captcha not visible on my websiteHello,
It’s been about a week since we’ve last heard from you. Since this issue does seem localized to either a theme or plugin conflict we will go ahead and mark this thread as resolved. Should you need further assistance please follow the instructions above to help narrow down the cause of this issue at which point we may be able to help. Have a wonderful weekend!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] captcha not visible on my websiteHello,
We believe we found the root cause. If we view the source of the linked page and scroll to the very bottom, something is replacing your domain name in script URLs so that they’re relative to the root directory. By default, WordPress adds fully qualified URLs to scripts regardless if it’s on your domain or not. Since that’s not happening here something is interfering as
/recaptcha/api.jswill not be found locally on your server and is kept on Googles servers.We recommend installing the WordPress Health Check & Troubleshooting plugin to safely disable plugins and revert to a default theme for only your logged in user. For more information please read their documentation but it’s a very helpful plugin to help narrow down what’s causing this type of thing. When in troubleshooting mode you’ll need to ensure that Contact Form 7 and reCaptcha v2 for Contact Form 7 is enabled.
Hopefully you find the above helpful but should you have any additional questions you may 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] captcha not visible on my websiteHello,
We do not see it in your Contact Form 7 form itself. You do need to use the
[recaptcha]shortcode on the form. You’ll also need to ensure that…1) Under “Contact Form 7 -> Integration” ensure that you have the reCaptcha 2 API keys set correctly.
2) Under “Contact Form 7 -> reCaptcha Version” you set the version to use reCaptcha v2.
3) You need to add the
[recaptcha]shortcode to your specific form.For further information you can read over the installation instructions. If you follow the above instructions and continue to have issues please reply back to this thread and we can certainly assist you further. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] reCaptchaHello,
It looks like the 2nd reCaptcha is using the compact version. There’s an attribute when inserting the reCaptcha which is will provide a compact version, it looks like this:
[recaptcha size:compact]If you do not want the compact version of reCaptcha you can remove the size attribute entirely:
[recaptcha]Hopefully the above helps. Should you have additional questions please reply back 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] Contact Form 7 v5.0.5Hello,
If you’re running Contact Form 7 v5.0.5 you shouldn’t need to use this plugin at all. That version of Contact Form 7 already has the
[recaptcha]tag and Google reCaptcha version 2 baked in. There are minor differences between the reCaptcha in v5.0.5 and this plugin here.If you find that you still want this plugin installed you would need to update your version of Contact Form 7 to something past v5.0.5 and we suggest keeping Contact Form 7 up to date if you can.
Hopefully the above answers your question but should you have anything else please reply back 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] Please Fix Localization IssuesWe’ve recently published version 1.2.2 of the plugin which should fixed the translation issues noted above. Should you find this not to be the case, find other places where translations are necessary, or have any other questions please reply back to this thread and let us know. We’ll mark this thread as resolved for now. Thanks again and have a great week!