End of Support for Joomla 3 - Forum closed
[SOLVED] Fonts Awesome
Template "Interiort"
Hi, how can i add a favicon into an article as a list. Like a sorted list (the dots are different icons):
The Icon has to change when clicking on the item of the accordion menu
Thanks in advance!
Hi, how can i add a favicon into an article as a list. Like a sorted list (the dots are different icons):
- sasass
- SssASs
The Icon has to change when clicking on the item of the accordion menu
Thanks in advance!
by nickz
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
the theme is supporting the uikit and all available icons and functions are based on uikit too:
getuikit.com/docs/core.html
For uk-accordion you need to add an extra script to the file > layouts/ theme.config.php
See image below:
getuikit.com/docs/accordion.html
the theme is supporting the uikit and all available icons and functions are based on uikit too:
getuikit.com/docs/core.html
For uk-accordion you need to add an extra script to the file > layouts/ theme.config.php
See image below:
getuikit.com/docs/accordion.html
Attachment accordion-2-3.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:8 years 2 months ago
by joomlaplates
Attachments:
Last edit: 8 years 2 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Hi, and good morning,
thanks for answering. I already did this!
But iam still stuck how to add and where to ad the code for the changin icons.
Regards
Nickz
thanks for answering. I already did this!
But iam still stuck how to add and where to ad the code for the changin icons.
Regards
Nickz
by nickz
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Only these list styles are included:
getuikit.com/docs/list.html
You can add any icon to your list, like this
getuikit.com/docs/list.html
You can add any icon to your list, like this
<ul class="uk-list">
<li><i class="uk-icon-circle"></i> This is a list with icon before.</li>
<li><i class="uk-icon-circle"></i> This is a list with icon before.</li>
</ul>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates