SmallPotato
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing link colorsIn your style.css file, look for the following:
a:link
{
color: #000000;
background:none;
}
a:visited {
color: #000000;
background:none;
}
a:hover, a:active {
border-bottom:#000000 1px solid;
background:#99cc33;
color: #000000;
}Change all the 000000 of #000000 to a different six digit number. It’s called a hex code. You can search “hex codes” for more info and options.
Forum: Themes and Templates
In reply to: new theme – how to notifyYou can submit it to WeblogToolsCollection.com. Read its policies first.
This board also gets a lot of traffic. By asking how to do it, you’re actually exposing your theme to WordPress users :).
Forum: Themes and Templates
In reply to: CSS Display issues in FirefoxYou could try closing your “wrap” div first. You’re missing a closing div tag.
Forum: Themes and Templates
In reply to: CSS works in IE not FirefoxLooks like it’s working just fine. Are you still having problem with this?
Forum: Themes and Templates
In reply to: Anyone knows?It’s there only when you click submit or is it always there? It’s only supposed to be there when you click submit.
Forum: Themes and Templates
In reply to: Alignment Problem in Older IEYour blog is down right now. Typically, alignment problems are dealt with within style.css (CSS, not html codes).
Forum: Themes and Templates
In reply to: Moving the labels on commentsYour question is confusing. First you said you figured out how to move the inputs to the right… but how can you get the labels once the those boxes are moved to the left of the text boxes?
Try to clarify your question so we could help you.
To my knowledge, there is not a guide like that. The simplest way is to dig through the WordPress Codex for techniques and guides. Otherwise, you can follow my tutorial series. But, it’s a detailed series meant for beginners.
Forum: Themes and Templates
In reply to: Content in right sidebar wraps under center contentNo problem :). Glad you worked it out.
Forum: Themes and Templates
In reply to: My latest theme: LustIt sounds like you’re using get_post, which doesn’t work with the next and previous links.
i used posts_nav_link()
Forum: Themes and Templates
In reply to: need help with the border of this themewhat theme are you using?
Forum: Themes and Templates
In reply to: Pages are all blankThe about page is not blank. It says “hello.”
Forum: Plugins
In reply to: AdSense Manager PluginDid he say which feature? I’m guessing it’s the feature that allows him to earn from your ads by displaying his ads on your blog 5% of the time.
It was a way for users to donate toward the plugin. If that’s the feature you’re talking about, then I don’t think you should worry. It affects him only.
Forum: Themes and Templates
In reply to: Content in right sidebar wraps under center contentHi Suzie, I’m the author of Q.B. My first guess is the slide show is still too wide (410px). For Q.B., I think your main content has to stay within 375.
EDIT: I just check Q.B style.css file. Your slide show need to be smaller than 408px :).
Forum: Themes and Templates
In reply to: Template monster theme not compatibleTemplate Monster acknowledged that not all their themes are compatible with both the 2.0 and 2.1 series. I think there is instructions on how to upgrade your theme on their site. Look a little longer. I don’t know what page I came across their compatibility disclosure.