IQComputing
Forum Replies Created
-
Hello,
This appears to be a theme issue. If you view the source of the contact page you can see that the final line in the source code is a broken HTML tag which seems to end the output abruptly.
<p><span class="organic-nonprofit-footer-text">This is most likely preventing the necessary WordPress function
wp_footer()from running and preventing a critical script from being added or enqueued. We suggest reaching out to the theme developers and bringing this issue to their attention.https://organicthemes.com/support/
Hopefully you find the above information helpful. Once you have solved that issue and the
wp_footer()appears properly please let us know and we can assist you further. Have a wonderful rest of your week!Hello,
Whenever creating the API Key via the Google Console you can whitelist the IP Address which should make this error go away and allow the reCaptcha to work as expected. This would be in the domain section seen in the blog post below:
https://www.iqcomputing.com/support/articles/generate-google-recaptcha-v2-keys/
Hopefully the above answers your question. We’ll mark this thread as resolved for now but should you need clarification or continue to have issues 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] Alignment of submit button and RecaptchaHello,
We wrap the shortcodes in their own divs and use CSS to float them left and right respectively. Something like the below code will achieve what you’re looking for.
<div> <div style="float:left"> [recaptcha] </div> <div style="float:right"> [submit] </div> <div style="clear:both"></div> </div>That is just one approach. You could just CSS Flexbox or CSS Grid or basic HTML tables to put these side by side. Hopefully that above answers your question but should you need further clarification 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] “Verify…Robot” text w/o the checkboxHello,
It’s been almost a full week since we last heard from you regarding this issue. If you’ve followed the advice above and are continuing to have issues please reply back to this thread with additional information and we can assist you further. We’ll mark this thread as resolved for now. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] invisible recaptcha with wpcf7Hello,
We don’t have any plans at the moment for extending this plugin to work with Invisible reCaptcha. There are already a few plugins on the repository that work specifically with Invisible reCaptcha and are better suited for the job. In the meantime you’re more than welcome to fork the project:
https://github.com/IQComputing/wpcf7-recaptcha/
Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] “Verify…Robot” text w/o the checkboxLooking at the source of the page, there is no Google ReCaptcha script being enqueued. We would expect to see
https://www.google.com/recaptcha/api.jssomewhere in the source. Maybe clear you cache ( as it appears you are using some caching plugin ) and possibly install the WordPress Health Check & Troubleshooting Plugin. This will allow you to safely, and just for your logged in user, disable and enable plugins and themes until you find the conflicting plugin/theme. For more information please read over:The only thing I can currently think of is that the page needs cleared from caching. The registered script will not enqueue if another
google-recaptchais both found AND enqueued. I don’t see any instances of this nor our script so a plugin conflict could be possible.Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] “Verify…Robot” text w/o the checkboxHello,
When this issue arises it is usually means that the v2 reCaptcha option hasn’t been selected from the plugin options page. Please verify you’ve followed the installation instructions linked below:
https://ww.wp.xz.cn/plugins/wpcf7-recaptcha/#installation
The form needs the
[recaptcha]shortcode, version 2 API keys set via Contact Form 7, and the v2 recaptcha selected in this plugins settings:https://ps.w.org/wpcf7-recaptcha/assets/screenshot-1.jpg
Hopefully the above solves your issue. Should you find that it does not please let us know and we can assist you further. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Not working / showing up – ErrorsHello,
It’s been close to a week since we last heard from you. We’ll mark this thread as resolved for now. If you find that this is a mistake or have any further questions please reply below. Have a wonderful rest of your week!
Hello,
It’s been a week since we last heard from you. We’ll mark this thread as resolved for now. If you find that this is a mistake or have any further questions please reply below. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Spam in my contact formHello,
It’s been a week since we last heard from you. We’ll mark this thread as resolved for now. If you find that this is a mistake or have any further questions please reply below. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Not working / showing up – ErrorsHello,
It’s difficult to say what could cause this issue without seeing the website itself. One way narrow down what could be causing this issue is to install the WordPress Health Check & Troubleshooting plugin. This will allow you to safely disable plugins and revert to a default theme. My thought is that either the theme or a plugin is causing a conflict with the javascript. You can enable each plugin one by one ( checking with the form after each activation ) to see which is causing the problem.
Additionally, you could enable WordPress debugging and see if any issues crop up there. Hopefully the above helps you narrow down the issue. Should you have any additional questions or narrow down what could be causing the issue please let us know. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Spam in my contact formHello,
Looking at your website we see that you’ve started encoding your email addresses as the previous user suggests. Did this solve your issue or are you still receiving spam emails? Can you verify you’re receiving them from the Contact Form 7 submission form?
If the above solved your issue we can set this thread as resolved. Otherwise, if you have any questions or if there’s anything else we can help with please reply back and let us know. Have a wonderful rest of your week!
Hello,
It’s difficult to say what the issue is here. Since you’ve disabled all plugins and reverted to a default theme we suspect it’s an issue with the Google API. Please ensure that the Google API Settings are correct: Your domain name is whitelisted, you have the Checkbox selected, and are using v2 API keys.
Additionally, ensure sure that you WordPress is up to date and you are using the recommended PHP version 7.3 or higher. Finally, you may want to try a different browser or different computer to ensure it’s not a browser based issue ( such as an extension or browser plugin ). If you were to link to your website we may be able to attain further information to help you.
Assuming it’s the website your profile suggests, we did not have any issues getting the reCaptcha test to appear on the contact form but did notice a JavaScript error originating from a waypoints.min.js file. It appears to be part of the Elementor suite. We have heard other issues regarding Elementor in past threads and suggest escalating this issue to their premium support.
Hopefully the above helps you narrow down your issue. Otherwise, we’re here if you have any further questions or clarifications. Have a wonderful rest of your week!
Hello,
If you are using the following plugin:
https://ww.wp.xz.cn/plugins/async-javascript/
You would add
api.jsto the “Scripts to Defer” section of the settings page. Therecaptcha__en.jsis not a script used in this plugin. We also do not enqueue any CSS files in this plugin. Looking at the site linked in this thread it appears that the script which we enqueue is already deferred.Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] “reCaptcha Response Here”-error in 1.1.9Hello,
We’ve just pushed 1.2.0 which has the solution described above. Hopefully this update and workaround solves the A3 Lazy Load issues.