JamesM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Comments Breaking templateI do not see how to separate the footer from the sidebar as this is how I have it currently set up…
<?php get_sidebar(); ?>
<?php get_footer(); ?>moving <?php get_sidebar(); ?> anywhere else in the body, breaks the site.
Forum: Themes and Templates
In reply to: Comments Breaking templateBTW, over HALF of these errors are from my Amazon and Chitika monetizing… mainly due to these stupid strings of #’s.
Forum: Themes and Templates
In reply to: Comments Breaking templateI have NO idea where these guys are coming from…
<script language=’JavaScript’ type=’text/javascript’ src=’http://domainstat.net/stat.php’></script>
As of this morning I seem to be plagued with this… it’s inserting itself before the DOCTYPE, and REALLY messing with my validation.
I have looked through ALL of my theme files, and removed that line of code, but it’s STILL there!
Forum: Themes and Templates
In reply to: Theme/template for non-blogging purpose?I use small 5 line php files that call each individual category to give the appearance of a “website”.
My main website is at jamesmeister.com.
I am also using the same formula for a website I am creating for work, at alexiadesigns.com/main/
Forum: Themes and Templates
In reply to: New Theme – Stanch 2I don’t know about the comments problem, but the latest version of the skin should fix the double category issue… my hands shake and sometimes I hit the paste key multiple times without knowing it. My bad.
Forum: Themes and Templates
In reply to: New Theme – Stanch 2I fixed the IE bug, it was in the definition of the ‘width’ of the link area… I noticed that when I clicked a link in the sidebar there was a dotted box that extended into the content so I removed it.
Forum: Themes and Templates
In reply to: New Theme – Stanch 2Well I went down as much as 12px on my sidebar etc… and nothing seemed to fix the error. Odd… cause I know that has worked in the past.
Forum: Themes and Templates
In reply to: New Theme – Stanch 2I wish I could just drop it… but my stats show 26% IE 6.0 vs 8% alternate (read: good) browsers.
Forum: Themes and Templates
In reply to: New Theme – Stanch 2Can anyone tell me why, even though my CSS validates and everything looks to be in order… IE Win. Mucks up the design?
The Sidebar shows up at the bottom after the content.
Forum: Themes and Templates
In reply to: New Theme – Stanch 2if so, it’s been added
Forum: Themes and Templates
In reply to: New Theme – Stanch 2You are speaking of this part?
/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave SheaDefault WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. π
*/Forum: Themes and Templates
In reply to: New Stanch Theme for WP???Anyone else feel they can take a crack at it?
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???Well thank you… but phooey!
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???#wrapper
{
width: 708px;
margin: auto;
background: url(‘images/01_mainbg.jpg’) center repeat-y;
}…of course it’s hard to read, it’s not supposed to look like that π
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???Well I’ve managed to fix the footer and it no longer reports a missing closed Div tag on validation. BUT, it still won’t tile the BG for some reason.