ogatha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Line Breaks Ignored in WordPress CommentsI solved this on my own. It wasn’t the commentlist rule that I needed to change, it was the rule formatting the paragraphs in the comment section itself. It looked like this for me:
div.bubble blockquote p { line-height:16px; margin:0px; padding:0px; }I changed it into:
div.bubble blockquote p { line-height:16px; margin-top:10px; padding:0px; }The line-height attribute is set to 16px because that’s the line-height I use in my normal posts and I wanted it to look symmetric. In addition to those 16px, though, every new paragraph now gets an additional 10px in distance to the one preceding it. It’s an easy way around the autoformatting problem.
Forum: Fixing WordPress
In reply to: Line Breaks Ignored in WordPress CommentsI can’t believe no one else has this problem.
Forum: Fixing WordPress
In reply to: Line Breaks Ignored in WordPress CommentsAnyone?
Forum: Fixing WordPress
In reply to: Line Breaks Ignored in WordPress CommentsI’ve got the exact same problem. I found the rule that chollaball was talking about but it didn’t help much, unfortunately. It looked like this for me:
ol.commentlist li p { font-size:12px; margin:0 0 1em; }I changed it into this:
ol.commentlist li p { font-size:12px; margin: 0px 0px 10px 0px;}And tried different values for the margin, but nothing happens. This is starting to become quite a problem for me as I’m gaining more and more comments on the blog. Any help with the issue would be greatly appreciated.
Forum: Plugins
In reply to: Nextgen Gallery: overlay problems (flash related)bump.
Forum: Plugins
In reply to: Nextgen Gallery: overlay problems (flash related)Anyone?
Forum: Plugins
In reply to: Nextgen-gallery, overlay problem?I have a problem with this as well. When I use thickbox and click on the thumbnail so the image pops up the youtube clip in the background will overlay the image. Is it solvable with any of the methods suggested above? And if so, where and in what file do you put the code? I’m a bit desperate for help here. Thanks in advance!