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.
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.
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.
This topic has been closed to new replies.