Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jaabi

    (@jaabi)

    Aha. I discovered my problem when looking at another custom theme.

    I did not have

    <?php comment_class(); ?>

    in my li tag in the comment code in functions.php. I did find it odd that no class (most of my styles are id based) was being applied to any comment.

    Thread Starter jaabi

    (@jaabi)

    blargh double post *nukes*

    Thread Starter jaabi

    (@jaabi)

    I can’t provide a direct link because I’m trying to get everything done (or rather a much bigger portion of material than the current design) before uploading it all.

    Here is a screenshot of before I allowed for paging.
    http://img16.imageshack.us/img16/3632/commentstyle.png
    Now, only the top style appears.

    Alternatively here is a zip file containing most of what I think drives my layout.
    http://jirby.cleverpun.com/webdesign-testing/TOSfiles.zip

    Note I am using a /category/postname/ permalink format, and the “blog” root is set to go to the site root rather than /updcmc/

    Apologies if this is a problem this way.

    Thread Starter jaabi

    (@jaabi)

    I thought of that lying in the dark last night, and was all “oh man I’m stupid”.

    However that made no difference. Huh?

    #commentavatar img {
    	position: absolute;
    	margin: 16px;
    	padding: 0px;
    	margin-right: auto;
    	background: #FF0000;
    	z-index: 70;
    }
    
    ol.commentlist {
    	margin:0;
    	padding:0;
    	margin-top: 28px;
    }
    
    #actualtext {
    	position: relative;
    	margin-top: -78px;
    	margin-left: 116px;
    	margin-right: 24px;
    	z-index: 70;
    }
    
    .commentlist cite {
    	background: url("/layout/comment_bg1-1.png") no-repeat;
    	height: 100px;
    	position: relative;
    	display:block;
    	font-size:1.1em;
    	z-index: 40;
    }
    
    .commentlist .commentbg {
    	float: right;
    	width: 500px;
    	padding:0;
    	margin-top: 0px;
    	margin-left: auto;
    	margin-bottom: 14px;
    	padding-bottom: 2px;
    	background: url("/layout/comment_bg1-2.png");
    	z-index: 30;
    }
    
    .commentlist li {
    	margin-bottom:8px;
    	margin-left:auto;
    	margin-right:auto;
    	background: url("/layout/comment_bg1-3.png") bottom no-repeat;
    	list-style:none;
    	width:500px;
    	overflow-x: hidden;
    	position: relative;
    	z-index: 40;
    }
    li.odd cite {
    	background: url("/layout/comment_bg2-1.png") no-repeat;
    }
    
    li.odd .commentbg {
    	background: url("/layout/comment_bg2-2.png");
    }	
    
    ol.commentlist li.odd {
    	background: url("/layout/comment_bg2-3.png") bottom no-repeat;
    }
    
    li.odd #actualtext {
    	margin-left: 24px;
    	margin-right: 116px;
    }
    
    li.odd #commentavatar img {
    	margin-left: 424px;
    }

Viewing 4 replies - 1 through 4 (of 4 total)