KKWangen
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: New Default WordPress Theme?I blogged my to pore cents; http://wordpreciousss.org/miscellaneous/thoughts-on-a-new-wordpress-default-theme/ on this topic
Forum: Themes and Templates
In reply to: Built on WordPreciousssThe issue here is that easytheme is using the template files and code from Precious without giving credits. Precious is GPL, so everyone is entitled to use the code in the theme for whatever they want; but not without giving credits.
Forum: Plugins
In reply to: WP Contact Form III — Sloppy coding for ExplorerThis issue was fixed in version 1.5. The earlier editions did use som CSS code that didn’t work very well with IE6.
Forum: Themes and Templates
In reply to: today’s dateI’m interested, I was just looking for a solution for this myself and found this thread.
Forum: Plugins
In reply to: Messages are sent twiceHi, I’ve finally found out why you get messages sent x number of times. This happens when someone refreshes the success message page, – probably trying to get back to your normal contact page.
I’m not sure how to fix this, but for now you may provide a link to home or you contact page, you can do this is the form’s option page under success message.
Forum: Fixing WordPress
In reply to: How can I remove the frame around the formYou should rather open contactform.css and add
#contactform fieldset { border:none } #contactform legend { display:none }Forum: Fixing WordPress
In reply to: Header Font Style?That’s probably because the header text is also a linktext and ‘defaults’ to white.
You might overrun the settings by adding something like:
#blog_title a {
color: black;
}to your css file.
However, I agree with davidchait on that you should teach yourself a little basic CSS, – it is good to understand how it works when you like to customizes the look and feel of your theme.
W3 Schools is the best place to start learn all the basics:
http://www.w3schools.com/css/default.aspForum: Fixing WordPress
In reply to: Header Font Style?Open the themes style.css and find the line
#blog_title {add a line saying:
font-family: fontname;right under #blog_title { line, for “fontname” being the name of your wanted font
Structual, sematic markup does help a crawler to interpret your content.
So you *should* use the p-tag for paragraphs and <div> for blocks only and <span> only for elements that stand out of the usual coding.
Forum: Everything else WordPress
In reply to: Looking To “Hire” Someone To Create Custom ThemeMaybe you should take a look at http://themes.wordpress.net/ and see if your find something less “boring” / “dull”.
Anyway, I’m not sure what’s wrong with your blog, – it looks nice.
Forum: Plugins
In reply to: Widgets being added to WordPress coreWidgets: http://automattic.com/code/widgets/
Let you customize your sidebar without any code-tweakingForum: Requests and Feedback
In reply to: Include add link option that opens in new windowOr you may simply tell you visitors to press shift while clicking on a link if they like it to open in a new window or tab. – Then everyone is happy π
Forum: Requests and Feedback
In reply to: Easier upgradingThis idea is probably best for 2.0.x – as when upgrading from 1.5.x to any 2.0.x version it is best to go with full script.
So, let’s say if you’re going to upgrade from 2.0 to 2.0.2 you would need to download both the “upgrade to 2.0.1” and “upgrade to 2.0.2” to make the upgrade.
But of course, just a list of what files that has been changed (Does that excist somewhere?) would do as well, when come to think about it. (And that’s probably less job for the developers than creating a download package.)
I don’t have that much php knowledge to just look at the code and then know exactly what has been changed, and I don’t think most of people who use wordpress don’t have that knowledge (or the time to figure it out) either.