Comments mthobaben started the conversationAugust 22, 2022 at 6:47pmHi there,for GDPR reasons we want to eliminate any connection to Google fonts. The deactivation in the customizer worked well, but there's still some code in the header:-------8<------ <link rel='preconnect' href='https://fonts.googleapis.com' /> <link rel='preconnect' href='https://fonts.gstatic.com' /> <meta http-equiv='x-dns-prefetch-control' content='on'> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//fonts.gstatic.com' />-------8<------How can I get this out totally?Thanks in advance!Bernd 2,610PenciDesign repliedAugust 22, 2022 at 8:12pmHi,Please go to Appearance → Customize → Speed Optimization → Optimize CSS: turn off the "Optimize Google Fonts" option.Regards,PenciDesign.mthobaben repliedAugust 23, 2022 at 9:18pmHi,Thanks for your fast reply.I've it exactly following your description = didn't work PLUS cleaned the caches = still didn't workThe code is still in the header (see https://mrs-t.de and https://dev.mrs-t.de)What else can help?Regards,Bernd 2,610PenciDesign repliedAugust 23, 2022 at 11:47pmHi,Please send me your WordPress admin account in a PRIVATE reply. I'll log in and help you check it.Regards,PenciDesign.1 Like mthobaben replied privately 2,610PenciDesign repliedAugust 24, 2022 at 4:09pmHi,I've removed all meta tags related to Google by adding the following content to the child theme functions.php file: add_filter('penci_soledad_optimize_preconnect_domains','__return_false');add_filter('penci_soledad_optimize_dns_domains','__return_false');Regards,PenciDesign.1 Likemthobaben repliedAugust 24, 2022 at 5:13pmHi,works perfectly - thank you (also for the easy description)!Have a nice day! :-)Regards,Bernd Sign in to reply ...
Hi there,
for GDPR reasons we want to eliminate any connection to Google fonts.
The deactivation in the customizer worked well, but there's still some code in the header:
-------8<------
-------8<------
How can I get this out totally?
Thanks in advance!
Bernd
Hi,
Please go to Appearance → Customize → Speed Optimization → Optimize CSS: turn off the "Optimize Google Fonts" option.
Regards,
PenciDesign.
Hi,
Thanks for your fast reply.
I've it exactly following your description
= didn't work
PLUS cleaned the caches
= still didn't work
The code is still in the header (see https://mrs-t.de and https://dev.mrs-t.de)
What else can help?
Regards,
Bernd
Hi,
Please send me your WordPress admin account in a PRIVATE reply. I'll log in and help you check it.
Regards,
PenciDesign.
Hi,
I've removed all meta tags related to Google by adding the following content to the child theme functions.php file:
Regards,
PenciDesign.
Hi,
works perfectly - thank you (also for the easy description)!
Have a nice day! :-)
Regards,
Bernd