Root
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sandbox Regrets464 validation errors? I think that is a forum record 🙂 Well spotted mrmist. And speaking as a web developer I feel no obligation to support any of the Netscape monstrosities. Why should I?
Forum: Installing WordPress
In reply to: Importing blog from blogger. Possible?The word on the street is that the blogger import is rudimentary and you can struggle with large files.
Forum: Fixing WordPress
In reply to: How to make categories list topics as blog not as listYou need to make a new template. Consult the docs/codex. For a guru like you it is 2 minutes work. 🙂
Forum: Themes and Templates
In reply to: Travelogue theme is cool but….This is what happens when *designers* are let loose on the php. 🙂
Forum: Themes and Templates
In reply to: Static Front Page BlogHack about in your admin area. You can set a static front page there.
Forum: Themes and Templates
In reply to: How do I move a sidebar from right to left?@ pepsimax2k: What are you talking about?
Forum: Fixing WordPress
In reply to: empty moderation file manually?They are in the database. Fire up phpmyadmin.
Forum: Themes and Templates
In reply to: How do I move a sidebar from right to left?You have not provided a link. Hence we can not read either your mark up or your CSS. Nor can we use our tools. We do not know your theme. Nor any hackery you may have inflicted. How can anyone help?
Forum: Fixing WordPress
In reply to: What does this mean?Adding a cat won’t do anything until there is a post allocated to the cat in question. I repeat my idea. Do not use the zip file download if you can avoid it. Download from the svn if you can. Windows users need puTTY. And ssh which a good host allows.
Forum: Fixing WordPress
In reply to: Removing Header/banner title textIts to do with feed readers. But do not worry. Its fixed. 🙂
Forum: Fixing WordPress
In reply to: What does this mean?What v of WP are you using?
Forum: Fixing WordPress
In reply to: What does this mean?Could you reinstall from the svn? The zip has been a bit hit and miss lately.
Forum: Fixing WordPress
In reply to: What does this mean?Well php is like the Marine Corps. When we say no blank lines after that last php thing we mean it. No carriage return, no space, no period. Nothing.
Forum: Fixing WordPress
In reply to: Single posts incorrectly alligned in IEYou know when I see CSS that starts with incomprehensible over fancified gibberish with its origins in the default like this:
/*<![CDATA[*/ div#everything { margin: 0 15%; } body { font-size: 10.5pt; } body { font-family: "times new roman", times, serif; } h2.post-title { font-family: arial, helvetica, sans-serif; } div.post p { text-align: justify; } div#container { float: left; } div.narrowcolumn { margin: 0 -225px 0 0; } div.narrowcolumn div#content { margin: 0 225px 0 0; } div#sidebar { float: right; } div#sidebar { text-align: center; } /*]]>*/I lose the will to live. Far less to help. WTF is all that stuff for ?
Forum: Fixing WordPress
In reply to: Removing Header/banner title textThats the one. But h1 will affect all h1. My rule affects h1 a (s) which are links. Generally there is only one.