Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1369558

    Hey Kriesi-Team,

    i try to clean my Webseite from all Google fonts and had success with all Plugins and Things, but still the Font Lato ist loaded. When we search, where it comes from, it shows connection to avia Layout builder and the preloaded Themes “classic red”,…

    All the other Websites doesn´t have this Connection, and i used different Classic Themes as basic for my preferred changes.

    So it is not possible for me to find out, where Lato still is loaded from???

    I deactivated all Plugins to check if some of the Plugins bring it with it, i deactivated ReCaptcha and all Captcha in used Plugins, but still…

    Can you help, please`

    #1369625

    Can you give us a link to that page?
    Developer tools will tell us where it comes from. But best on doing that is to switch of merging and compression tools.

    Yes you are right that on default “Elegant Red” – lato is set for default_font.
    But did you change that on Enfold Options. Either by using a websafe font or by uploading Lato font with custom font manager ?

    You can hamper Enfold from loading google fonts from google servers by:
    (in child-theme functions.php:)

    function my_output_google_webfonts_script( $activate ){
      return false;
    }
    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
    #1369665

    Hi Guenni,
    i wrote the page in my post befor with password and user.
    I changed the default Theme to velvet, so i don´t use Elegant Red at all, that´s what makes me wonder.

    I changed my fonts by uploading them via ZIPfile (i use opens sans and amertha) and switched all “standard” to the uploades open sans.

    I tried your Code, but still the fonts cecker find Lato als Google Font..

    Thanks!

    #1369758

    Hi,
    Thanks for the link to your site, unfortunately, I’m not able to login as I see a 403 forbidden error, but it looks like the font is loaded by the plugin: subscribe-to-comments-reloaded
    please try disabling this plugin, if this doesn’t help try disabling all of your plugins, if this doesn’t help then please disable your geo IP blocking so we can login an investigate.

    Best regards,
    Mike

    #1369856

    Hi Mike,
    i already tried to enable all Plugins, that doesn´t change anything.

    I disabled GEO IP blocking an beg you, to hava look on it!
    Thanks a lot!
    Constanze

    #1369878

    Hi,
    Thank you, this font is coming from this form in a code block on your homepage:
    2022-10-23_004.png
    in the code block you will find the call for the font, you can remove it or change it:
    2022-10-23_003.png
    after you remove it clear your browser cache and check.

    Best regards,
    Mike

    #1369974

    Hi Mike,

    oh, i totally oversaw this one – i removed it and cleared the cache, but still there is Lato found…

    Thanks and regards,
    Constanze

    #1369996

    The problem is: Google Recaptcha – remove it

    #1369997

    The following “Plugins” use Google Fonts:
    – Google Recaptcha
    – Youtube
    – Google Maps

    #1370010

    I don´t use google Maps, i removed all ReCaptchas (there was still one in an old site, not in menu) and i even deleted the only Youtube-Video i had on the site. I even recreate all the Optins in Active Campaign and Optinmonster and delete Recaptcha.

    Lato is still loaded.

    #1370025

    Hi,
    I see that you changed the code block content from the html of the form
    2022-10-23_003.png
    to an embed link that pulls the font from the remote server:
    2022-10-24_006.png
    I recommend going back to the html in the code block and just remove the one line for the google font.
    Sorry I probably didn’t explain what I meant very well.

    Best regards,
    Mike

    #1370058

    Hi Mike,

    so this solved my Problem!!
    The Fontscode is loaded via ActivCampaign in an embedded Code – an so i didn´t see it. Now i cleared the code and deletet the fonts and now it works.

    Thanks a lot!!
    Kind regards,
    Constanze

    #1370100

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1370114

    Hi Rikard, thanks, you can close the topic!!
    Regards, Constanze

    #1370137

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Lato Font is loaded by Avia Theme and not deleteable’ is closed to new replies.