I don't want to use the auto open function

More
6 years 7 months ago #934 by robertsil
Hello.
I do not want to use the Auto Open function.
How can I create a button that when clicked open the window?
Thank you so much.

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago - 6 years 7 months ago #936 by admin
Hello first disable Auto Open in module settings. When selected No you should add an element with id=opener. eg a button with id=opener. When button clicked Pop Up will open
Last edit: 6 years 7 months ago by admin.

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #938 by robertsil
Thank you. Pop Up JT is the most amazing module for popups. Fantastic work.
Excuse, I did not understand. Could you tell me In which fileI add this element with id = opener? Where do I put the a code of button? Thank you very much.

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #939 by admin
Where do you want to add a button? in content or in a module

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #940 by robertsil
Hello. I would like to add in module and content also.
Thank you very much for your attention.

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #942 by admin
Hello
1-To add button into a module first create a custom html module then you can add that code by text editor (Use tools > source code)
<a id="opener" href="#">Click To Open</a> then save module and publish it
2-To add button into content or article first create an article then you can add that code by text editor (Use tools > source code)
<a id="opener" href="#">Click To Open</a> then save module and publish it

Please Log in or Create an account to join the conversation.

Time to create page: 0.240 seconds