It would be very helpful if I could create an iconlist from a shortcode rather than from the advanced-editor drag-n-drop. Is there a shortcode version of iconlist that I can reference from HTML?
I need to insert some conditional logic on my iconlist. Something like:
– iconlist item 1
– iconlist item 2
(If user role = administrator)
– iconlist item 3
(endif)
I’d like to do this with iconlists rather than icons because I like the “timeline” look to this.
I have a plugin where I can insert the conditionals inside an HTML section, but if I go this route, I need to insert the iconlist items interspersed with the conditional code.
Any ideas? I could also do this in a page template if the iconlist is easier to manipulate in PHP.
Thanks,
Bill
PS – I am working on a website with another developer, and have introduced him to “”Enfold” – he loves it and is now going to use it for other projects that he is doing.
Hi bjconcan!
You can get the shortcode for most elements by selecting the default editor and clicking the magic wand in the layout menu, you will find the iconlist under content elements.
Regards,
Rikard
This is perfect, thanks!