bigfootnrg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links strip css and imagesIt seems to be IE 8 only, though it still won’t work in “combatibility mode”. Apparently it does work in IE7. Since IE8 is beta, I’m calling it resolved for now.
Forum: Themes and Templates
In reply to: IE6 LinksNew site eradicated problems
Forum: Fixing WordPress
In reply to: Links strip css and imagesI forgot, this is only an issue with IE (7 and 8).
Also, I’ve written the links with a www, without a www and without the domain. All have the same error.
Forum: Fixing WordPress
In reply to: Missing wp-admin codeThanks for your response Moshu, truth is I’ve done what that post suggests and I turely cannot trace it anywhere.
I’ve looked to see if it’s a border, but there’s text over it so I don;t think it could be. i’ve looked to see if it’s a picture by downloading all of the wp-admin images and none of them would work. I’ve looked through about every class and <whatever the other one’s called> in the wp-admin.css file and none of them look responsible.
i can repeat my search later today, but at the moment I have to say that it appears none of the usual suspects are responsible for this light blue bar.
Forum: Fixing WordPress
In reply to: 1 line of code issue.figured it out, needed to make the variable global. This code worked:
<?php global $user_identity; echo $user_identity; ?>Thanks
Forum: Themes and Templates
In reply to: Links Between Theme PagesI had to go through an update all my links with the permalink structure. I should of known to do it earlier. Thanks anyway!