timeistight
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database ErrorIs it safe to go back to the 2004-09-08 version of wp-admin/edit.php, or would I have to change everything? Right now I can’t write or edit entries.
Forum: Fixing WordPress
In reply to: Bandwidthe Limit, No Access?I’d imagine it means exactly what it says: Your host only allows you a certain amount of traffic within a set period and you’ve exceeded that limit. Nothing to do with WordPress.
Forum: Fixing WordPress
In reply to: static pagesI’m having a bit of trouble understanding how these pages are “static”. Aren’t they served out of the database like everything else?
Also, it doesn’t look like you can insert PHP on these pages, can you? Or am I missing something?Forum: Fixing WordPress
In reply to: bug with site pages 09/07?That looks like a mod_write problem. I had that happen awhile ago when I was trying to create some redirections.
I”m sorry but I can’t really tell you how I fixed it. I just kept changing things until it went away. Maybe if you post your .htaccess code here a regex expert can spot the problem.Forum: Themes and Templates
In reply to: styles.css isn’t being reader, that was me.
Forum: Themes and Templates
In reply to: styles.css isn’t being readYes, you should put them back. Yes, “by default style sheet” I mean wp-layout.css (and wp-print.css, although that won’t make any difference to what you see on the screen).
By “validate” I mean that you need to correct your HTML, using this http://validator.w3.org/ before you can debug your CSS.Forum: Themes and Templates
In reply to: styles.css isn’t being readYou have two
<body>tags on that page. I don’t know if that’s your problem, but it can’t be good.
I think your first step should be getting your page to work (and validate) with the default style sheet. That should make it much easier to debug your new style sheet.Forum: Fixing WordPress
In reply to: Photo Matt’s ArchivesCool! Thanks.
Forum: Fixing WordPress
In reply to: Turning off Highly Intelligent Line BreaksGreat! Thanks.