Stylesheet/css present but not formatting
-
Hi All!
I have a custom theme whose style has disappeared, although style.css is in the theme folder and I can edit it using the theme editor from the WP Dashboard.Earlier today I made up some templates for pages that use a different database than what is used for WP. These password-protected pages use their own stylesheet, which is working just fine and located in the public_html folder.
Since I can see the blog stylesheet in the theme editor and make changes (which I’ve verified via FTP), I’m really confused. So far, I’ve tried these things to get back the formatting:
- uploaded stylesheets that I prepared locally to replace the missing one, but that did not bring back the formatting/style
- modified the theme header.php from
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
to have an absolute path for the css like so,
https://piedmontsar.org/wp-content/themes/search-n-rescue_copy/style.css, and even a relative one like so,
wp-content/themes/search-n-rescue_copy/style.css - viewed to be the same in IE7 and FF before and after deleting browsing history/cache and closing browsers
All I see is plain text but the content is correct so the blog appears to be functioning ok other than the missing formatting. It should be a greenish design with a header of barren trees. Here’s the link: https://piedmontsar.org/
Total Validator complains about a missing file:
E404 Problem with link:
<link rel=”stylesheet” href=”https://piedmontsar.org/wp-content/themes/search-n-rescue_copy/style.css”
type=”text/css” media=”screen” />where E404 = “Not Found: The remote server could not find a document at the URL provided. The link may refer to a document that no longer exists, or is pointing to the wrong place.”
BTW I am getting the same error for favicon.ico, which I have not messed with lately – it’s also located inside the search-n-rescue_copy theme folder.
What am I missing here?? ANY help is truly appreciated!
- The topic ‘Stylesheet/css present but not formatting’ is closed to new replies.