I use this CSS code according to support team recommendations – https://prnt.sc/v255ij
/* hide Recaptcha 3 */
/*.grecaptcha-badge { visibility: hidden; }*/
.grecaptcha-badge{
display: none!important;
}
But I can’t see Google Recaptcha 3 label for PC – it’s ok BUT Recaptcha 3 label visible for Tablet and phone
https://prnt.sc/v253j6
Do you have any solution for this?
Site – https://prostobzor.com/
-
This topic was modified 5 years by
kibiribi.
Hello !
This seems to be a caching issue on your side since at the moment your desktop website displays mobile theme: https://www.screencast.com/t/WIj9tIMKvAY
This happens due to cache. Please follow our guide and make sure that WP Super Cache has been installed properly: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Let us know the result.
Thank you !
Hello Vlad, I’ve changed WP Super Cache accroding to the Article – after that I’ve faced with main page issue – watch video https://drive.google.com/file/d/14J4uE8HvnndE1N3oafqgLBCK4BuhtDUr/view?usp=sharing
did you see this main page ok ? https://emagazin.info
I tried from my side according to your manual and recomendations.
I thought it was my problem – but ReCaptcha was not removed after WP super cache settings change.
Here it is screen of my another Blog reader from Phone – the same – https://prnt.sc/vfoe1j
Could you explain how it should be?
test page for phone – https://prostobzor.com/garmin-fenix3-avto-navigation/
screen – https://prnt.sc/vfoe1j
Custom CSS – https://prostobzor.com/garmin-fenix3-avto-navigation/
Hello !
Please try this css code: .grecaptcha-badge {
display:none!important;
}
The code must be inserted here: https://www.screencast.com/t/5vaCUXXSO1Q
Thank you !