- Posts: 3
- Thank you received: 0
Created Multiple (5) popups on a page
- adrian_boogaard
- Topic Author
- Offline
- New Member
-
Less
More
3 years 1 month 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: 98
- Thank you received: 13
3 years 1 month 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
3 years 1 month 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
-
Resend Activation CodeThe utility resends the activation code so the user doesn’t have to re-register with a different email.
-
Add custom Head Tag, CSS and Javascript to Joomla articleThe Joomla plugin to add custom head tag, CSS and JavaScript to your Joomla article.
-
How to Set Up Google Analytics on Joomla websiteAdd Google Analytics to track your website.
-
Delete Joomla articles in bulkWith this plugin, you can delete posts in bulk with just one click. It saves your time.
-
Insert article attributes into another articleUse this extension to insert article attributes like title, link, image...
Plugin works like a charm in front-end, but I doesn't seem to work for administrator login as of now.
Am I doing something wrong or is the functionality site-only?