tiemco
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha V3 conflict with WordfenceI know.
It has to do with the reCAPTCHA integration of Contact Form 7, which has side wide scope (and not restricted to only pages with Contact Form 7) and conflicts with Wordfence reCAPTCHA integration.
Disabling reCAPTCHA in either plugin solves the conflict.I can also report this conflict with Wordfence support, but I was hoping you could explain the scope and impact of the Contact Form 7 reCAPTCHA integration.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha V3 conflict with Wordfencehttps://demo.scouting-van-maasdijk.nl/events/welpenopkomst-2020-12-05/
See the screenshot at https://i.imgur.com/jHg6NOb.png after submit with new account information.
The script console shows an error with No ReCaptcha client (only after submit).Forum: Plugins
In reply to: [Contact Form 7] Recaptcha V3 conflict with WordfenceI temporarily host a copy of the site on https://demo.scouting-van-maasdijk.nl/events/
I will remove the site if after a week or 2.
In our production site I have disabled the Wordfence option to use a Captcha as well.
On a different site, I saw that Wordfence Captcha also does not work with WooCommerce customer registration.Hi Jonathan,
I had the same problem.
Deactivating plugins one at a time showed the problematic combination.
In my case it was a conflict between the Volunteer plugin and the Crelly Slider.
Do you have any advise to make them compatible?Regards,
TiemcoHi Emre,
WooCommerce supports configuring a customer login page.
You can configure it throught WooCommerce > Settings > Accounts > My account page.
In the database this is currently configured in the wp_options with option_name “woocommerce_myaccount_page_id”.Probably there is a better way to retrieve this page id from an woocommerce API.
Would be nice if you could add this automatic compatibility with WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce My Account page fails to loginThe problem was caused by a caching plugin. In my case disabling WP Fastest Cache resolved the issue.
After re-enabling the 2nd login attempt is succesfull, but logging in a the user from the 1st login attempt.So replacing the buggy version of the caching plugin resolved the issue.
Maybe tweaking the caching options would suffice.
I will create a seperate for compatibility problem between WordPress 4.8.1, WooCommerce 3.1.2 and WP Fastest Cache 0.8.7.2
See https://www.ads-software.com/support/topic/woocommerce-customer-login-not-working-with-wp-fastest-cache-turned-on/Hi, after reading the instructions at https://docs.wordfence.com/en/Web_Application_Firewall_Setup, I have a very similar problem.
The .user.ini is ignored.
Server API = LiteSpeed V6.10
$_SERVER[‘SERVER_SOFTWARE’] = ApacheSo I should add
<IfModule lsapi_module> php_value auto_prepend_file '/path/to/wordfence-waf.php' </IfModule>
However this results in a blank screen on reload if the path is incorrect.
Wordfence Security – Version 6.3.2 does detect LiteSpeed, but seems to use the wrong module to enable the auto_prepend.
After replacing <IfModule mod_php7.c> or <IfModule Litespeed> with <IfModule lsapi_module> the Extended protection is working.
Also in Wordfence > Tools > Diagnostics > View System’s Configuration in new window now shows the correct value for auto_prepend.I hope this helps you too.