Forums

Blog was taking comments but now it doesn't (7 posts)

  1. homescholar
    Member
    Posted 1 year ago #

    We are running a blog contest. I got to 39 comments but now the post does not have a space for people to comment anymore. I can't find a setting that is preventing this. Please advise how I can show the reply box again on this post: http://www.comprehensiverecordsolution.com/blog/?p=25

    Thanks,

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Edit style.css:

    #container {
    background-image:url("images/inner-bg.gif");
    background-repeat:repeat-y;
    float:left;
    height:15000px;
    margin:0 -260px 0 0;
    width:100%;
    }

    and replace height:15000px; with min-height:15000px;

  3. homescholar
    Member
    Posted 1 year ago #

    Thank you esmi. I am not very technical. Could you tell me where the edit style.css might be located so I can change it?

    Thank you,

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Look in Appearance -> Editor.

  5. homescholar
    Member
    Posted 1 year ago #

    THANK YOU!!!

  6. homescholar
    Member
    Posted 1 year ago #

    One last question. How can I get the comment box at the top of all the comments rather than at the very bottom?

    Thanks

  7. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    You would probably need to edit your comments.php template file and move <?php comment_form();?> so that it was before <?php wp_list_comments(); ?>.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.