Forums

How to submit comments (5 posts)

  1. spellingace91
    Member
    Posted 1 year ago #

    How do I submit a comment? There's no submit comment button, and I can't seem to find it in the CSS. It also doesn't appear in the preview on wordpress.org. My installation is at http://www.johnminnich.com

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

    The comment form is on the single post pages.

  3. spellingace91
    Member
    Posted 1 year ago #

    I found the XHTML for the submit button (I recognized it from other WordPress blogs), and checked all the attributes, and there's no apparent reason why it wouldn't appear. There's nothing in the CSS that changes the visibility, and XHTML matches that of the other submit buttons from other blogs.

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

    style.css:

    .widget_search .button, input[type="submit"], .widget_search .submit, #searchform input#searchsubmit {
    display:none;
    }

    Remove #searchform input#searchsubmit.

  5. nfaget
    Member
    Posted 1 year ago #

    It works !
    Thanks a lot.

Topic Closed

This topic has been closed to new replies.

About this Topic