• Love

    (@love)


    There is something wrong with my comments. When I click the ‘say it’ button, on the comments pop up page, it no longer just refreshes the page, it opens a new page for comments-post, then that one changes into comments popup again. it wasn’t doing that yesterday, and I didn’t touch any of my comments pages.
    so how do I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous

    Anyone know why after editing the following in ‘wp-comments-popup.php’ , … :
    <textarea name=”comment” id=”comment” cols=”40″ rows=”10″ tabindex=”4″></textarea>
    (I decreased the value in ‘cols’ to 40 to make the text area box smaller.)
    that it does not shrink the text area box?
    It always seems to force the size of the text area box to the size of the comments pop up window,
    which I set for the follow size in index.php :
    <?php comments_popup_script(‘500′,’500’, ‘wp-comments-popup.php’); // off by default ?>
    any thoughts?

    In the CSS, there is the code:

    #commentform textarea {
    width: 100%;
    }

    Just change that to whatever value you want.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble with popup comments opening in new page.’ is closed to new replies.