typey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disabling the user from changing font sizes?One of the main reasons for font resizing (as far as I’m aware) is to accomodate users with poor vision. My old boss used to double or triple the font sizes on all webpages. This made the designs look awful in almost every case, but he was able to use the sites where he would not have been able to otherwise. This seems pretty valuable to me.
In any event, I don’t think it’s possible to completely disable client-side font resizing.
Forum: Plugins
In reply to: WP/PHP QuestionsI think so. As long as the page you create has the extension .php (and not .html), your server will parse it for PHP code. Is that what you’re asking?
Forum: Plugins
In reply to: Making my own imagesAre you asking if you have to edit the image in Photoshop so it has the name of your blog as part of it? The answer to that is no. In the PHP code above, the image is placed as background to the text, which is the name of your blog–the blog name is not actually part of the image, but it looks as if it is.
Forum: Fixing WordPress
In reply to: trying to implement the blog into an already existing html templateThere is no support phone number; WordPress is a free application, and no company supports it.
Forum: Fixing WordPress
In reply to: Can you post in two languagesThis plugin, Polyglot, is aimed at exactly this:
Forum: Themes and Templates
In reply to: New Theme: CorkboardI _love_ this theme. Delightful.
I do have some problems with the monospace font in the sidebar–several pieces of text run off the right side of the screen. I can probably work around that, though.
Forum: Everything else WordPress
In reply to: what is this aboutThis smells like spyware to me.
I can say that I don’t have this Javascript at the top of my index page, and I’m pretty sure it doesn’t have anything to do with WP.
Good luck figuring it out and getting rid of it.
Forum: Plugins
In reply to: Please recommend plugin for quick picture insertion into postA partial answer would be to use the Upload feature built into WordPress. If you click “Upload” on the admin menu (you may need to enable it under options, I’m not sure), you can upload pictures, create thumbnails of them, and get an HTML tag to use to display the picture all at once.
Forum: Your WordPress
In reply to: How to edit index.php ?Firstly, there is a plugin that will place Google ads in your blog, I believe.
Secondly, the
index.phpfile in your main wp directory just calls theindex.phpfile in the directory holding the theme you are using, and it’s that second file you want to edit. I think that will solve your problem; apologies if not.Forum: Fixing WordPress
In reply to: Email when I get comments…Do you have the SpamKarma plugin installed?
I no longer get emails about my comments, except for digests of spam–good comments are unremarked on. There may be a way to configure this, but I haven’t found it yet.
I don’t think you need
get header: you can simply have a singleindex.phppage without modularizing it further.Forum: Plugins
In reply to: http://dev.wp-plugins.org/I’m only kidding about the site hiding developers from users.
I was a bit frustrated that it was so hard to figure out how to get the updated version, but everyone who codes for WP does so for free, and I certainly appreciate all their work. Sorry if I ruffled feathers.
Forum: Your WordPress
In reply to: Definitely MaybeBeautiful logo. Did you get that cool washed-out type effect in Photoshop? I’d love to know how.
Forum: Themes and Templates
In reply to: Lesson: Web Page Design and AccessibilityI didn’t set tab indexes. I should do that.
Forum: Themes and Templates
In reply to: Lesson: Web Page Design and AccessibilityLorelle asked me to post here about my WP theme which passes the WAI accessability check. I talk about it here:
http://www.omitneedlesswords.com/wai-kubrick/
and here:
http://wordpress.org/support/topic.php?id=25511
Kafkaesqui told me how to make each post have a unique post ID here:
http://wordpress.org/support/topic.php?id=25956
HTH,
Jamie