404 errors linking to CSS files
-
I’m seeing 404 errors that I have tracked down to dms_frame.php
print "<link rel=\"stylesheet\" type=\"text/css\" href=\"".$dms_global['dms_wp_css_uri']."/css/ie.css\">\r"; print "<link rel=\"stylesheet\" type=\"text/css\" href=\"".$dms_global['dms_wp_css_uri']."/css/editor-style.css\">\r"; print "<link rel=\"stylesheet\" type=\"text/css\" href=\"".$dms_global['dms_wp_css_uri']."/dashicons.min.css\">\r"; print "<link rel=\"stylesheet\" type=\"text/css\" href=\"".$dms_global['dms_wp_css_uri']."/editor.css\">\r";
This is including links to CSS files inside my child theme that simply don’t exist, so giving me 404 errors when the page tries to request them: e.g.
‘<link rel=”stylesheet” type=”text/css” href=”https://www.mysite.co.uk/newsite/wp-content/themes/executive-pro/css/ie.css”>’
etc…I can see these CSS files inside the folder /wp-includes/css/ though.
How can I fix these 404 requests and point the code to the correct location?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘404 errors linking to CSS files’ is closed to new replies.