Tagged: shortcode
I tried to search but I didn’t see anything. I created some custom shortcodes and I’d like to use them inside the existing shortcodes but it doesn’t seem to work.
I have something like that:
[av_button label='Click me' link='manually,[LINK]' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']
and it breaks the button. Do you know how I could do that?
Thanks
Hey asthyanax!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Regards,
Yigit
Yes that’s what I ended up doing. It’s not as flexible as I would have liked to but it’s fine for now. Thank you.