Viewing 4 replies - 1 through 4 (of 4 total)
  • The comment form is on the single post pages.

    Thread Starter spellingace91

    (@spellingace91)

    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.

    style.css:

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

    Remove #searchform input#searchsubmit.

    It works !
    Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to submit comments’ is closed to new replies.