dont move reply text box
-
Im using toolbox 1.1 as a base for my theme.
How do I prevent the comment text box from moving when someone clicks a reply link on a comment?
In the codex for this:
<?php comment_reply_link( $args, $comment, $post ); ?>I see:
add_below
(string) are for the JavaScript moveAddCommentForm() function parameters.
Defaults to ‘comment’. Concatenated as ‘{$add_below}-{$id}’ i.e. the comment container’s id should be ‘comment-23’.Looking here:link, it looks like the javascript is more than just moving the box. So simply disabling it would stop the other functions as well…
So how do I keep the box from moving and still keep the ability to reply/cancel reply?
The topic ‘dont move reply text box’ is closed to new replies.