- Posts: 3
- Thank you received: 0
Created Multiple (5) popups on a page
- adrian_boogaard
- Topic Author
- Offline
- New Member
-
Less
More
6 months 2 weeks ago #52
by adrian_boogaard
Created Multiple (5) popups on a page was created 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?
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.
- administrator
- Offline
- Administrator
-
Less
More
- Posts: 53
- Thank you received: 10
6 months 2 weeks ago #53
by administrator
JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs
Replied by administrator on topic Created Multiple (5) popups on a page
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}
<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.
- adrian_boogaard
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
6 months 2 weeks ago #54
by adrian_boogaard
Replied by adrian_boogaard on topic Created Multiple (5) popups on a page
Yes that did the trick, thank you for your quick response!
Please Log in or Create an account to join the conversation.
Latest articles
-
K2 to Content MigrationThis tool use to import K2 articles to Joomla Content.
-
Restrict Username, Name field for JoomlaAdd restrictions to the name and username fields in Joomla.
-
Delete My Account, Extension for JoomlaJMP Delete My Account is an extension of Joomla! that gives your site members an option through which they can delete their account.
-
User Cleaner plugin for JoomlaThis plugin will help you clean up unnecessary users on your site.
-
File Manager Extension for JoomlaFile Manager is a ready-made solution for working with a file system through a convenient web interface.
Can open a pdf file?
Regards.