Hi
Is there a way to transform Enfold shortcode to html/div so i can insert it as html where shortcode cannot be read normaly
E.G.
[av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='Test' link='' linktarget='' size='40px' position='center' color='' custom_class=''][/av_font_icon]
to
<div class=”avia-……. ec…
Its very usefull as it many things works great as html code
Than you very much
Hi hdpcr!
The only way to get the html code is to render the page and inspect it.
1. Enable layout debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
2. Enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
3. Create a blank page and add the element you like with a custom class name and publish the page.
4. View the page in browser and right click view source.
5. Press Ctrl + F to and search for the custom class name you added.
This will show you the raw html for the elements.
Hope this helps :)
Cheers!
Vinay