I’m not seeing any 404’s, but did you clean your caches/CDN after disabling the plugin?
Thread Starter
max67
(@max67)
I see 5 404
[URL=https://www.casimages.com/i/200622110124169289.png.html][IMG]https://nsa40.casimages.com/img/2020/06/22/mini_200622110124169289.png[/IMG][/url]
You’ve preloaded the fonts in your header using another plugin. In the plugin where you’ve preloaded them, remove these headers. Done! 🙂
Next time you run into something like this, view your page’s source by entering this in your browser address bar: view-source:https://yourdomain.com
Then press CMD / CTRL + F and start searching for the file that returns a 404, e.g. raleway-700-normal. In your case you’ll find entries like this:
<link rel="preload" as="font" href="https://hoiantransportservice.com/wp-content/uploads/omgf/raleway-700-normal-GPrE.woff2" crossorigin>
Although OMGF does support a preload function, these entries’ll disappear once you disable the plugin. So, it’s either your cache, or another plugin that you’re using to add preload headers.