solvingnormal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems password-protecting postI’ll give that a go. Thanks macmanx for the quick reply. ??
Forum: Fixing WordPress
In reply to: Bug: Quotemarks in LinksI reported it.
Forum: Fixing WordPress
In reply to: Bug: Quotemarks in LinksMacmanx –
Thanks for the URL. I’m using WordPress on a private blog where I’m comfortable having occasional glitches and enjoy trying the latest things. I understand that using 1.3/1.5 is at the user’s own risk, and I’m happy with that. Thanks for the tips though.Forum: Fixing WordPress
In reply to: Bug: Quotemarks in LinksA url would be helpful. I’m more of the end-user sort than the tester sort, so I’m not totally in the know on how this whole bug reporting thing works.
Forum: Themes and Templates
In reply to: Help: Changing default date format / Special CharNuclearMoose –
I checked that page out in order to put the day of the week in there, and that part’s working just fine.
I can cut and paste an em dash into the box as is, but I always prefer using character codes for special characters. Is there a different character code for an em dash in php? It’s the dash in the box that’s giving the problem, rather than the date itself.Forum: Fixing WordPress
In reply to: Auto-Close Comments Plugin w/ 1.3Well, it seems to be working.
I’m not sure what the difference is. I deactivated it, deleted it, pasted it into a new file, saved it over the old one, uploaded, and reactivated it.
The only thing I did differently was use Dreamweaver this time instead of Notepad to save it. Would that make a difference?Forum: Fixing WordPress
In reply to: Auto-Close Comments Plugin w/ 1.3Update: Doesn’t look like a conflict. Deleted all the other plugins, and still got a blank screen. Deleted the auto-close, back to normal.
:/Forum: Fixing WordPress
In reply to: Auto-Close Comments Plugin w/ 1.3Strange.
Perhaps it could be a conflict with other installed plugins?
I’ve currently got the following activated:
Hide/Cut Text Post 0.91 (Scott Reilly)
Kitten’s Spaminator .9b (Kitten)
Kitten’s Spam Words 2.1.1 (Kitten)
I’ve made no changes to the script from the wiki. (the second script on this page)Forum: Themes and Templates
In reply to: Weird mouseover…John – You just need to add alphaoide’s code to your css. The links NuclearMoose gave you will explain to you how you can do things like this.
Like this:
a:link {
color: red;
}
a:visited {
color: blue;
}
a:hover {
color: red;
position: relative;
top: 1.5px;
left: 1px;
background-color: pink;
}
a:active {
color: blue;
}Forum: Themes and Templates
In reply to: CSS Assiatance with HeaderI thought that might be the case. But I’m hoping maybe there’s a trick I can use to get around it? Or another way to write it to make it work?
Thanks for confirming it’s good CSS though, and not my fault!