maxxo2
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] RECAPTCHA problemHi, Recaptcha was implemented in the Wp-members plugin, but now I have disabled it and use another antispam method.
Thanks for your interest.Max
Forum: Plugins
In reply to: [AWP Classifieds] reCAPTCHA problemI made a fresh installation of WordPress, loading only your AWC Classified plugin, with default parameters. I entered the google reCAPTCHA v3 keys (tested)
I tried with the Firefox anonymous page and I post ad. On first access the reCAPTCHA response is ok, everything works, but if I try to run multiple ads and call reCAPTCHA again I get the same error “An error occurred while trying to verify the reCAPTCHA response. The response parameter is missing.”
I use WordPress 5.6 and php 7.4.10
With Chrome everything works.Forum: Plugins
In reply to: [AWP Classifieds] reCAPTCHA problemI did a clean installation with the latest version of the plugin, with the Firefox browser, at the first post everything is fine, if I go back or reload the page, it gives the same error.
Everything works fine with chrome.Forum: Plugins
In reply to: [AWP Classifieds] Removing FieldsI entered this in the my style.css , I don’t know if it’s okay, it looks like it works.
These are the classes in the <div> box:.awpcp-payment-terms-list .awpcp-payment-term {
display: none !important;
}