- This topic has 9 replies, 2 voices, and was last updated 7 years, 8 months ago by
Tom.
-
AuthorPosts
-
July 7, 2018 at 5:15 am #617854
Michael
2 errors in the console, I’ve followed the fixes I found, and cleared cache, but still this is happening?
I changed my typography font to Tahoma, see if that would solve it ,same thing.
Previously set it to system stack from a recommendation in these forums.
What else can I do?
July 7, 2018 at 9:57 am #618060Tom
Lead DeveloperLead DeveloperIt looks like you have a plugin loading Google Fonts. Does
eonetring any bells?It’s not working because there’s no font attached to the request. Sometimes this can be caused by functions or plugins that remove query strings.
July 7, 2018 at 10:27 am #618083Michael
Thanks Tom, I don’t think eonet is calling Google fonts, it’s a plugin to validate new users only. Removing query strings also not checked on my cache plug. Sorry I thought it was theme related, but you’ve given me some good pointers to check out.
July 7, 2018 at 8:45 pm #618320Tom
Lead DeveloperLead DeveloperThat’s strange, if it’s not coming from them, it’s coming from someone with the same name?: https://www.screencast.com/t/RsnEJwOxLVK
July 15, 2018 at 7:07 am #624122Michael
That was weird, I’ve removed eoNet now, and I’ve still got font errors, but these are for Generatepress by the looks of things ?
<link rel=’stylesheet’ id=’-apple-system-css’
and the same for Arial?Both giving 400 errors.
July 15, 2018 at 8:57 am #624264Tom
Lead DeveloperLead DeveloperIt’s trying to load system fonts as Google fonts. GeneratePress has things in place to prevent this.
Can you disable your other plugins to see if there’s a conflict?
July 18, 2018 at 12:51 pm #626929Michael
Long process, as I’m trying to solve this “£&*”£*” missing admin bar for users problem as well. I managed to remove two of the errors from a custom stylesheet which had invalid font-family references.
But this line is coming from somewhere..
<link rel="stylesheet" id="-arial-css" href="https://fonts.googleapis.com/css?family=+Arial%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic&ver=4.9.7" type="text/css" media="all">July 18, 2018 at 7:58 pm #627115Tom
Lead DeveloperLead DeveloperHave you tried deactivating your plugins one by one to see if it’s a plugin bug?
July 18, 2018 at 9:55 pm #627173Michael
I did that yesterday but no luck, mind you, I did it before I found the custom css, so I don’t know if it’s related.
July 19, 2018 at 10:06 am #627682Tom
Lead DeveloperLead DeveloperSo you’ve tried:
1. Deactivating all of your plugins
2. Deactivating any custom functionsAnd the code still exists? It must be coming from somewhere, we just need to figure out where.
-
AuthorPosts
- You must be logged in to reply to this topic.