End of Support for Joomla 3 - Forum closed
Kazumi Popup mit Text wie in Template School
- Chris1919oox
- Offline Topic Author
- Junior Boarder
- Posts: 22
- Thank you received: 0
Kazumi Popup mit Text wie in Template School was created by Chris1919oox
Posted 5 years 9 months ago #22786
Hallo erstmal.
Ich arbeite im Template Kazumi. Dort möchte ich einen Link auf einen Text legen. Damit möchte ich ein Popup öffen, das gestaltet ist, wie das Popup in School Anhang.
Das in School ist ein RokSprocket Feature, RokSprocket möchte ich nicht einbinden.
Ich arbeite im Template Kazumi. Dort möchte ich einen Link auf einen Text legen. Damit möchte ich ein Popup öffen, das gestaltet ist, wie das Popup in School Anhang.
Das in School ist ein RokSprocket Feature, RokSprocket möchte ich nicht einbinden.
by Chris1919oox
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Kazumi Popup mit Text wie in Template School
Posted 5 years 9 months ago #22790
Hallo,
hier finden sie eine Anleitung wie sie die Modalbox einbinden
getuikit.com/v2/docs/modal.html
And here is a sample code
Bitte immer den Editor deaktivieren beim Einfügen eines HTML codes
www.joomlaplates.de/support/dokumentatio...nes-module-erstellen
hier finden sie eine Anleitung wie sie die Modalbox einbinden
getuikit.com/v2/docs/modal.html
And here is a sample code
<!-- This is an anchor toggling the modal -->
<a href="#my-id" data-uk-modal>Modalbox oeffnen</a>
<!-- This is a button toggling the modal -->
<button class="uk-button" data-uk-modal="{target:'#my-id'}">Modalbox oeffnen</button>
<!-- This is the modal -->
<div id="my-id" class="uk-modal">
<div class="uk-modal-dialog">
<a class="uk-modal-close uk-close"></a>
lorem ipsum
</div>
</div>
Bitte immer den Editor deaktivieren beim Einfügen eines HTML codes
www.joomlaplates.de/support/dokumentatio...nes-module-erstellen
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Chris1919oox
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates