21stproject
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Simple Task Made Hard“I’m not going to bother wasting my time trying to make this make sense to you”
People are wasting their time in attempting to help you, if you’re not going to make it easier and you ‘can’t bother’ to make it any easier then no one’s interested in helping you.
I sure as hell am not.
And no, your navigation is sucky, I opened your very first link and I couldn’t find your blog. I’m not going to spend over 3 seconds looking for a link your not bothered to provide.
Forum: Fixing WordPress
In reply to: Ack! Main page post stuffed into middle column??I wouldn’t recommend using Word for typing text or copy and pasting from word, use something like notepad because there aren’t any special characters that gag the browser and no funny formatting.
Forum: Themes and Templates
In reply to: IE minimum width fix -IE expressions problem?I finally figured out what was wrong, the width was wrong and that’s why it looked like nothing was going on.
It works now. Happiness.
Unfortunately the javascript renders my css invalid.
It works if you place it in the css file or the header, but in either case the css file is just not good enough for W3C.
The joy. The heartache.
Forum: Everything else WordPress
In reply to: blog verificationMight be the comment id?
Those errors are enough to sink a ship though, yikes.
Forum: Fixing WordPress
In reply to: Write page different in MacOSX Safari from Firefox and IEI have MacOSX, pretty new to WordPress too and yeah, its frustrating that the options don’t come up, but I’ve experienced that too with other websites, plus the text area sometimes funks up in one of the browsers, firefox I think. No idea why this happens, don’t know a fix either.
I don’t think there’s a fix, I could be wrong but I think the browsers just get things wrong sometimes and there’s no escaping it.
Forum: Themes and Templates
In reply to: IE minimum width fix -IE expressions problem?I did try that, I was sure I mentioned it when posting here but I didn’t I guess, putting it in the header does nothing.
Still get the red border and nothing else.
Works everywhere but in my blog.
The issue is driving me insane
Forum: Themes and Templates
In reply to: editing htmlMy site is currently down so I cant go into the WP admin to figure out where you go exactly, but it’s something like this;
check off the box at the very end of the Options page.
Depending on your degree of editing, you may or may not run into problems.
There are other settings too, can’t check though, damn web server!
Forum: Fixing WordPress
In reply to: Brocken sidebarYou didn’t play with the css? Add pictures? Add something long in the sidebar that might have pushed it down?
Forum: Themes and Templates
In reply to: IE minimum width fix -IE expressions problem?Sigh, I really don’t want to keep bumping this, but even a solution that tells me how to execute the javascript outside the css file would be helpful. I really am cluless with this one.
If anyone can just tell me whether wordpress would accept the javascript in the css that would be helpful. I don’t know where to go from here if I’m not sure what the problem is.
Forum: Themes and Templates
In reply to: IE minimum width fix -IE expressions problem?Any ideas?
Oh and when I meant K’s base theme code I didn’t mean to say that I’m using the same structure.
My blog has three columns a header and footer. Only the content in the middle is fluid.
I tried pasting the code in different themes, nothing, the expression doesn’t register
Forum: Themes and Templates
In reply to: Extra, Left SidebarI’m actually doing a custom theme that works like that. The content in the middle is fluid and the two columns left and right are fixed width.
I haven’t searched the WP themes so I guess I can’t give you any links. If that’s the kind of layout you’re interested in and you’re willing to wait a bit I might be able to help you out with that.
Forum: Themes and Templates
In reply to: Sidebar does not show up when you click on a TopicI’m guessing this is because your single.php page doesn’t call your sidebar.php
Maybe opening single.php and placing
<?php get_sidebar(); ?>would do the trick for you.
Forum: Fixing WordPress
In reply to: Rss Feeds – not owkring or not configuredOh, that makes sense now Otto, thanks for the clarification, was going to eventually read up on that but you’ve saved me some time.
But if alot of people, me included, don’t have a reader installed, isn’t it best to not include the feed?
Hm..but I’d think people who read alot of RSS would have one, and most people who don’t read, don’t have one installed, so why bother taking it out.
Forum: Plugins
In reply to: Creating a Top PageI’m not sure I understand what you mean by top page, your description is a little confusing. It’s static but the blog updates it? Isn’t that a little bit contradictory?
Forum: Fixing WordPress
In reply to: Rss Feeds – not owkring or not configuredI have a Mac and a Win comp, all my Mac browsers (Safari, Firefox, Opera) get the feed: but none of the Win browsers (Netscape, Firefox, IE and Opera) know what to do with it.
I’m not sure why the feed: is there if it doesn’t work at all on Windows browsers, works fine in my Mac browsers still if it’s not there.