• Hello, everyone. I’m new to WordPress–so far I like it very much. It’s taking a bit of tinkering to get the site to look and behave the way I want it to, but that’s life, right?
    I’ve got my blog set up to display comments in a popup window. Where is the attribute that controls the size of the window that pops up? And how do you make the window resizeable for people with bigger monitors who want to stretch it out?
    TIA.

Viewing 3 replies - 1 through 3 (of 3 total)
  • comments_popup_script(“400′,’400′) in the header. I assume you will have to edit the function in template-functions-comment.php to add the resizeable option.

    Thread Starter Nomad

    (@nomad)

    Oddly enough, adding resize=yes to the javascript in template-functions-comment.php had no effect at all, even though when I set the scrollbars to No, THAT worked.
    Oh well. I made the comments window bigger. Maybe that will be good enough.

    It didn’t work because resize is not a valid property; however, resizeable is.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Size of Popup Comment Window’ is closed to new replies.