drunkardrp
Forum Replies Created
-
Also, don’t double post.
Forum: Fixing WordPress
In reply to: remove blog. from urlI’m guessing you need to purchase a domain and have it redirect to your blog.
Forum: Fixing WordPress
In reply to: why?I think you’re experiencing something called a float drop. Try reducing the width of either the featured-posts and featured-properties ids or the sidebar id. You could also try increasing the width of the div box holding both of these.
I think the reason it’s being dropped is because IE handles css differently than FF and Safari, and unfortunately, it’s IE’s fault. It’s adding a couple pixels that aren’t supposed to be there. As for why it was working before and not working now, I have no idea why that happened.
good luck.
Forum: Fixing WordPress
In reply to: Front Page/Posts PagePosting the code you’re using to call up the posts would be helpful.
Forum: Fixing WordPress
In reply to: two different looks for post types (n00b)I think you’re asking about the way the page is displayed. Like, you pull up a post under a certain category and you want that information to have a different layout than other posts from different categories. If I’m guessing correctly, you might need to look into template hierarchy.
http://codex.wordpress.org/Template_HierarchyForum: Fixing WordPress
In reply to: Move position of footer text.Well, it’s kinda more complicated than that is why. Sometimes the browser will kick the footer up there if there’s not enough room below. Best suggestion I can think up is to use the float:left; property on #foot. I’m assuming this id is being applied to a div box.