zenmagnets
Forum Replies Created
-
@s0ulfire, unfortunately when I use that code in my CSS, it seems to take out the captcha code entirely and the contact form no longer works. Example: https://zenmagnets.com/relations/#Contact
Oh my god yes, please please let us choose which captcha version to use. V3 puts the captcha badge on every page of our site.
Forum: Plugins
In reply to: [Contact Form 7] New update? Christmas for spammers bot.It MUST be back. recaptcha v3 does not work as implemented currently.
Forum: Plugins
In reply to: [Contact Form 7] Please allow option for ReCaptcha V2Yes please. I’ve never had a problem with this plugin until now.
Forum: Plugins
In reply to: [Contact Form 7] recaptcha gone? Where is it?Although the upgrade to recaptcha v3 has caused a torrent of spam.
Forum: Plugins
In reply to: [Contact Form 7] V3 reCAPTCHAI’ve logged into my wordpress.org account for the first time in years to say this:
Give us recaptcha v2 back please. V3 is garbage and our inbox is getting flooded with spam like neverbefore.Forum: Plugins
In reply to: [Responsive Flickr Gallery] Flickr api going SSLSummary of current workaround:
in afgFlickr/afgFlickr.php
replace all http://api.flickr.com
with https://api.flickr.comreplace if ( !preg_match(“|http://(.*?)(/.*)|”, $url, $matches) ) {
with if ( !preg_match(“|https://(.*?)(/.*)|”, $url, $matches) ) {replace all http://farm
with https://farmreplace http://www.flickr.com/services/auth/?api_key=
with https://www.flickr.com/services/auth/?api_key=Optional:
in responsive-flickr-gallery/index.php
replace all http://www.flickr.com/photos
with https://www.flickr.com/photos