Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1377698

    Hi,
    at my and a client web page I have loaded uploaded the fonts as described.
    Also I added the code in the functions php of the chield theme.
    I tried both versions:
    /* deactivate google fonts
    add_action( ‘init’, ‘enfold_customization_switch_fonts’ );
    function enfold_customization_switch_fonts() {
    global $avia;
    $avia->style->print_extra_output = false;
    } */

    //deactivate google font connection
    function my_output_google_webfonts_script( $activate ){
    return false;
    }
    add_filter( ‘avf_output_google_webfonts_script’, ‘my_output_google_webfonts_script’, 10, 1 );
    Example URL:

    https://google-fonts-checker.54gradsoftware.de/de-DE?url=https://bausanierung-trossbach.de/
    The Google Fonts checkers still find google fonts.
    This one finds also lot of more connections:
    https://sicher3.de/google-fonts-checker/

    How can I get the website DSGVO compliant and deactive al the not needed services the website connects?

    I also installed the plugins:
    Disable & Remove Google Fonts AND
    Embed Google Fonts
    Both are tested with enfold. But no change at the google font checkers.

    Would be great to get your support. Thanks a lot in advance.
    BR Michael

    #1377793

    Hey michaellausser,

    Thank you for the inquiry.

    Are you using the Layer Slider and Google Map/reCAPTCHA plugin? Please note that Google Map/ReCAPTCHA uses Google Fonts by default. You may need to disable the Google Fonts from the layer slider settings. You should also check the Enfold > Advanced Styling panel and look for any elements that are using Google Fonts. You can also try the script provided in the following thread.

    // https://kriesi.at/support/topic/important-change-request-for-avia_google_maps_api-js/#post-1346076

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.