ianmh
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite and Domain MappingThanks, it’s all good now. I manually changed it in the DB. I agree www is unnecessary, but some people like to see it there anyway.
Forum: Networking WordPress
In reply to: Multisite and Domain MappingSo I figured it out, I didn’t realize I need primary checked under each domain. I’ve got everything working without www which is what is recommended, but what if I need to use www due to client requirements?
Forum: Themes and Templates
In reply to: In IE page shifts left and funny characters at topI figured out what this was on my end. If you are using UTF8 encoding try UTF8 without BOM. The BOM adds a character at the top of the page which will throw IE7 into quarks mode. Notepad ++ can do this for you.
Forum: Themes and Templates
In reply to: In IE page shifts left and funny characters at topWould love to know if you or anyone else figured this out. I am having the same issue with a php script I’m running. Not a WordPress template, but I’m sure it’s the same issue.
Forum: Fixing WordPress
In reply to: “More Tag” messed up my sidebarNot sure if you figured this out, but just remove the div out of the post part of the template.
Forum: Fixing WordPress
In reply to: Thank you message after commentThanks, good idea, I’ve tried the moderation thing, but it doesn’t seem to work for me. Was using the comments because they would just que up in word press and people could log in and check them.
Forum: Fixing WordPress
In reply to: Posting author names?Think this will help you.
Forum: Fixing WordPress
In reply to: Thank you message after commentHate to bump, but anyone?
Forum: Fixing WordPress
In reply to: “More Tag” messed up my sidebarYou can use a margin of 700px, but mechx1 is right that floats would be better.
As to why your sidebar is going down to the bottom. This is a div nesting issue. You may have posted a div into your post. When the more is used you have only one opening div and no closing div, thus your side bar is now inside your content div. I had the same problem earlier today. Check the HTML tab in your post on the admin side, and also check your div tags. You are probably missing one.