End of Support for Joomla 3 - Forum closed

Kazumi Popup mit Text wie in Template School

Kazumi Popup mit Text wie in Template School was created by Chris1919oox

Posted 7 years 1 month 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.

Attachments:

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

Replied by joomlaplates on topic Kazumi Popup mit Text wie in Template School

Posted 7 years 1 month 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

<!-- 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
The following user(s) said Thank You: Chris1919oox

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

Moderators: joomlaplates
Powered by Kunena Forum