Forum Replies Created

Viewing 15 replies - 211 through 225 (of 1,078 total)
  • Forum: Your WordPress
    In reply to: My blog on IE6

    IE has problems. Do a search here for “sidebar fallen” or something like that, and you’ll find solutions.

    It doesn’t sound like you’ve done anything.

    I didn’t realize that you were the one who had found an include in your template. That, together with this, sounds very suspicious.

    Barring someone else happening along with more information, I would immediately:

    (1) Back up your database if you can do so
    (2) Check your WordPress files to ensure that they haven’t been updated (beyond what you’ve done)
    (3) If nothing on #2, then contact your web host. It’s possible that the web host is upgrading something, and it’s also possible that something else has happened.

    What I would *not* do is nothing.

    I don’t know if you missed one, but I see this next to the solostream link:

    <a href="http://www.saveonrefinance.com" title="mortgage rates">.</a>

    If you are absolutely sure that your footer template did not contain that previously, I’d change passwords both on the blog and on your web hosting account, and contact your web host.

    I don’t know. However, when you have a pile of errors like that, and fixing them just calls up more errors, it’s likely that you have a coding problem somewhere that’s throwing the checker off. Only … you have to find it.

    First of all, I would use the CSS file to specify fonts because the <font> tag is deprecated (means you really shouldn’t use it nowadays). This would also mean that your font tag problems would go away.

    Then, when you set an image, you need to “close” the img tag:

    <img src="someimage" />

    See that /> ?? That’s what it’s looking for.

    Clean up some of that stuff, and your problems will likely lessen.

    Forum: Your WordPress
    In reply to: catertots.net

    🙂

    Forum: Your WordPress
    In reply to: catertots.net

    Love it. Particularly like that you not only use thumbnails but full-sized pictures of the dishes. Very nice.

    1. uploaded the files again
    2. created new database
    3. imported old database

    Yes, but did you run the install.php? If not, then (to my knowledge) all this is not going to get you anywhere.

    John, first: congrats. While that may sound awful, having a popular website is a good thing.

    Unfortunately, right now, your site is unreachable (there’s a server message there), so that’s not a real solution.

    It sounds like you need a dedicated server. If you already have one, then perhaps you need to look into increasing bandwidth and/or server configuration. If you already have, then it may be that you need to go further with multiple servers.

    I get it.

    Since you’ve already changed that, then you need to edit the wp-config.php file to reflect the database stuff on your *new* server, install in the correct place on your *new* server, and run install.php.

    Once that’s done, and you’ve verified that it’s working, *then* import your database.

    First of all, I’d treat this as a new install (which it *sounds* like you did), but just in case:

    – fill in wp-config.php, making sure that the information is correct for the new host
    – upload WordPress the way it was on your old host (site.com/blog/wordpress), and run install.php
    – import your database
    – check to see if everything’s correct.

    THEN take the steps to move WP to the root folder.

    .

    Just use the search box for “sidebar at bottom” — you’ll find lots of solutions.

    Well, I’d say that you don’t know whether your blog is really “totally destroyed” — although I hope you’re keeping backups of not only your WP files but your database as well.

    I’d be highly surprised if activating a plugin was able to change permissions on files or folders; however, surprising things can happen.

    At any rate, I’d try FTPing into your web hosting space and deleting the plugin.

    What was said above is correct: Dreamweaver is a program for *making* websites (coding, writing CSS); lots of people use it. You could just as well use NotePad or some other (far nicer) text editor, if you’d a mind to learn how to hand-code. Either way (and even though I like Dreamweaver a lot for certain functions), it’s best to learn what at least the HTML and CSS code are doing; otherwise, *when* you run into problems, you won’t be able to fix them.

    WordPress comes with “themes” and allows you to publish content displayed in a theme that you may or may not have altered. Themes are pretty much what are called “templates” elsewhere, where you’d create a template and then display your content in that template.

    It may be that the confusion is that you *can* design WP themes in the admin panel, though I’d not like to do it that way, but it’s not a “design program” in any sense of the term.

    If you’re looking to go public with your services, choose your method and tools and go forward. Personally, to me, $399 is not what I’d call expensive if it helps you to work faster and smarter.

    By the way, Dreamweaver does not insert “lots of crap” (although it may have in many years past). It does write pretty clean code, but it won’t prevent you from writing bad code. That’s where knowing your code will save you.

    Lastly (no, really), we all start where we start, and I find it offensive when people put down newcomers who have yet to learn the tools of the trade. But then, I’ve only had 10 years of experience, and hand-coded for years, so take the above with a grain of salt. 😉

    Aw, those aren’t flames; flames are truly rude and malicious.

    It seems like the code you posted should work — or something quite like it. I’d just play around with it more.

Viewing 15 replies - 211 through 225 (of 1,078 total)