Archived topic
GTMetrix 404/410 - missing resources?
5 replies · Started by Farshad on July 7, 2019
We are getting the following error and can't figure out the issue. Any guidance would be appreciated.
Thanks.
The following requests are returning 404/410 responses. Either fix the broken links, or remove the references to the non-existent resources.
https://www.hrtdoctorsgroup.com/wp-content/themes/generatepress/css/css/blog.css
https://www.hrtdoctorsgroup.com/wp-content/themes/generatepress/css/css/flaticon.css
https://www.hrtdoctorsgroup.com/wp-content/themes/generatepress/css/css/footer.css
https://www.hrtdoctorsgroup.com/wp-content/themes/generatepress/css/css/header.css
https://www.hrtdoctorsgroup.com/wp-content/themes/generatepress/css/css/plugin.css
https://www.hrtdoctorsgroup.com/wp-content/themes/generatepress/css/css/shop.css
Hi there,
Those files don't exist in GeneratePress.
Do you have any custom functions? It looks like you might have one trying to enqueue all of those non-existent files.
Thanks for the response. Our developer customized the footer on our site, I believe using CSS. Otherwise, nothing was really customized. We installed wordpress from scratch and followed instructions to install GP and GP Premium.
Are you using a child theme at all? If so, do you have any functions in the functions.php file?
No, not using a child theme.
Here's the response from our lead developer. Are we on the right track?
>> I just added only three files in the CSS folder...
Global.css
Style.css
And responsive.css
I am also working on removing these styles and merging the design used styles in a separate css file to fix the issue.
Hi there,
can i ask how Bootstrap is being added to the site? The CSS files for it are also in the same directory ie. .../css/css as those other CSS files. Could be connected.