IQComputing
Forum Replies Created
-
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can the code show only on pages it is used?It does appear that the code is still there and you are likely correct that the theme always displays this module and simply hides/shows the module with CSS when enabled. There’s nothing on our end we can do to prevent this. You could reach out to the original theme developers and they may consider your case. I don’t see any reason why they can’t show/hide the entire code block based on a theme option.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can the code show only on pages it is used?Thank you for linking your website. Viewing the page source of any of the pages it appears that there’s a hidden pop-up / modal window with a Contact Form 7 form in it. We’re not sure what would trigger this pop-up to open or why it’s there but it’s either part of the theme or part of an additional plugin. This is why the reCaptcha scripts appear on every page.
You can install the Health Check & Troubleshooting plugin to safely disable all plugins ( except Contact Form 7 and this plugin ) along with reverting to a default theme to track down where the issue lies ( either with a specific plugin or theme. For more information on how this works we suggest reading the documentation.
Hopefully the above information makes sense. Should you have any additional questions please let us know. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can the code show only on pages it is used?Hello,
The plugin should be loading any scripts outside the pages that the [recaptcha] is present. We tested this with the 2020 theme and it worked as expected. Are these errors appearing in the JS console or on the server? Do you have a link to your website you could post?
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Show captcha only on the second attemptHello,
Usually the reCaptcha is in place to prevent bots from auto-spamming forms. These bots are usually different enough that displaying a reCaptcha box on a 2nd attempt likely won’t prevent much spam.
There’s currently no built-in way to accomplish what you’re suggesting out of the box. It may be possible with additional development. We believe that’s out of the scope of this plugin though and suggest reaching out to your local Meetup community or local WordCamp to find a suitable freelancer.
We apologize for the inconvenience and hope you find someone who can build out what you’re looking for. Have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Don’t work on some pagesHello,
We believe that your case is a niche one and does not reflect the community using this plugin as a whole. This is the reason we suggested a simple plugin to change the hook priority so that it works in your unique case. Performance ( speed ) is a non-issue here.
Given a path to replicate your issue then we could look into solutions to accommodate your request.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Don’t work on some pagesHello,
This was actually a recent change. The lower priority allow us to enqueue our reCaptcha before Contact Form 7 reCaptcha. Given a path to replicate this issue would give us a better understanding of how to tackle it. Without being able to replicate your issue and look into a solution ourselves we’re hesitant to patch this.
Since the hooks are in the global namespace a better solution may be to just create your own plugin that removes and adds these hooks at the priority you need.
Hopefully you understand and the alternative path in the 2nd paragraph above is a possible solution for you. Should you have any questions, comments, or concerns 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] bu sorunu cözmek isterizHello,
It’s unclear what the issue is and how it relates to this plugin. Could you go into more detail regarding your issue please?
– – – – – – – – – –
Merhaba,
Sorunun ne olduğu ve bu eklentiyle nasıl ilişkili olduğu belirsiz. Sorununuzla ilgili daha ayrıntılı bilgi verebilir misiniz?
Bu yanıt Google Çeviri tarafından oluşturuldu.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Error Message@nikesg If you have a similar issue please create a separate topic and we can assist you there. If you’ve uninstalled this plugin then we can safely say that this plugin is not the one causing issues on your website. From your description it sounds like your issue is with Contact Form 7 or reCaptcha version 3.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Error MessageHello,
It’s difficult to say without being able to view the site directly.
If the reCaptcha checkbox is not appearing:
Ensure that you’ve followed the installation instructions and that your domain is whitelisted.If the reCaptcha checkbox is appearing but you are getting sent messages errors:
You can try removing the[recaptcha]shortcode from the form and sending a test submission to narrow down where the issue lies. If you still receive the error then there may be a plugin conflict. You can install the Health Check & Troubleshooting plugin which will allow you to easily and safely disable plugins. You’ll need to disable everything excerpt Contact Form 7 and this plugin then submit a test to the form to see if it sends. If it is successful you will need to enable each plugin one by one, testing along the way, to narrow down the offending plugin.Hopefully the above finds you well. Should you have any questions, comments, concerns please reply back to this thread and we can assist you further.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Default option produces errorsHello @houseofeden
It may be best to create a thread of your own so it’s easier to track the QA process. Additionally, ensure you’ve followed the installation instructions and your domain is whitelisted.
Forum: Plugins
In reply to: [WooCommerce Print Report] Compatibility with Woo 3.9Hello,
It is compatible with WooCommerce 3.9 but we have not yet built support for the WooCommerce Admin Plugin yet.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Need to remove keysHello,
Good to hear it’s not an issue with the plugin. The best solution would be to contact the theme authors and explain the issue you’re running into. You can use their Contact Form to inform them of the issue. Feel free to direct them here and maybe together we can find a solution.
If you don’t mind me asking, is this the premium version of that theme or is it the free version?
Finally, if you find that this is too much of a hassle you can try some of the alternative plugins such as Contact Form 7 Honeypot or Contact Form 7 Captcha. Hopefully if we can’t find a solution to this issue the links above will help you find a work-around.
Thanks for reporting this issue and have a wonderful rest of your week!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Need to remove keysHello,
We’ve seen this kind of issue before and it’s always come down to a plugin conflict. We suggest making sure that both Contact Form 7 and this plugin are up to date then you can follow the instructions below:
Take a full backup of your theme and database ( you should be doing this regularly regardless of issues, backups are great! Contact your host if you’re unsure how. ). 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.
Additionally, providing a list of the installed plugins ( and plugin versions ) may be able to help us replicate the issue. Once we know which plugin is at fault we can reach out to that plugins developers and work together to provide a solution. Hopefully the above makes sense but should you have any additional questions, comments, or concerns please reply back to this thread and we can assist you further. Have a wonderful rest of your week!
Hello,
Unfortunately, this plugin doesn’t support loading reCaptcha via AJAX without customization. You may be able to do this via a code snippet as seen on Stack Overflow or some other custom code snippet but again it’s not something we support. We don’t have any alternative plugin recommendations either in this case, sorry for the inconvenience!
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Error message: invalid key typeBonjour,
Il est toujours plus facile de suivre un problème si vous créez votre propre fil de discussion. Il semble que lorsque nous visitons votre site répertorié ci-dessus, il redirige vers un sous-domaine phpnet.org.
Vous devez vous assurer que
phpnet.orgest en liste blanche dans la clé API. En regardant la source de la page Web, il semble que l’API est correcte et la version 2 est sélectionnée dans les paramètres de ce plugin, ce qui nous fait croire que le domaine sur la liste blanche de la clé API elle-même est incorrect– Message traduit via Google Translate –