Viewing 5 replies - 1 through 5 (of 5 total)
  • Try disabling your comment form plugin.

    Thread Starter schrodcat

    (@schrodcat)

    I did, it does not solve the problem…Please help.

    Thread Starter schrodcat

    (@schrodcat)

    Should I change something in the follownig code of comments.php?

    <!--<p><small><strong>XHTML:</strong> You can use these tags:<?php echo allowed_tags(); ?></small></p>-->
    <p><textarea name="comment" id="comment" cols="60%" rows="10" tabindex="4"></textarea></p>
    <p><input name="submit" type="submit" id="submit" tabindex="5" value="" />
    <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
    </p>
    <?php do_action('comment_form', $post->ID); ?>
    </form>

    [Please post code snippets between backticks or use the code button.]

    No. Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter schrodcat

    (@schrodcat)

    I deactivated all the plugins and the problem is remaining. I guess it has to do with the code.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submit comment button is missing in pages’ is closed to new replies.