Comments not showing on single POSTS, checked everything.

  • Unknown's avatar

    I’m wondering if anyone could please help me out because my comments are not showing up on my single pages.

    I have already:

    1) Checked and allowed comments in discussion and everywhere else that I can check
    2) Made sure the code is intact in comments and single.php <?php comments_template(); ?>
    3) Looked through many articles with no avail.

    So I just want to post my codes for (single.php, comments.php and style.css) below and see if anyone could please shed some light? Thank you so much in advance!

    Btw, my wordpress site is at: http://www.KingdomWarriors.com

    My single.php code:
    ———————————————————————————————————————————————————-
    <?php get_header(); ?>

    <div id=”content”>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    <div <?php post_class(‘post’) ?> id=”post-<?php the_ID(); ?>”>
    <div class=”title”>
    <h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
    </div>

    <div class=”cover”>
    <div class=”entry”>
    <?php the_content(‘Read the rest of this entry »’); ?>
    <?php include (TEMPLATEPATH . ‘/ad1.php’); ?>
    <div class=”clear”></div>
    <?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
    </div>

    </div>

    <div class=”singleinfo”>
    <span class=”category”>Categories: <?php the_category(‘, ‘); ?> </span>
    </div>
    </div>

    <?php comments_template(); ?>
    <?php endwhile; else: ?>
    <h1 class=”title”>Not Found</h1>
    <p>I’m Sorry, you are looking for something that is not here. Try a different search.</p>

    <?php endif; ?>
    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    ———————————————————————————————————————————————————-

    My comments.php code is below:
    ———————————————————————————————————————————————————-
    <?php

    // Do not delete these lines
    if (!empty($_SERVER[‘SCRIPT_FILENAME’]) && ‘comments.php’ == basename($_SERVER[‘SCRIPT_FILENAME’]))
    die (‘Please do not load this page directly. Thanks!’);

    if ( post_password_required() ) { ?>
    <p class=”nocomments”>This post is password protected. Enter the password to view comments.</p>
    <?php
    return;
    }
    ?>

    <!– You can start editing here. –>
    <div class=”comments” id=”comment”>
    <?php if ( have_comments() ) : ?>
    <div id=”comnums”> <h3> <?php comments_number(‘No Responses’, ‘One Response’, ‘% Responses’ );?> </h3> </div>

    <ol class=”commentlist”>
    <?php wp_list_comments(‘avatar_size=60&type=comment’); ?>

    <ol class=”pinglist”>
    <?php wp_list_comments(‘type=pings’); ?>

    <div class=”navigation”>
    <div class=”alignleft”><?php previous_comments_link() ?></div>
    <div class=”alignright”><?php next_comments_link() ?></div>
    </div>
    <?php else : // this is displayed if there are no comments so far ?>

    <?php if (‘open’ == $post->comment_status) : ?>
    <!– If comments are open, but there are no comments. –>

    <?php else : // comments are closed ?>
    <!– If comments are closed. –>
    <p class=”nocomments”>Comments are closed.</p>

    <?php endif; ?>
    <?php endif; ?>

    <?php if (‘open’ == $post->comment_status) : ?>
    <div class=”clear”></div>
    <div id=”respond”>

    <h3><?php comment_form_title( ‘Leave a Reply’, ‘Leave a Reply to %s’ ); ?></h3>

    <div class=”cancel-comment-reply”>
    <small><?php cancel_comment_reply_link(); ?></small>
    </div>

    <?php if ( get_option(‘comment_registration’) && !$user_ID ) : ?>
    <p>You must be /wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>”>logged in to post a comment.</p>
    <?php else : ?>

    <form action=”<?php echo get_option(‘siteurl’); ?>/wp-comments-post.php” method=”post” id=”commentform”>

    <?php if ( $user_ID ) : ?>

    <p>Logged in as /wp-admin/profile.php”><?php echo $user_identity; ?>. ” title=”Log out of this account”>Log out »</p>

    <?php else : ?>

    <p><input type=”text” name=”author” id=”author” value=”<?php echo $comment_author; ?>” size=”22″ tabindex=”1″ <?php if ($req) echo “aria-required=’true'”; ?> />
    <label for=”author”><small>Name <?php if ($req) echo “(required)”; ?></small></label></p>

    <p><input type=”text” name=”email” id=”email” value=”<?php echo $comment_author_email; ?>” size=”22″ tabindex=”2″ <?php if ($req) echo “aria-required=’true'”; ?> />
    <label for=”email”><small>Mail (will not be published) <?php if ($req) echo “(required)”; ?></small></label></p>

    <p><input type=”text” name=”url” id=”url” value=”<?php echo $comment_author_url; ?>” size=”22″ tabindex=”3″ />
    <label for=”url”><small>Website</small></label></p>

    <?php endif; ?>

    <!–<p><small>XHTML: You can use these tags: <?php echo allowed_tags(); ?></small></p>–>

    <p><textarea name=”comment” id=”comment” cols=”100%” rows=”10″ tabindex=”4″></textarea></p>

    <p><input name=”submit” type=”submit” id=”submit” tabindex=”5″ value=”Submit Comment” />
    <?php comment_id_fields(); ?>
    </p>
    <?php do_action(‘comment_form’, $post->ID); ?>

    </form>

    <?php endif; // If registration required and not logged in ?>
    </div>

    <?php endif; // if you delete this the sky will fall on your head ?>
    </div>
    ———————————————————————————————————————————————————-

    My style.css is below:
    ———————————————————————————————————————————————————-

    /*
    Theme Name:Insignia
    Description: A free premium wordpress theme from jinsona designs.
    Author: jinsona designs
    Author URI: http://www.web2feel.com

    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p,
    blockquote, pre, a, abbr, acronym, address, big,
    cite, code, del, dfn, em, font, img,
    ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    center, u, b, i, marquee {
    margin: 0px;
    padding: 0px;
    }

    body {
    margin:0 auto;
    padding:0px 0px 0px 0px;
    background:#02014e url(images/body.png) repeat-x;
    font-family:Arial,Century gothic, Arial,Tahoma,sans-serif;
    color:#161514;
    font-size:13px;
    }
    img {
    border:0;
    margin: 0 0;
    }
    a {
    color:#3B4AA0;
    text-decoration:none;
    outline:none;
    }
    a:hover {
    color:#333;
    text-decoration:none
    }
    h1, h2, h3, h4, h5, h6 {

    }
    blockquote {
    padding:10px 10px 10px 10px;
    color:#444;
    font-style: normal;

    }
    .clear {
    clear:both;
    }

    table{
    margin: 10px 0 10px;
    }

    table td, table th{
    text-align: left;
    padding: .4em .8em;
    }

    table th{
    background: #ccc ;
    color: #444;
    text-transform: uppercase;
    font-weight: normal;

    }

    table td{
    background: #e4e4e4;
    }

    table tr.even td{
    background: #eee;
    }

    table tr:hover td{
    background: #FFF9DF;
    }
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0px;
    }

    img.alignnone {
    padding: 5px 5px;
    margin: 0px 0px 10px 0px;
    display: inline;
    background:#fff;
    border: 1px solid #DDDDDD;
    }

    img.alignright {
    padding: 5px 5px;
    margin: 10px 0px 10px 10px;
    display: inline;
    background:#fff;
    border: 1px solid #DDDDDD;
    }

    img.alignleft {
    padding: 5px 5px;
    margin: 10px 10px 10px 0px;
    display: inline;
    background:#fff;
    border: 1px solid #DDDDDD;
    }

    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    }

    .alignright {
    float: right;
    margin: 0px 0px 10px 10px;
    }

    .alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
    }

    .wp-caption {
    border: 1px solid #DDDDDD;
    text-align: center;
    background-color: #ffffff;
    padding: 4px 0px 5px 0px;
    margin: 5px 5px ;
    }

    .wp-caption img {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: 0px;

    }

    .wp-caption p.wp-caption-text {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    }

    /* The Outer cover */

    #outer{

    margin:0 auto;
    background:url(images/outer.png) center top no-repeat;
    }

    #wrapper {
    width:1000px;
    margin:0 auto;
    }

    #casing {
    padding:0px 0px 10px 0px;
    background:#f7f7f7;
    float:left;
    width:1000px;

    }

    /* The Header */

    #top {
    height:69px;
    margin:auto;
    width:1000px;
    position:relative;

    }
    .blogname {
    width:300px;
    font-family:Georgia, Century gothic, Verdana, Tahoma, sans-serif;
    margin:15px 0 0 0px;
    height:50px;
    text-align:left;
    float:left;
    }

    .blogname h1 {
    font-size:36px;
    padding:0 0 0px 0;
    font-weight:normal;
    color:#fff;

    }
    .blogname h1 a:link, .blogname h1 a:visited{
    color: #111;
    display:block;
    margin:5px 0 0 0px;
    }

    .head{
    width:1000px;

    }

    /* The Search */

    #search {

    width:310px;
    padding:10px 5px ;
    float:right;
    margin-right:0px;
    height:26px;
    margin-left:10px;
    display:inline;
    }
    #search form {
    margin: 0;
    padding: 0;
    }

    #search fieldset {
    margin: 0;
    padding: 0;
    border: none;
    }

    #search p {
    margin: 0;
    font-size: 85%;
    }

    #s {
    width:210px;
    margin:0px 0px 0px 0px;
    padding: 4px 5px 5px 5px;
    border:none;
    font: normal 100% “Tahoma”, Arial, Helvetica, sans-serif;
    color:#444;
    float:left;
    background:#ddd;
    border:1px solid #bbb;
    display:inline;
    }
    input#searchsubmit{
    float:left;
    display:inline;
    margin:0px 0px 0px 5px;
    height:27px;
    background:#222;
    color:#fff;
    border:none;
    }

    /* menu*/

    #catmenucontainer{
    height:40px;
    display:block;
    padding:15px 0 0px 0px;
    font: 14px Arial,Tahoma,Century gothic,verdana, sans-serif;
    font-weight:bold;
    width:700px;
    float:right;

    }

    #catmenu{
    margin: 0px;
    padding: 0px 0px;
    height:40px;
    overflow:hidden;
    }

    #catmenu ul {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
    }

    #catmenu li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    #catmenu li a, #catmenu li a:link, #catmenu li a:visited {
    color:#640675;
    text-shadow:1px 1px 1px #fff;
    display: block;
    margin: 0px;
    padding:0px 10px;
    line-height:35px;

    }

    #catmenu li a:hover, #catmenu li a:active {
    color: #111;
    text-shadow:1px 1px 1px #fff;
    margin: 0px;
    padding:0px 10px;
    line-height:35px;
    text-decoration: none;
    }

    #catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
    background:#7250CF ;
    width: 150px;
    color:#fff;
    text-shadow:1px 1px 1px #4C319F;
    font-weight: normal;
    float: none;
    margin: 0px;
    padding:0px 10px;
    line-height:35px;
    border-bottom: 1px solid #8B6FDF;

    }

    #catmenu li li a:hover, #catmenu li li a:active {
    background:#543B9F ;
    color: #C4B1EE;
    text-shadow:1px 1px 1px #4F1605;
    padding:0px 10px;
    line-height:35px;
    }

    #catmenu li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 170px;
    margin: 0px;
    padding: 5px;
    background:#fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

    #catmenu li li {
    }

    #catmenu li ul a {
    width: 140px;
    }

    #catmenu li ul a:hover, #catmenu li ul a:active {
    }

    #catmenu li ul ul {
    margin: -41px 0 0 170px;
    }

    #catmenu li:hover ul ul, #catmenu li:hover ul ul ul,
    #catmenu li.sfhover1 ul ul, #catmenu li.sfhover1 ul ul ul {
    left: -999em;
    }

    #catmenu li:hover ul, #catmenu li li:hover ul,
    #catmenu li li li:hover ul, #catmenu li.sfhover ul,
    #catmenu li li.sfhover1 ul, #catmenu li li li.sfhover1 ul {
    left: auto;
    }

    #catmenu li:hover, #catmenu li.sfhover1 {
    position: static;
    }

    /*Page menu*/

    #foxmenucontainer{
    height:39px;
    display:block;
    padding:1px 0 0px 0px;
    font: 12px Arial,Tahoma,Century gothic,verdana, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    background:url(images/catmen.png) repeat-x;

    }
    #menu{
    margin: 0px 5px;
    padding: 0px;
    height:39px;
    overflow:hidden;
    }

    #menu ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    #menu li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    #menu li a, #menu li a:link, #menu li a:visited {
    color:#ddd;
    display: block;
    margin: 0px;
    padding: 0px 10px ;
    line-height:39px;
    }

    #menu li a:hover, #menu li a:active {

    color: #fff;
    margin: 0px;
    padding: 0px 10px ;
    line-height:39px;
    text-decoration: none;
    background:url(images/menua.png) repeat-x;
    }

    #menu li li a, #menu li li a:link, #menu li li a:visited {
    background:#242424;
    width: 150px;
    color:#ddd;
    font-weight: normal;
    float: none;
    margin: 0px;
    padding: 0px 10px ;
    line-height:35px;
    border-bottom: 1px solid #2e2e2e;

    }

    #menu li li a:hover, #menu li li a:active {
    background: #3F51C1;
    color: #fff;
    padding: 0px 10px ;
    line-height:35px;
    }

    #menu li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 170px;
    margin: 0px;
    padding: 0px;
    }

    #menu li li {
    }

    #menu li ul a {
    width: 140px;
    }

    #menu li ul a:hover, #menu li ul a:active {
    }

    #menu li ul ul {
    margin: -36px 0 0 170px;
    }

    #menu li:hover ul ul, #menu li:hover ul ul ul,
    #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
    left: -999em;
    }

    #menu li:hover ul, #menu li li:hover ul,
    #menu li li li:hover ul, #menu li.sfhover ul,
    #menu li li.sfhover ul, #menu li li li.sfhover ul {
    left: auto;
    }

    #menu li:hover, #menu li.sfhover {
    position: static;
    }

    /* Main Content*/

    #content {
    float:left;
    width: 640px;
    height:100%;
    padding:10px 0px 0px 15px;
    display:inline;
    overflow:hidden;
    }

    .title{
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 0px;

    }
    .title h2 {
    margin: 0px 0 0px 0;
    padding: 10px 0px 10px 10px;
    text-align: left;
    font: 24px Arial,century gothic,verdana, sans-serif;
    font-weight:normal;
    overflow:hidden;

    }

    .title h2 a, .title h2 a:link, .title h2 a:visited {
    color:#000;
    background-color: transparent;
    }
    .title h2 a:hover {
    color: #333;
    background-color: transparent;
    }

    .date {
    font-size:10px;
    font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
    padding:3px 5px 3px 0px;
    color:#fff;
    text-transform: uppercase;
    background:#8883DE;
    margin:5px 10px;

    }

    .author{
    color:#fff;
    padding:3px 5px 3px 5px;
    margin-left:5px;
    text-shadow:1px 1px 1px #6E6BBF;

    }
    .clock{
    color:#fff;
    padding:3px 5px 3px 5px;
    margin-left:5px;
    text-shadow:1px 1px 1px #6E6BBF;
    }

    .post {
    width:625px;
    margin: 10px 5px 20px 0px;
    height:100%;
    color:#666;
    font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;
    background:#fff;
    padding:5px;
    border:1px solid #ddd;
    }

    .comm{
    color:#fff;
    padding:3px 5px 3px 5px;
    margin-left:5px;

    }

    .comm a:link,
    .comm a:visited {
    color:#fff;
    text-shadow:1px 1px 1px #6E6BBF;
    }
    .comm a:hover{
    color:#fff;
    text-shadow:1px 1px 1px #6E6BBF;
    }

    .singleinfo {

    font:10px Tahoma, Georgia, Arial,century gothic,verdana, sans-serif;
    text-transform:uppercase;
    color:#B98302;
    padding:5px 0px;
    }

    .category{
    padding:5px 0 5px 5px;
    color:#000;

    }

    .category a:link,.category a:visited{
    color:#334198;

    }

    .category a:hover{
    color:#000;

    }
    .cover {
    margin:0 0;
    padding: 0px 10px ;

    }
    .entry {
    margin:0 0;
    padding: 0px 0px ;

    }

    .entry a:link,
    .entry a:visited {

    background-color: transparent;
    }
    .entry a:hover {
    color:#E53F0C;
    background-color: transparent;
    text-decoration: none;
    }

    .entry ul, .entry ol{
    margin: .4em 0 1em;
    line-height: 150%;
    }

    .entry ul li, .entry ol li{
    list-style-position:outside;
    margin-left: 1.6em;
    }

    .entry p{
    margin:5px 0px;
    padding:5px 0px;
    line-height:22px;

    }

    /* right column */
    .right{

    float:right;
    width:325px;
    padding:20px 0px 0px 0;
    display:inline;
    margin-right:15px;
    overflow:hidden;
    }
    .blokbox,.twitbox{
    float:left;
    width:323px;
    background:#fff;
    margin-bottom:10px;
    border:1px solid #ddd;
    }
    .blok{
    padding:5px 0px 0px 0px;
    float:left;

    }
    .fentry img{
    max-width:100px;

    padding-left:6px;
    padding-bottom:5px;
    float:left;

    }

    h2.bloktitl {
    width:325px;
    color:#eee;
    font-size:18px;
    background:#3B4AA0;
    height:25px;
    padding-top:10px;
    padding-left:10px;
    }
    p.twitter-message{
    color:#666;
    padding:10px;
    border-bottom:1px solid #eee;
    }

    a.twitter-link{
    color:#3B4AA0;
    }

    a.twitter-user{
    color:#0c7391;
    }

    .sidebar{

    float:left;
    width:180px;
    padding:0px 0px;
    margin-left:0px;
    display:inline;
    }
    .sidebar2{
    display:inline;
    float:right;
    width:130px;
    padding:0px 0px;
    margin-left:10px;

    }
    h3.sidetitl{
    background:#3B4AA0;
    padding-top:10px;
    height:20px;
    padding-left:10px;
    color:#fff;
    }
    /* The Sidebar */

    .sidebox1{
    float:left;
    width:180px;
    background:#fff;
    padding-bottom:10px;
    font-size:12px;
    font-family:Tahoma,Century gothic, Arial, sans-serif;
    margin:10px 0px 0px 0px;
    color:#444;
    }
    .sidebox2{
    float:right;
    width:130px;
    background:#fff;
    padding-bottom:10px;
    font-size:12px;
    font-family:Tahoma,Century gothic, Arial, sans-serif;
    margin:10px 0px 0px 0px;
    color:#444;
    }
    .sidebox1 ul,.sidebox2 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 5px 5px 5px ;

    }
    .sidebox1 li,.sidebox2 li{
    list-style-type: none;
    margin: 0 ;
    padding: 0;

    }
    .sidebox2 ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background-repeat:no-repeat;
    }

    .sidebox1 ul ul ul ,.sidebox2 ul ul ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border:0;
    }

    .sidebox1 ul ul ul ul ,.sidebox2 ul ul ul ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border:0;

    }

    .sidebox1 ul li {
    height:100%;
    line-height:18px;
    clear: left;
    width: 170px;
    list-style-type: none;
    }

    .sidebox2 ul li {
    height:100%;
    line-height:18px;
    clear: left;
    width: 120px;
    list-style-type: none;
    }

    .sidebox1 ul li a:link, .sidebox1 ul li a:visited,.sidebox2 ul li a:link, .sidebox2 ul li a:visited {

    color:#6f6f6f;
    border-bottom:1px dotted #ddd;
    text-decoration: none;
    padding: 5px 0px 5px 5px;
    display:block;

    }

    .sidebox1 ul li a:hover ,.sidebox2 ul li a:hover{

    color: #3B4AA0;
    }

    .sidebox1 p ,.sidebox2 p{
    padding: 7px 10px;
    margin:0;
    }

    .sidebox1 table,.sidebox2 table {
    width:100%;
    text-align:center;
    color:#787d7f;
    }

    /*calendar*/

    #wp-calendar{
    width: 100%;
    padding: 0px 5px;

    }
    #calendar_wrap{
    background:#fff url(images/side.png) repeat-x;
    border:1px solid #ccc;
    margin:0px auto;
    }

    #wp-calendar caption{
    padding: 10px 5px 5px 5px ;
    font-size:16px;
    color:#3B4AA0;
    font-weight:bold;
    font-family:Georgia,Century gothic, Arial, sans-serif;
    text-transform:uppercase;
    }

    #wp-calendar th, #wp-calendar td{
    padding: 5px;
    text-align:center;
    color:#fff;
    background:#3B4AA0;
    }

    #wp-calendar td a{

    padding: 0px;
    border:none;
    color:#3B4AA0;
    }
    #wp-calendar td{
    background:transparent;
    border:none;
    color:#444;
    }
    #wp-calendar td, table#wp-calendar th{
    padding: 2px 0;
    }

    /* — FOOTER — */

    #footer {
    height:253px;
    padding:10px 0 0 0px;
    color:#DADADA;
    font-size:11px;
    font-weight:normal;
    letter-spacing:1px;
    font-family: Tahoma,georgia,Century gothic, Arial, sans-serif;
    float:centre;
    width:100%;
    background:#000 ;
    text-shadow:1px 1px 1px #5F1600;
    margin-bottom:20px;
    }

    #footer a:link , #footer a:visited{
    color:#DADADA;
    }

    #footer a:hover {
    color:#fff;
    }

    .fleft{
    float:left;
    text-align:left;
    margin-left:21px;
    margin-top:10px;
    line-height:16px;
    }
    .fright{
    float:right;
    text-align:right;
    margin-right:10px;
    margin-top:5px;
    line-height:16px;
    }

    /* The Navigation */

    #navigation{
    margin:10px 0px 0px 0px;
    padding:0px 5px 10px 10px;
    width:700px;
    }

    /* The Attachment */

    .contentCenter {
    text-align:center;
    }

    /* The Page Title */

    h2.pagetitle {
    padding:10px 0px;
    font-size:20px;
    text-align:center;
    color:#555;
    font-family:Arial, Georgia,Century gothic,Helvetica, sans-serif;
    }
    h2.pagetitle a {
    color:#507409;
    }
    #comment{

    height:100%;
    padding:0px 0px 0px 0px;
    margin:0px 0px;
    width:635px;
    display:none;

    }

    #comnums h3{
    padding:10px 10px;
    margin:10px 0px 10px 0px;
    font-size:20px;
    font-weight:normal;
    color:#444;
    font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;

    }

    #respond{

    height:100%;
    padding:0px 5px;
    margin:5px 0px 5px 5px;
    background:#fff ;
    border:1px solid #ddd;

    }
    #respond h3{
    padding:10px 10px 5px 10px;
    margin:5px 0px;
    font-size:22px;
    font-weight:normal;
    color:#555;
    font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
    }
    #commentform {
    padding:0px 10px 10px 10px;
    margin:0px 0px 0px 0px;
    color:#BFAFA7;
    font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
    }
    .cancel-comment-reply{
    font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
    margin-left:10px;
    padding:0px 0px;

    }
    #commentform p {
    color:#777;
    padding:5px 0px;
    font-size:10px;
    }
    #commentform input {
    background:#E4E4E4;
    border:1px solid #ccc;
    color:#444;
    padding:3px 10px;

    }
    #commentform textarea {
    background:#eee;
    border:1px solid #ccc;
    color:#333;
    width:95%;
    padding:5px 5px;

    }
    .comments input#submit {

    padding:2px 5px;
    background:#3B4AA0;
    border:1px solid #2F3B7F;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color:#fff;
    font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
    }

    ol.commentlist {
    list-style:none;
    margin:0;
    padding:0;
    text-indent:0;

    }
    .comment-body{
    margin-left:80px;
    padding:10px 10px;
    background:#fff ;
    border:1px solid #DDDDDD;

    }
    ol.commentlist li {

    margin:20px 0 20px 0px;
    padding:5px 0px 5px 0px;
    position:relative;

    }

    ol.commentlist li div.comment-author {
    padding:0 10px 0 0;
    color:#C00808;
    }

    ol.commentlist li div.vcard {
    font:10px Tahoma, helvetica,arial,sans-serif;
    text-transform:uppercase;
    color:#444;
    position: absolute;
    top:5px;
    left:0px;
    height:100px;
    }

    ol.commentlist li span.says {
    display:none;

    }

    ol.commentlist li div.vcard cite.fn {

    font-style:normal;
    position: absolute;
    width:70px;
    text-align:center;
    background:#fff;
    padding:2px 0px;
    top:75px;
    left:0px;
    }

    ol.commentlist li div.vcard cite.fn a:link {

    color:#444;
    }

    ol.commentlist li div.vcard img.avatar {
    border:5px solid #fff;
    margin:0px;
    padding: 0px;
    }

    ol.commentlist li div.comment-meta {
    display:none;

    }

    ol.commentlist li p {
    font:normal 12px Tahoma, helvetica,arial,sans-serif;
    margin:0 0 1em;
    line-height:22px;
    color:#666;
    padding:5px 5px;
    }

    ol.commentlist li ul {
    font:normal 12px/1.4 helvetica,arial,sans-serif;
    list-style:square;
    margin:0 0 1em;
    padding:0;
    text-indent:0;

    }

    ol.commentlist li div.reply {

    font:10px Tahoma, helvetica,arial,sans-serif;
    text-transform:uppercase;
    padding:0px 0px;
    text-align:right;
    margin:0px 5px 5px 0px;

    }

    ol.commentlist li div.reply a {

    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    padding:3px 10px;
    background:#3B4AA0 ;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    }

    ol.commentlist li ul.children {
    list-style:none;
    margin:1em 0 0;
    text-indent:0;
    }

    ol.commentlist li ul.children li.depth-2 {

    margin:0 0 0px 90px;

    }

    ol.commentlist li ul.children li.depth-3 {

    margin:0 0 0px 90px;

    }

    ol.commentlist li ul.children li.depth-4 {

    margin:0 0 0px 90px;

    }

    ol.commentlist li.even {

    }

    ol.commentlist li.odd {

    }

    ol.commentlist li.pingback div.vcard {
    padding:0 0px 0 0;
    color:#C00808;

    }

    ol.pinglist {
    list-style:none;
    margin:0;
    padding:0;
    text-indent:0;

    }
    ol.pinglist .comment-body{

    margin:0px 0px;
    padding:10px 10px;
    background:#fff;

    }
    ol.pinglist li {

    margin:10px 0 10px 0px;
    padding:10px 0px 10px 0px;
    position:relative;

    }

    ol.pinglist li div.vcard {
    font-weight:bold;
    color:#fff;
    display:block;
    }

    ol.pinglist li span.says {
    display:none;

    }

    ol.pinglist li div.vcard cite.fn {

    }

    ol.pinglist li div.vcard cite.fn a:link {

    color:#fff;
    }

    ol.pinglist li div.comment-meta {
    padding:5px 0px;
    float:left;
    }

    ol.pinglist li div.comment-meta a:link {

    }

    ol.pinglist li p {
    font:normal 12px Tahoma, helvetica,arial,sans-serif;
    margin:0 0 1em;
    line-height:18px;
    color:#464646;
    padding:5px 5px;
    }

    ol.pinglist li ul {
    font:normal 12px/1.4 helvetica,arial,sans-serif;
    list-style:square;
    margin:0 0 1em;
    padding:0;
    text-indent:0;

    }

    ol.pinglist li div.reply {

    display:none;

    }

    .widebanner{

    height:60px;
    margin-top:10px;
    padding:10px 0px;
    background:url(images/ad1.jpg) repeat-x;
    text-align:center;
    }
    .headbanner{

    height:90px;
    padding:10px 0px;
    text-align:center;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi. Since you are handling PHP files, it means you have a self-hosted WordPress.ORG blog and are in the wrong forum. Please ask your question on http://wordpress.org/support

    You are currently in a WordPress.COM forum and our answers will not apply to your situation. Thanks and I hope you find a solution to your problem soon.

  • The topic ‘Comments not showing on single POSTS, checked everything.’ is closed to new replies.