Xaximus
Forum Replies Created
-
Any ideas? The developer doesn’t seem to be available for assistance, which is a shame.
That’s what I had thought initially, but that puts the following text into the comment box:
onkeydown="gcllCounter(this)" onkeyup="gcllCounter(this)"Forum: Fixing WordPress
In reply to: 4 questions about Comments: quotes, forms, and moreUpdate: found it!
.comment-form input{color:#000;}
Forum: Fixing WordPress
In reply to: 4 questions about Comments: quotes, forms, and moreA reply from digitalnature him/herself; thanks!
#1 & #2 are now taken care of. I decided not to bother with #4, as I like the text bold.
#3 is still eluding me. I didn’t find an existing line with “li.comment input”, so I added a line, and inserted {color:#000}. Nothing happened, unfortunately; the default text in the input field (“Name (required)”) is still the same color, and still too difficult to read. Am I missing something?
Forum: Fixing WordPress
In reply to: Feed not working, getting 404 page not found errorI’ve tracked the problem down to a line I had in .htaccess meant to direct visitors to http://www.domain.com rather than http://www.domain.com/wordpress. I’ve removed the line, and it fixed the problem. Now to research how to better redirect visitors…