withinwithout
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Email Notification Plugin v2.3.0So… is there a way to have the “thanks for subscribing page” within your theme or must it be on the blank page?
Or rather… I’m sure there is a way… but is it something that could be relatively easily accomplished by someone who is willing to take some time to figure simple stuff out, but isn’t a coder by nature/profession?
No point in trying something that’s going to be way beyond me anyway…
Forum: Themes and Templates
In reply to: Customizing Intelligent Menu ScriptHmm. Okay, well, with the help of Will I figured out how to work the mouseover (thanks!), but stick stuck on the menu script….
Forum: Fixing WordPress
In reply to: LivePress 1.5.1 issueHas anyone gotten this to work recently? I haven’t. 🙁
Any chance for an updated plugin anytime soon?
Forum: Fixing WordPress
In reply to: LivePress 1.5.1 issueI want to try the suggestion that Jenn made of copying the functions from pluggable-function.php to functions.php but I don’t know how much of the code to copy….
Can anyone show exactly what should be put into the functions.php file and where?
Forum: Plugins
In reply to: Livejournal Autoupdate for 1.5?LivePress is working fine for me.
Forum: Fixing WordPress
In reply to: Can’t get links to be valid with or without permalinksI think I got it figured out. Just had to update the database more.
Forum: Fixing WordPress
In reply to: Can’t get links to be valid with or without permalinksSo do I need to reassociate the entire database perhaps?
Forum: Fixing WordPress
In reply to: Can’t get links to be valid with or without permalinksI think I’m having a similar problem. I originally was missing many of the titles for posts that I imported, but I just ran a query on my database to create titles for all the posts that had them missing.
I then updated the permalink structure, thinking it would take the new data and create links, but no such luck.
I now have titles for all the posts, but clicking on them just gives me the message that “no posts can be found”. The link is not generating a post-name slug at all for any posts that have newly generated titles.
Heh. I hope I didn’t break things too much in my effort to fix them. 🙂
Forum: Themes and Templates
In reply to: Paragraph breaks in comments?Okay, I think I got it.
I changed:
}
#commentlist li p{
padding: 0px;
margin: 0px;
}to:
}
#commentlist li p{
padding: 5px;
margin: 0px;
}And it looks great now.
Thanks, so much. 🙂
Forum: Themes and Templates
In reply to: Paragraph breaks in comments?Okay. Nope.
No change.
Forum: Themes and Templates
In reply to: Paragraph breaks in comments?Okay, I don’t see a change in exsisting comments with that alteration, but I’ll try posting a new one and see if it works…?
Forum: Themes and Templates
In reply to: Paragraph breaks in comments?Okay, trying that now.
Thanks OpenDNA.
Forum: Themes and Templates
In reply to: Paragraph breaks in comments?Do you mean this section?
.commenttext {
clear: both;
padding-top: 0px;
margin-top: 0px;
margin-bottom: 3em;
border-top: 1px solid #ebebeb;
line-height:1.2em;
color: #5b5b5b;Forum: Themes and Templates
In reply to: Release of my Gentle Calm themeAfter trying about 20 themes, I think I’m going to stick with the basics of this one, but I do have one question…. on comments, when I put a line break between paragraphs it will run them together. (i.e. it ends up looking like there aren’t paragraphs, just a block of text). I’m using slimbrowser, but I’ll also check at home on Safari to see if it’s the same problem.
Additionally, the comment “box” seems to extend a bit too far…does anyone else have this problem?