dubbldawg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-rss2.php fails – WP 1.5Nope. I have Linux hosting and it doesn’t work for me either.
Forum: Fixing WordPress
In reply to: Weird artifact at bottom of screen.Okay. I found the problem but cannot find an appropriate workaround.
There is a 1-pixel shift between MSIE and FF.
The responsible code in the style.css sheet is the following:
#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 760px;
clear: both;
}For some reason, that width works fine in MSIE until you view my gallery page. Then, the pixel shift shows up. It doesn’t do that in Firefox at all. Now, if I switch the width from 760 to 761px all pages display correctly in MSIE (including the blog, which is weird in and of itself) but now Firefox screws up every page.
Any ideas for a workaround?
Forum: Fixing WordPress
In reply to: wp-rss2.php fails – WP 1.5Yeah sorry. I can’t figure out what part they need changed. I have the same problems.
Why doesn’t this just work from a straightup install?
It should ship from WordPress working without all these neccessary steps shouldn’t it? Can they fix that for the next upgrade?
Forum: Fixing WordPress
In reply to: Weird artifact at bottom of screen.I finally tried that and checked it out.
I have now wasted 4 hours on this frickin bullsh!t.
My time is worth a lot to me.
Therefore, $20 paypal to the first person who can fix this sh!tty problem.
It would be so kind if you could figure out why my RSS feed links return a blank turd as well.
This software is frustrating the hell out of me. And if this is supposed to be the best software out there, then I may as well just hop off a cliff.
Forum: Fixing WordPress
In reply to: Weird artifact at bottom of screen.Thanks. And do you have a different link? I’m not sure the one above is the one you meant to post.
Forum: Fixing WordPress
In reply to: Weird artifact at bottom of screen.Gallery is a php program that is packaged for install. You can skin the appearance to match wordpress by adding the appropriate WP code. The tables are there because Gallery mandates it, not because I like them. I tend to agree with you FWIW.
Forum: Fixing WordPress
In reply to: Weird artifact at bottom of screen.But your link is talking about search engines.
Maybe you posted the wrong link?
Forum: Fixing WordPress
In reply to: Weird artifact at bottom of screen.You’re just going to have to spell it out in english. Speak so that a code tard can understand you clearly.
Because I don’t see what the problem is, and your suggestions aren’t really making sense to me.
I stuck gallery inside of the wordpress headers and footers.
Forum: Fixing WordPress
In reply to: Weird artifact at bottom of screen.1) Fixed validation problem.
2) Footer code is set exactly as supposed to be. Still cannot identify problem.
Forum: Installing WordPress
In reply to: How to apply stylesHere’s a good guide to making your own custom “theme”.
I actually call it skinning since you aren’t creating a theme per se.