thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with loading…By “free host” I assume you mean you have a blog at wordpress.com? You need to be here: http://en.forums.wordpress.com/
Forum: Installing WordPress
In reply to: Login works for admin panel, not for WordPress siteIf you’re talking about a blog at wordpress.com then you need to go here: http://en.forums.wordpress.com/
If you mean you purchased a domain and hosting and installed WP yourself, you WOULDN’T be able to login at Gravatar using your username and pass. That’s just for accounts at .com.
Forum: Fixing WordPress
In reply to: how does WP send mail?PS: You can switch from windows to linux if I remember correctly but I’m not quite sure how that works so I’d research it first so your entire site doesn’t go down the drain.
Forum: Fixing WordPress
In reply to: how does WP send mail?Ah. That’s why. For future reference, you should go with linux. Much better… as better as Godaddy can get that is but I digress. Anyway, I found this article: http://angstrey.com/index.php/2009/04/22/how-to-send-e-mail-with-wordpress-from-godaddy-windows-hosting/comment-page-9/
Forum: Fixing WordPress
In reply to: how does WP send mail?You don’t have to set up an email account for WP to send out emails. Godaddy? Ugh. Do you have linux hosting or windows hosting?
Forum: Fixing WordPress
In reply to: how does WP send mail?Nevermind, I just tested it and didn’t receive an email either. Feel free to delete that user (test).
Forum: Fixing WordPress
In reply to: how does WP send mail?WP doesn’t have to be installed in the root for email to work. Did you check the spam folder of the email used to register?
Forum: Fixing WordPress
In reply to: I have a question about why Google is choosing this.That’s not a dead page, it’s the monthly archive for April 2010. As for the Google issue, I’m guessing it’s an SEO thing but unfortunately I’m not very savvy in that stuff. Lots of people here are though and I’m sure someone can help you out :o)
Forum: Fixing WordPress
In reply to: cursor jittersThe reason the cursor jumps around is because the code is wrong. Look:
<p><a href="http://www.thegrandparentsblog.com/volcanic-eruptions-and-other-things/#more-422" class="more-link"></p> <p>Read the rest of “Volcanic Eruptions – and other things” »</a></p>Whoever made the theme has the URL in a paragraph and then the link text in a separate paragraph. It should be:
<p><a href="http://www.thegrandparentsblog.com/volcanic-eruptions-and-other-things/#more-422" class="more-link">Read the rest of “Volcanic Eruptions – and other things” »</a></p>Just edit that bit in the index.php file of the theme and the jumping will stop.
Forum: Fixing WordPress
In reply to: Lost All Pages And Posts!Forum: Fixing WordPress
In reply to: “Internet Explorer cannot display the webpage” – frequentlyThe site loaded just fine for me multiple times in IE8. Also, you still have 70 errors so that could be part of the problem. When you switched themes, did you switch to the DEFAULT theme? Because that’s the one you want to test to see if the site itself is having issues.
Forum: Fixing WordPress
In reply to: Is my wordpress installation infected by virus?Can you copy and paste the “message” *(or put it here if it’s very long)? I don’t wanna go to your URL if theres’s a virus.
Forum: Fixing WordPress
In reply to: Remove “Quote of the Day”Ah… looks like you got it.
Forum: Fixing WordPress
In reply to: Remove “Quote of the Day”Well, it has to be under plugins if it’s a plugin. However, for it to appear on your site, the code must be in the theme files. Just remove the code.
Forum: Fixing WordPress
In reply to: Remove “Quote of the Day”I’m kinda confused I guess. You keep saying that the users type something in and it shows up on YOUR blog but if it’s a multiple user blog then it’s their blog too?