joshnunn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: What is this little box?You’re welcome…
Forum: Themes and Templates
In reply to: What is this little box?remove
<iframe name="caterpilarID" id="caterpilarID" style="width: 1px; height: 1px;" marginwidth="0" marginheight="0" hspace="0" vspace="0" src="" bordercolor="#000000" frameborder="1" scrolling="no"></iframe>
Forum: Themes and Templates
In reply to: sidebar not following CSSLeisa,
I’ve checked out your CSS with the Validator:
https://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fcreateart.leisawatkins.com%2Fand I suspect that the couple of errors are causing the code to be incorrectly interpreted. The things I’d particularly look at are:
- The slashes here: //h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form{ margin: 0; padding: 0; }
- The property “align” in #banner and .footer – change to text-align
- The property “font-color” in .topmenu, .comments-template h3, and .comments-template h2 – change to color
- .maincol is missing an “;” after “height:100%”
- in .post h2, .post_alt h2 – change “font-weight: heavy” to “font-weight:bold”
- missing end bracket “}” on .signature img
- in .sidebarleft ul li a and .sidebar ul li a replace “font color” with “color”
- missing end bracket “}” on #searchform
All these issues would contribute to the code not being read correctly. Make those changes and see if it fixes it or not, only then can we help further.
Forum: Themes and Templates
In reply to: Looking for that theme that mimics Twitter …This what you mean? Prologue?
https://wordpress.com/blog/2008/01/28/introducing-prologue/Forum: Fixing WordPress
In reply to: static homepage with latest post sectionThere is a plugin called Inline Feed that allows you to display an RSS feed anywhere in a page. You can use this plugin in your static front page and feed it the RSS feed from your posts. I used it for a while on my site (although I don’t anymore). Any plugin that will display an RSS feed will do.