_lacus
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA v3 displayed on all subpagesForum: Plugins
In reply to: [Contact Form 7] reCAPTCHA v3 displayed on all subpagesTo hide the banner on all pages with css exept on contact pages is not a good pattern. Why load chapcha at all if it is not needed?
Thank you, for the great support!
Thank you for the great support!
@unexploded thank you for your reply!
I used deregister style, and i added the plugin css to my theme css (less files to load):
function my_deregister_styles() { wp_deregister_style( 'moove_gdpr_frontend' ); } add_action( 'wp_print_styles', 'my_deregister_styles', 99 );
Viewing 5 replies - 1 through 5 (of 5 total)