• I’ve just started using the Andreas01 theme and loving it, but I’ve got one funny formatting issue I can’t seem to figure out.

    For features that get called by plugins using the comments hook, the feature ends up at the bottom of the page (near the footer) instead of below the “post” button on the comment field. You can see an example on this blog post: https://4realz.net/2008/09/4realz-gets-a-new-look/

    Both the “seesmic” and the “subscribe to comments” features end up at the bottom of the post (near the footer) instead of directly below the comment section.

    I’m pretty sure I’ve nailed it down to this area of the comments.php file where the comment hook is called:

    '<p><?php do_action('comment_form', $post->ID); ?></p>'

    In that there is some special “id” of “div” tag that gets called at this point of the code that is causing the features to end up at the bottom of the post.

    However, my CSS skills are extremely weak and despite playing around with every area of the style.css file that I think *might* cause this kind of issue, I can’t figure out how to fix the issue.

    Any help would be most appreciated!

Viewing 1 replies (of 1 total)
  • Thread Starter tyr

    (@tyr)

    It’s probably also worth noting that I did test out the problem using the default theme (not the theme I modified) and I got the same issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Comment hook plugins are showing up at the bottom of the page’ is closed to new replies.