anakalia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Force Comments into ModerationA Nappy Girl, what plug-in are you referring to? I’m having the same problem, that no matter which options are ticked on the Discussion page, nothing changes. Because I’m being harassed by someone, I really need to have all comments moderated at least for the time being and nothing works like it’s supposed to on the Discussion page.
Blocking the person’s IP also blocks other people’s ability to participate, so that’s a last last resort.
UPDATE: Never mind, I think I found it. For anyone else’s future reference, the plug-in is SK2 – Moderate Plugin and it can be found here
http://blog.ftwr.co.uk/wordpress/sk2-moderate-plugin/Forum: Fixing WordPress
In reply to: wp doesn’t send user registration email with password using GmailI’m having the same problem, but only with gmail and only since I upgraded (finally) to WP 2.3+
I don’t think it’s a problem with free web hosting, since I pay for mine on Bluehost.
The error people are getting when they try to register is the same as freetimetech mentioned:
The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function…I wouldn’t have known about it if some of them hadn’t emailed me personally asking for a password.
Anyone, please, have a workaround???
Forum: Installing WordPress
In reply to: No paragraph breaks in commentsThanks, moshu. I did contact the theme author (the theme is Tarsier Paradise, coded by Wicked WP) but got no response.
For future reference, in case anyone else ever has this problem, I finally figured it out and it turned out to be so very basic: The author left no space between “comment” and “p” in the code, as follows.
.commentp {
padding:20px 12px 10px 10px;
}I made this change:
.comment p {
padding:20px 12px 10px 10px;
}and then adjusted the padding to suit me. Paragraphs at last!
Forum: Installing WordPress
In reply to: No paragraph breaks in commentsI’m having sort of the same problem. There are no paragraph breaks in any of the comments. This problem exists only in the theme I’m using so I’m sure it’s in the stylesheet, but I can’t find where to make the correction– nor do I know how to edit the css to fix it.
Here is all the code I can find for comments, if it’s any help:
ol#commentlist {
list-style:none;
margin:15px 0 0;
padding:0;
}.commentname {
color:#444444;
}.commentname a {
color:#3399cc;
font:110% “Trebuchet MS”, “Lucida Grande”, verdana, helvetica, arial, sans-serif;
text-decoration:underline;
}.commenttext {
background-color:#f8f8f8;
min-height:90px;
}* html .commenttext {
height:90px;
overflow:visible;
}.commentp {
padding:20px 12px 10px 10px;
}.commenttext p {
margin:0 0 10px;
padding:0;
}#commentblock ol li {
margin-bottom:30px;
}#commentblock {
margin-left:4px;
}#commentsform p {
margin-bottom:5px;
margin-top:5px;
}Can you give me any suggestions? My Web site is at http://streettalkblog.com
Forum: Fixing WordPress
In reply to: Some children nest under the parent in sidebar, others don’tMomma, you are indeed multi-talented!
As I perused the CSS I discovered that the author had not placed a ‘master’ code like that in the sidebar, but rather seems to have coded each segment individually (sort of). But I could not find coding for this particular issue. It’s quite confusing. So I just added this to the CSS, per your brilliant insight (that was a d-oh moment for me, lol):
#sidebar ul li ul li
{padding:0 0 0 15px;
}Bingo! Everything now indents properly, including the Recent Comments, and in both Firefox and IE. I’m so very pleased!
Thanks a million! Now if I can just figure out how to get paragraphs to break in the comments block I’ll be ecstatic, lol. But that’s a question for another post.
Forum: Fixing WordPress
In reply to: Something ate my passwordThank you, sewmyheadon. You must get tired of repeating that instruction, lol. Thing is, I had trouble finding phpMyAdmin and didn’t think I had access to it. Finally found it in the mySQL database. Once I got to it, it barely resembled the images shown at the link you provided, but I managed to work my way through it, hit the GO button with some trepidation, and VOILA! I am now happily back in my blog’s inner sanctum.
You are a god(dess)!!!