IQComputing
Forum Replies Created
-
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Not working with WP Fastest CacheHello,
We’ve tested the WP Fastest Cache under multiple different settings and didn’t run into any issues validating or submitting forms. If you’re running the premium version of WP Fastest Cache you’ll need to reach out to their support for further assistance. Could you provide a website that has trouble or the settings you’re using which you’re running into issues with?
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Contact form 7 version 5.2Hello,
This plugin should be compatible with all versions of Contact Form 7 version 5.0 to the current version. In any case you should practice regular website backups. If you do update, follow the installation instructions, and still run into issues please pop back in and let us know so we can help.
Hello,
Thank you for providing this information! We’ll attempt to replicate the issue you’re running into on our end and see if there’s a proper patch that can be put into place.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] bu sorunu cözmek isterizHello @obiturizm,
As mentioned previously, it’s not clear what problems you are running into. Without further information of the exact issue and instructions on how to replicate the issue we’re afraid we don’t be able to help. Please reply back with more information so we may assist you.
– – – – – – – – – –
Merhaba,
Daha önce de belirtildiği gibi, hangi problemlerle karşılaştığınız açık değildir. Tam sorun hakkında daha fazla bilgi ve sorunun nasıl kopyalanacağı ile ilgili talimatlar olmadan yardımcı olamadığımızdan korkuyoruz. Size yardımcı olabilmemiz için lütfen daha fazla bilgi verin.
Bu yanıt Google Çeviri tarafından oluşturuldu.
This message was created using Google Translate.Hello,
If the domain is listed under the API Key then it should work HTTP or HTTPS. Viewing the above links it appears to work as expected. We’ll go ahead and mark this thread as resolved but 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!
Hello @agb58,
Thank you for your patience and time reporting this issue! We’ve the patch has been pushed in 1.2.7 which should be available now. Please give this a try and if you continue to have issues you may reply back to this thread and we can assist you further. Have a wonderful rest of your week!
Hello,
Unfortunately, if this is a premium theme we will not be able to purchase and debug the issue. The issue will need to be escalated to the premium theme support routes. Feel free to link this topic and we can help their team in any way we can to find a resolution.
If this is a free theme please link it and we can try to replicate your situation in our local environment to see if this is something that can be fixed. We apologize for the inconvenience!
Hello & yes we did!
The initialization plugin class includes files before it adds any of the necessary hooks for multisite. We believe the solution is to simply re-arrange this initialization call so that hooks are added before files get included. If the new version doesn’t go out later on today we’ll be sure to ship it tomorrow.
Hello,
It looks like somehow the reCaptcha is trying to load version 3 of the reCaptcha instead of Version 2. Please ensure that in the reCaptcha settings under Contact Form 7 that the reCaptcha is set to Version 2. Also, ensure that your API key from Google is a version 2 API key. If there are any other plugins that may be trying to create reCaptcha please try to disable those and check if the situation changes. Finally, looking at the source-code it does look like Siteground is adding in a flag to scripts,
siteground-async=1. It might be beneficial to reach out to Siteground and find out how/why that flag is being added to scripts. Unfortunately, this is not an issue we’ve seen in the past but hopefully it’s something as simple as a plugin conflict or Siteground setting.Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] empty white box instead of recaptchaHello,
It’s difficult to tell what the issue is from the screenshots alone, could you link the website you’re having issues with? The whitebox may be for accessibility purposes which is usually hidden via JavaScript. If there is broken JavaScript on the website it may be breaking the plugin functionality.
You could take a backup of your website, install and run the WordPress Health Check & Troubleshooting plugin. This will allow you to safely disable plugins and revert to a default theme. Using this you could disable all plugins except Contact Form 7 and ReCaptcha v2 for Contact Form 7 to see if there might be a plugin conflict causing this issue. If that happens to be the case you can enable each plugin one by one until you find the offending plugin.
For more information, please read the WordPress Health Check & Troubleshooting Documentation.
Hello,
This plugin only works with Contact Form 7. If you are using Contact Form 7 to process your comments then you’ll be able to use the
[recaptcha]tag. Otherwise, you will not be able to use this plugin for your comment form reCaptcha.Hello,
The WordPress Health Check & Troubleshooting tool is specifically used to disable plugins and themes to find possible conflicts. If you don’t have any other plugins or themes besides Contact Form 7, reCaptcha v2 for Contact Form 7, and the 2020 theme then there is no need to use the Health Check & Troubleshooting tool in this case.
Unfortunately, we’ll need to take some time to replicate, test, and possibly write a patch for this situation which means we won’t be able to get to it until the weekend and back to you with a solution ( or more questions ) until Monday, the 15th.
In the meantime any other information you may find out or think may be relevant to help us replicate your situation would be helpful. We’ll keep this thread open until we come to a solid resolution and we apologize for any inconvenience this issue may have caused. Have a wonderful rest of your week!
Hello,
The following are all things to check under your specific multisite site.
If you go to your specific multisite site, under Plugins, does the plugin show up as being Network Active? Under Contact > reCaptcha Version does reCaptcha v2 show as selected? Have you tried disabling all other plugins except Contact Form 7 and reCaptcha v2 to ensure it is not a plugin conflict? If not, you may be able to install the WordPress Health Check & Troubleshooting plugin to do so.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Can’t get recaptcha to showHello @atwamy,
We’re glad you were able to narrow down where the issue originates. Unfortunately, We were unable to find this plugin on the Official WordPress Plugin Repository which makes it more difficult for us to download, debug, and patch. We suggest bringing up this JavaScript conflict to the RokSprocket plugin developers attention via their support routes. They are more than welcome to reach out to us with any questions or assistance.
Looking at your websites code though it appears that the JavaScript is looking for elements that do not exist in this instance.
We do apologize for any inconvenience this may have caused and hope that both you and the plugin developers for RokSprocket understand and are able to come to a quick resolution. Good luck, stay safe, and have a wonderful rest of your week!
Hello & thank you for your kind words!
We agree that it would be nice for the remainder of the internal script be externalized. We can certainly look into moving this script into a minified version but we would want to test it carefully to make sure it does not break. The bad news is that we likely won’t get to this update until later this month when we have the time to make the change and test this properly.
Unfortunately, some of those internal scripts are not generated by the plugin but instead by WordPress and their
wp_localize_script()function. This function allows us to use specific PHP variables in JavaScript before our script needs to run. These things include options like settings options and API keys which are dynamic and set by the user. That’ the kind of “serialized” information you see in your last example. If this is something you wish to change you could open a trac ticket on WordPress Core and suggest an option that take CSP into consideration. There does appear to be some discussion in #32067 but it doesn’t appear there’s any solid direction to move towards.– – – – –
In the meantime if you’re looking to get your hands dirty, you can copy and paste the script into your own external file. We are using the following to add the internal JavaScript:
/** * Remove old hooks and add new hook callbacks * * @return void */ function iqfix_wpcf7_manage_hooks() { /* ... */ // reCaptcha Footer Javascript remove_action( 'wp_footer', 'wpcf7_recaptcha_onload_script', 40 ); add_action( 'wp_footer', 'iqfix_wpcf7_recaptcha_callback_script', 40 ); } add_action( 'setup_theme', 'iqfix_wpcf7_manage_hooks' );So if you’re looking to remove that script you can copy and paste the JavaScript to an external file and play around with it to get it to work then remove the internal JS via the following:
/** * Remove internal JS * * @return void */ function your_prefix_wpcf7_manage_hooks() { // Remove any internal JS remove_action( 'wp_footer', 'iqfix_wpcf7_recaptcha_callback_script', 40 ); } add_action( 'setup_theme', 'your_prefix_wpcf7_manage_hooks', 15 );– – – – –
We apologize for the inconvenience in the above solution. Once we have a patch in which the internal script is externalized we will reply back to this thread and let you know so please do subscribe to this topic for updates. Stay safe and have a wonderful rest of your week!