studioram
Forum Replies Created
-
Never mind, solved!
Forum: Plugins
In reply to: [DearFlip - PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer] js errorNever mind, I’ve found the solution. I used another js script source. Apparently the old script was conflicting the plugin.
Hi @wfphil,
Thank you for your reply!
That was my thought too, but I wanted to know for sure before deleting the issues πForum: Plugins
In reply to: [Contact Form 7] How do I hide reCAPTCHA v3 badge?@ercan GUNES
‘display:none’ disables the spam checking. ‘opacity:0’ won’t. More info on stackoverflow- This reply was modified 7 years, 5 months ago by studioram.
Forum: Plugins
In reply to: [Contact Form 7] How do I hide reCAPTCHA v3 badge?If you still want to use ReCaptcha V3 on every page, don’t use ‘display:none’. Instead type ‘opacity:0’. More info in this post.
And don’t forget to add the terms and Google privacy link to your contact form: βThis site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.β
- This reply was modified 7 years, 5 months ago by studioram.
Forum: Plugins
In reply to: [Contact Form 7] Please allow option for ReCaptcha V2I am recieving alot of spam
That’s due to ReCaptcha v3 keys, not the plugin. Because you had to make new keys, Google needs time to scan. Give it a few days. Maybe you can set your SPAMfilter on your mailaccount a little higher.
- This reply was modified 7 years, 5 months ago by studioram.
@tim: no, found on stackoverflow
Forum: Plugins
In reply to: [Contact Form 7] Can’t tell if ReCAPTCHA v3 is working at allHi,
The badge is there, only not visible though. It’s been forced to hide or placed behind another div. You can check this in the developer mode of your browser.
Or you can add ‘.grecaptcha-badge {z-index:999}’ to your css. You can always delete thid css if you don’t like the visuability of the badge. You’re ‘agreed’ to use recaptcha though, so you’re basically obligated to show the terms of Google…
If you won’t show the badge, you have to add a text in your contact form, for more info: https://developers.google.com/recaptcha/docs/faq
you can add to your stylesheet:
.grecaptcha-badge {opacity:0}This visualy hide the badge, although it’s still there. Don’t use ‘display:none’, this will stop protecting SPAM.
Than add the text:
‘This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.’to your contact form and your fine for a while. This is a solution provided by Google: https://developers.google.com/recaptcha/docs/faq
It’s working fine for me.
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA v3 – Popup window bottom-rightYou are allowed to hide the badge, if you add some text to your contact form: https://developers.google.com/recaptcha/docs/faq
From Google’s point of view: to secure all your pages and to analyse which pages bots use to attack. Looks like it’s more than secure your forms though…
and information from Google: https://developers.google.com/recaptcha/docs/faq
That’s not for cf7 to decide. When registering a key you agreed to show the badge on your site. Read this for more explanation and solutions
You can find the answer here, in a earlier post.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change URL ftom http to httpsHi,
Thx for your quick reaction!
I’ve tried to do the recplacement with an extra \recplace
http:\/\/voorjedier.nl
for
https:\/\/voorjedier.nlUnfortunately the plugin I use (Blue velvet Updates URL’S) gives an error and add an extra \ in the inputfield (ie https:\\/\\/voorjedier.nl…
Have you any other suggestions?
ThxRemco