Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #642789

    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

    #642794

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.