resiny
Forum Replies Created
-
Forum: Your WordPress
In reply to: Review Request: My First BlogNot bad, the colors are pretty nice, and it seems to work pretty well. I could be wrong, but it looks like you’re header is too big. Shaving off two pixels on the width would probably fix it, and you won’t screw up the picture at all
Forum: Fixing WordPress
In reply to: Validity errorsHaving your site validate is nice, but in general if everything is working perfectly (as it appears to be for you) then I wouldn’t worry about it too much.
last I checked, wordpress.org does not validate
Forum: Your WordPress
In reply to: Redesign – Comments?honestly, it’s the type of site I’d click away from very quickly. The navigation is hard on the eyes. The moving “thing” in the top of the sidebar is a distraction and annoying. the blue background is too bright. the colors in the footer don’t go together
that’s my honest opinion, anyways
Forum: Fixing WordPress
In reply to: Silly display questionjust take this out:
?php bloginfo(‘name’); ?
then yo don’t have to mess with the css or the h1 or anything
Forum: Requests and Feedback
In reply to: incoming links: why Technoratinot without more trouble than it’s worth.
Forum: Fixing WordPress
In reply to: how to edit text colorswhat are you talking about? there’s no “standard feature” like what you’re asking for
Forum: Fixing WordPress
In reply to: transparent backgroundtry none…?
Forum: Installing WordPress
In reply to: i can not install the wordpress?yeah, I know the feeling of knowing that everything’s right, but you’ve always made a mistake of some sort. I guarantee it
Forum: Plugins
In reply to: Users from my forumyou’ll need a pretty complex system for that to work. you’ll probably have to pay for a plugin of some sort
Forum: Installing WordPress
In reply to: i can not install the wordpress?either you’re doing something wrong or your host is. contact them, and if that doesn work post back here with some more detail
Forum: Everything else WordPress
In reply to: Please Recommend Hosting SolutionYou don’t need what dreamhost offers you. I know of a network with over 100 sites, some of them running mega traffic, and it uses about 300 GB of bandwidth a month. It’s unlikely you’ll ever hit 5, unless you’re a really great blogger.
You’ll also probably never need even 1 GB of disk space. You’ll also notice that while dreamhost is 50/50 on their reviews, it’s nearly impossible to find a bad review of ASO…
I’d recomment them
Forum: Installing WordPress
In reply to: i can not install the wordpress?not to be cheeky but:
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?those are the possible options. another possibility is that you never added the user to the database. double check all the settings
Forum: Themes and Templates
In reply to: Alternate H2 Post Titleswhat’s I’d do is make a post on the blog saying “hey, look at my super cool blog design. look at how every other post title underlines on hover.”
make people think it’s some super high tech code that makes it do that and all of the sudden you’re a genius
Forum: Your WordPress
In reply to: Share Wondersnot bad, not bad. the overall look of the site isn’t bad, but next time I’d think of using fewer variations of one color. You have so many different blues it makes it a little harder on the eyes.
not bad, though
Forum: Themes and Templates
In reply to: Alternate H2 Post Titlespretty weird
right now it says this:
h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: underline;
}try this:
h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: underline !important;
}beyone that I don’t know. pretty strange