Created Multiple (5) popups on a page

1 year 9 months ago #52 by adrian_boogaard
Hey there, every thing seems to be working perfect!
Thank you for the great extension.
So after getting the first popup to work with a button I got all excited and created 4 more.

How ever now when I click on the button I get 5 Popups, not just the one that was clicked.
How do I avoid this issue?

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

1 year 9 months ago #53 by administrator
You should create unique buttons, example code below may help you:
<button class=“open1”>Open box</button>
{modal trigger=".open1"}
<< YOUR CONTENT 1 >>
{/modal}
<button class=“open2”>Open box</button>
{modal trigger=".open2"}
<< YOUR CONTENT 2 >>
{/modal}

JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs

The following user(s) said Thank You: adrian_boogaard

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

1 year 9 months ago #54 by adrian_boogaard
Yes that did the trick, thank you for your quick response!

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