DianeV
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embedding WordPress into a custom site template??Hm. I’m not sure this is what you’re asking.
Forum: Fixing WordPress
In reply to: Embedding WordPress into a custom site template??I’d approach it the other way: apply your site template to your WordPress theme. Copy a theme, apply your site design to it, upload, and select that theme in the Presentations tab.
Unfortunately, I don’t know of any easy way to do this.
Forum: Themes and Templates
In reply to: <div class=”right”> errorCheck to see whether your CSS files actually has a class for “right”:
.right {float:right}
Forum: Fixing WordPress
In reply to: Your PHP installation appears to be missing the MySQLThanks for the update, Bill.
Sometimes things that happen around the same time are coincidental, but not related. But, until you have the information, you don’t know.
Glad it worked out well.
Forum: Themes and Templates
In reply to: Wrong Comments Appearing with PostsThanks for giving that information; I’m sure it’ll help someone else later on.
Maybe it’s time to mark this thread [Resolved]?
Forum: Fixing WordPress
In reply to: Scripts on pages?Have you tried a full url? And are you sure that the javascript is where it’s supposed to be?
<script charset="UTF-8" type="text/javascript" src="http://yoursite.com/tinc?key=9AWdpqhN"></script>Forum: Fixing WordPress
In reply to: site loads for laptop, not for PCHave you tried dropping the cookies in your browser cache? That might help.
Forum: Fixing WordPress
In reply to: 1&1 Hosted Website & WordPress Blog cross contaminationHm. Seems like you entered the wrong URL in boringads.com, so that all the links point to lesdossey.com. Somehow you’re probably going to have to edit the database to change that if you can’t log in.
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.Strange. When I go to http://www.gregsfoodblog.com/ I get a Fedora (Linux) start page.
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.When upgrading, it’s very important to *delete* all files on the server except wp-config.php, your themes, and your plugins, and then to upload the new files. Also, if there are new default and classic themes, those should be deleted on the server before uploading the new themes.
I’d never encountered the problem of FTPing (uploading) not completely overwriting files until I dealt with WP upgrades. I suspect the problem is due to the sheer number of files involved, and the communication between the FTP program and the server; not entirely sure, though.
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.Hm. It sounds like, for some reason, WordPress is not detecting the two themes.
Actually, the error message says it’s not detecting a “Template” … whereas a theme consists of many templates.
I see a similar issue here:
http://wordpress.org/support/topic/93975?replies=14One person deleted the themes on his server, and then uploaded them again. I’ve found that, (I think) because WP consists of so many files, sometimes the old files aren’t really overwritten — so deleting before uploading works.
Let me know if that works.
Forum: Fixing WordPress
In reply to: The following themes are installed but incomplete.Okay.
I’d ensure that the default and classic themes that come with WordPress (the ones that came with version 2.2) have been uploaded. Even though I don’t use either of these themes, I’ve noticed problems when they’re not on the server.
Forum: Fixing WordPress
In reply to: How to Save Old PostsOne note: there are two things you need to back up:
(1) Your blog files, themes, etc.
(2) Your databaseThe posts are in the database. The WordPress files contain the WordPress program, plugins, themes, etc.
Forum: Themes and Templates
In reply to: Failed W3C validation with <html> tagmrmist is correct. You’ve failed to end your
<head>area with a</head>tag, which means that the<body>and</html>tags are in the wrong place. Technically, they “can’t” be there because the<head>is not yet closed.Forum: Fixing WordPress
In reply to: semantic code errorsWhich other thread. Could you post a link to it?