Hi. Great module. Is it possible to add "close" links or button to window when used "activate=click"
so when I use [popup node=111 effect=fade origin=top-right title='POPUP' activate=click] which link to add to node 111 content to make it work as close button?
Thanks

Comments

theohawse’s picture

"close-button" documented here: http://drupal.org/node/849296

AlexanderPop’s picture

Great. "close-button" works fine. Thanks for pointing.
To use custom text ("close this window" for example) or something else I used code:
<a class="popup-close-button popup-generated-close-button" href="#"><span>close this window</span></a>

Scheepers de Bruin’s picture

Status: Active » Closed (works as designed)
renthead1978’s picture

i'm a little new to coding, i reviewed the page in #2, where would i put the code to close the specific block, that i want to show up as a pop up?
thanks

AlexanderPop’s picture

in node content which poped up

shivani.gupta’s picture

Hi,
How to add close button if i am using popup block ??

pls help..

user1266’s picture

Hi also need popup for loginform. i used the drupal model form module. when iclick the login button , it opens login popup and also can able to close the login popup window. but without refresh the page again i tried to opened the pop login page but it not displayed login form its simply loading only.please help.Thanks

user1266’s picture

Issue summary: View changes

Without using dupal module how to create login popup programatically. Please help.