malonn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update killed my site??Look into child themes. This will prevent you from losing your custom changes. If you don’t use a child theme then you will lose your changes every update.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!Sorry, it’s not a bug, you are required to call the function wp_footer() in your footer.php file, right before </body>.
The WordPress documention does address this and it does verify this, just not well, explaining why when I built my custom theme I left out the required function.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!Well I’ll be damned. I never put in wp_footer() into my theme. Works great now!
Thanksssssssssssssssssss a funkload.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!@rev. VooDoo
Nope, I’m missing that code. I think you’re on to something, Watson…
Forum: Fixing WordPress
In reply to: Admin bar not displayingThen I have no idea. The admin bar in the admin area works for me when I have it checked, just not the website area.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!Not that I can find.
HTML checks out as nearly valid (using center tag in one place and & isn’t escaped to & )
CSS checks out 100% with CSS 2.1 and 3.0.
Forum: Fixing WordPress
In reply to: Admin bar not displayingForum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!Yes, I also see it as white space. The entire page is pushed down 75ish pixels or so.
Removing the admin bar from displaying by unchecking it removes the white space, so it’s definitely the placeholder for the admin bar.
Forum: Fixing WordPress
In reply to: Admin bar not displayingI’m having a discussion of a similar problem right now here: http://wordpress.org/support/topic/margin-top-added-to-html-and-body-tags-after-upgrade-to-31?replies=8#post-1957671
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!For me, I did an absolute clean install. I wiped the DB and deleted everything except my theme files then downloaded the latest release from the site (3.1). And yes, it works in twentyten. I have no plugins installed.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!I’m having this exact same problem as fgshepard. I was about to make a new post about it. My admin bar works if I turn it on to display in the admin area, so it’s functional, but on the actual website area, it’s all white. Firebug reports it as a margin, just as fgshepard descibes.
I also built the theme I’m using myself, so I’m sure it’s a problem with theme compatibility.
What do?
TDO Mini Forums seems a bit overkill for my desire, anything less intensive? Thank you, though, at least it’s a direction.