-
AuthorPosts
-
June 25, 2024 at 12:17 pm #1458571
Hi,
Google ReCAPTCHA badge Keep showing
– Even if set invisible with Google
– even with css code
.rc-anchor-normal-footer {
display: none !important;
}
.grecaptcha-badge {
display: none !important;
}@media only screen and (max-width:479px){
.rc-anchor-normal-footer {
display: none !important;
}
@media only screen and (max-width:479px){
.grecaptcha-badge {
display: none !important;
}Any help would be welcomed as I do not want to see this on https://tabiji.fr
Thank you.
Koomo
June 25, 2024 at 2:19 pm #1458628Hey koomo,
You can’t hide it with CSS since it’s an iframe. Did you try using version 3 instead under Enfold->Google services?
Best regards,
RikardJune 25, 2024 at 9:46 pm #1458787Hi,
Thanks for prompt reply.Yes we did, even changed the 2 keys for V2 and 3.
What’s weird is that it only appears on some pages
Not here https://tabiji.fr/destinations-regions/ or top page
But here https://tabiji.fr/services-prestations/ or https://tabiji.fr/contact/
It came up with last updateJune 26, 2024 at 9:21 am #1459360Hi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJune 28, 2024 at 2:21 am #1459911Hi Rikard.
Thank you very much for your time.
Credentials in private.
Regards,
KJune 28, 2024 at 7:20 am #1459921Hi,
Thank you for the info.
We added the following css code to hide the recaptcha badge and temporarily disabled the Enfold > Performance > File Compression settings to make sure that the changes take effect. Please make sure to purge the cache on your end before checking the page.
#top .grecaptcha-badge { opacity: 0 !important; }Best regards,
IsmaelJune 29, 2024 at 9:19 am #1460035Hi Ismael.
Working great. Thank you very much.
BestK
June 29, 2024 at 11:17 am #1460042 -
AuthorPosts
- You must be logged in to reply to this topic.
