houseofboyd
Forum Replies Created
-
Forum: Plugins
In reply to: Anyone done ‘classified ads’ with WP before?Anybody got input on this? Would be a great plugin.
Forum: Themes and Templates
In reply to: Footer Not Aligned In IENope..doing this actually made it offset more in IE and also changed the offset in Firefox…lol
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEI replaced:
#footer {
background-color: #eee;
}with:
#footer { background: url(“https://www.houseofboyd.com/wp-content/themes/default/images/kubrickfooter.jpg”) center bottom no-repeat; border: none;}
But still the same problem. Looks fine in Firefox, still of in IE…This is driving me crazy..
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEThanks for the help. Were exactly would I put the above mentioned comment?
Forum: Themes and Templates
In reply to: Footer Not Aligned In IE??? No, it just changed my font size, didn’t do anything to the footer.
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEttt, any ideas?
Forum: Fixing WordPress
In reply to: My page looks horrible in IE!Yeah, I posted another message concerning this problem. Looks fine in Firefox, but the footer is off in IE. I tried the fix mentioned above, but it didn’t work, maybe if somebody could give us some clarification as to how to fix this, that would be nice.
Forum: Themes and Templates
In reply to: Stupid QuestionYou need to change the permissions on the files in question.
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEoh yeah, web site is: https://www.houseofboyd.com
Forum: Themes and Templates
In reply to: Footer Not Aligned In IEI tried this, but it’s not working for me..Just to get this straight, I’m supposed to add:
<!–[if IE]>
<style type=”text/css”>
#footer {
padding: 0 0 0 1px;
margin: 0;
clear: both;
}
</style>
<![endif]–>above the </head> tag in the header file. Then replace the original #footer tag in the css file with:
#footer {
padding: 0;
margin: 0;
clear: both;
}I know this sounds simple for me, but it’s just not working for me…again, I’m using the default theme..if you look at my website using FF, it’ll be aligned, but IE, it’s still off..
Forum: Installing WordPress
In reply to: Wanting A Fresh Install Of 2.0! How Do I Import Posts.I did. Before I did the upgrade, I went back to the default WP theme. It’s got me puzzled..
Forum: Installing WordPress
In reply to: Wanting A Fresh Install Of 2.0! How Do I Import Posts.When I do the upgrade, I can get to the admin page no problem whatsoever. But if I go to my url (https://www.houseofboyd.com), I just get a blank page, nothing…even after a refresh, still nothing..browser shows that it’s done loading the page..all plugins had been deactivated before the upgrade.
Forum: Installing WordPress
In reply to: Wanting A Fresh Install Of 2.0! How Do I Import Posts.I’ll give the upgrade another try this weekend. But suppose I have the same issue with the upgrade (no pages displayed), I can still backup the newly upgraded db with the new 2.0 structure, then do a fresh install of 2.0. Then how do I get just my posts from my new 2.0 (backed up) db, into the freshly installed one? Can I just import the whole thing or do I need to cut something out of it?
Thanks again for the help.