End of Support for Joomla 3 - Forum closed
lost text in lightbox
Hello
Sorry to bother you again.
Text in lightbox is white even the close-button is white, so i cann't see them anymore.
I searched in modules, styles.. it's modal, no? But i just don't find where to change it.
Thx
Natascha
Sorry to bother you again.
Text in lightbox is white even the close-button is white, so i cann't see them anymore.
I searched in modules, styles.. it's modal, no? But i just don't find where to change it.
Thx
Natascha
by godotje
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
the Tiny editor in Joomla delete some html code after save.
Please disable the editor and insert the code again
www.joomlaplates.com/support/documentati...content-was-cleansed
All codes can be found at the docs > Module Setup
demo.joomlaplates.com/jp_gusto/docs/
the Tiny editor in Joomla delete some html code after save.
Please disable the editor and insert the code again
www.joomlaplates.com/support/documentati...content-was-cleansed
All codes can be found at the docs > Module Setup
demo.joomlaplates.com/jp_gusto/docs/
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Hello
Ok, i was using JCE, but now changed to tini, and added the code. That problem must be solved.
But, still don't find on demo.joomlaplates.com/jp_gusto/docs/ where the code for the highlights are :(.
Looking for the whole class of:
<p><a href="#top-a" data-uk-smooth-scroll="">Scroll to Top</a> | <a href="#modal" data-uk-modal="{center:true}"> Lightbox Text</a></p>
<!-- This is the modal -->
<div id="modal" class="uk-modal" style="display: none;">
<div class="uk-modal-dialog">
<h1>Headline</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
Thank you
Ok, i was using JCE, but now changed to tini, and added the code. That problem must be solved.
But, still don't find on demo.joomlaplates.com/jp_gusto/docs/ where the code for the highlights are :(.
Looking for the whole class of:
<p><a href="#top-a" data-uk-smooth-scroll="">Scroll to Top</a> | <a href="#modal" data-uk-modal="{center:true}"> Lightbox Text</a></p>
<!-- This is the modal -->
<div id="modal" class="uk-modal" style="display: none;">
<div class="uk-modal-dialog">
<h1>Headline</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
Thank you
by godotje
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
pls dont use any editor, select CodeMirror and inser the code for the modal box:
More information about the modal box:
getuikit.com/v2/docs/modal.html
pls dont use any editor, select CodeMirror and inser the code for the modal box:
<!-- This is a button toggling the modal -->
<button class="uk-button" data-uk-modal="{target:'#my-id'}">Button Text</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>
Here goes your modal box text
</div>
</div>
More information about the modal box:
getuikit.com/v2/docs/modal.html
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:6 years 11 months ago
by joomlaplates
Last edit: 6 years 11 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates