• hi,

    i’m able to do a comments pop-up, but don’t seem to able to control the window size. it always pop up a small window which i cannot find a way to adjust.

    i want to adjust the window size.

    thank for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The comments_popup_script() function is used for that.

    You can set the window size like this:

    <?php comments_popup_script(400, 500); ?>

    I have tried doing that, as well as changing the size in the comments_functions file in the admin folder. Used to work, but, nothing is changing. I am using 2.3. Any ideas?

    Also cannot change the size of the comments box itself.

    Never mind. I got it. Had to switch to a different theme then back, now it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments Pop-up window size’ is closed to new replies.