Brandon
Forum Replies Created
-
Forum: Plugins
In reply to: Anyone have reCAPTCHA working with the iNove theme?Interesting. I’m using 1.2.2 of the theme, are you using 1.2.3?
(I’ve done a number of customizations to the footers, css, templates, that will take me a little bit to redo. At least I kept a change log for myself.)
Thanks.
Forum: Installing WordPress
In reply to: Reduce Comment box width – Cuts off some user namesHi, I posted a workaround in response to a similar question at:
http://wordpress.org/support/topic/224851?replies=2, How To add more space to commentator name?.Forum: Themes and Templates
In reply to: Avatar moved from left to right side of screen. WhyJust wondering, is it your (the author’s avatar) that shows up on the right hand side, or every avatar?
By design, I believe, commenter avatars show up on the left and the author avatar on the right.
(I know this was the case in 1.1.4, but I haven’t looked into the code for 1.2.2.)
Forum: Themes and Templates
In reply to: How To add more space to commentator name?Hi, I think you’re referring to how your name (commenter name) displays in the list of comments at the bottom of each page?
I think the default sizing of the area that the name displays is ok for short names, but long names can be a problem.
I went into the stylesheet.css and changed the font-weight setting from bolder to normal.
.comment .name { width:67px; padding-right:14px; font-weight:bolder; overflow:hidden; }to
.comment .name { width:67px; padding-right:14px; font-weight:normal; overflow:hidden; }This worked fine for my name, and may work for you as well. If that doesn’t work, I’d change add a font-size entry, and maybe make it 10px or 11px.
Hope that helps.