thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how many pages can be createdYou copied and pasted for what reason?
Forum: Installing WordPress
In reply to: how to split the wp-admin and wp-contentI have no idea what you’re talking about?
Forum: Everything else WordPress
In reply to: everything is better in this. html ?Perhaps I’m overtired and am completely misunderstanding something but why (and how) would a WordPress post/page end with .html when it’s PHP based and why would you want it to when it’s totally unnecessary?
Forum: Fixing WordPress
In reply to: Header is one pixel off in mozilla based browsersI believe it’s off because the background is centered in the body tag instead of a set container. I’m not sure why that happens but the way I avoid it is by having my background in a container. The theme is more than a pixel off in IE7 BTW. It’s a pixel off AND there’s a 3 pixel space between the header and the nav bar.
Forum: Fixing WordPress
In reply to: Header is one pixel off in mozilla based browsersAs for being off a pixel I’m checking it out but as for the CSS, it finds it:
it just doesn’t like it. And it tells you why:
Property overflow-y doesn’t exist in CSS level 2.1 but exists in [css3] : scroll
When you get rid of the
html { overflow-y: scroll; }the CSS validates just fine.Forum: Fixing WordPress
In reply to: pagesWhat do you mean you can’t write pages? You need to be more descriptive in your problem.
Forum: Fixing WordPress
In reply to: I need BIG help.If you’re going to be solving peoples problems you might start by not giving them incorrect information. You don’t download WP at wordpress.com. You download it by clicking the red link in the upper right side of this page that days “download”.
Forum: Fixing WordPress
In reply to: Where do I begin …YOU decided to move your correctly functioning WP install the INCORRECT way (one should always find out how to do something properly BEFORE they do it) and somehow this is the fault of WP? Come on now. Put on your big boy (or girl) pants and lay the blame where it belongs… on YOURSELF.
So much for WordPress being a good Opensource community.
24 hours on and I am STILL no nearer to getting this sorted!
You never really say what kind of problem you’re having, you just make crap statements like: “running like a one legged do with herpes! (what’s a “do” BTW?)” and “then it fell over”. What does “then it fell over” mean? We can’t help you if we don’t know what kind of problems you’re having.
Lose the attitude. I’m so tired of people who come here and say WP is worthless because THEY can’t get it running, especially when it WAS running fine until THEY screwed it up. It’s not WP… it’s YOU. If it was WordPress it would run crappy for EVERYONE and it doesn’t. Whatever the problem is could be fixed in minutes by myself or many others here because we took the time to learn how to do things. That’s all part of owning a website so you might as well step up to the plate and start learning. Read, read, read!
Thank you for coming and have a nice day.
Forum: Installing WordPress
In reply to: Go Daddy database connection issues on new installPlease note that with Godaddy the host name is NOT localhost. Look at the database details to get the host addy.
Forum: Fixing WordPress
In reply to: Another crack at text wrapping around an imageWhoops sorry. That should be:
.alignleft {
float:left;
}Forum: Fixing WordPress
In reply to: Another crack at text wrapping around an imageDid you also change themes? The reason you text isn’t wrapping around the pics is because in your image code it says:
class="alignleft"but that code isn’t specified in your stylesheet. Add:
.alignleft { text-align:left; }to your stylesheet and it should fix it up.
WordPress warriors
Heh
Forum: Your WordPress
In reply to: Looking for feedback on my ThemeUm yeah — the popup is HIGHLY irritating, especially since it seems to pop up each time you click a link. If you MUST use it (although I strongly advise you ditch it — I personally instantly click away from sites that use them and never go back especially when they want to sell me something) you might consider having it load ONLY on exit. I also agree that the music needs to go too considering it plays each time you change pages which again, is HIGHLY irritating, and kinda makes my eyeballs itch. Other than that the actual design is ok. I like the flash menu.
Forum: Your WordPress
In reply to: ncwebdesigner.infoVery nice indeed Nathan. You’re a very creative young man. The site looks awesome and considering you also sound very intelligent and have a wonderfully positive attitude I agree with mandaszewczyk that you’re off to a good start and have a successful career to look forward to whatever that may be 🙂
Forum: Everything else WordPress
In reply to: Tidy up WordPress outputI think we’re neat code twins. I’ve ALWAYS liked my code to be nice and neat and didn’t use software like WP for YEARS for exactly that reason. I’m nuts, heh.
Forum: Installing WordPress
In reply to: What Password?What Password?
The password given to you when you installed.