Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #187507

    Hi
    is it possible to edit or see the code of avia builded pages? Changing to default editor the code is gone.
    THX in advance.

    #187611

    Hi heufti65!

    Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:

    [av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_promobox]

    Note that you can’t use the Default Editor and the Advance Layout Builder simultaneously.

    Best regards,
    Ismael

    #197335
    This reply has been marked as private.
    #197355

    Hey!

    Right now there isn’t a method for using comments at the same time as the advanced layout builder. The next update will add in a comment element to the available options.

    That is one of the reasons it isn’t available on Posts since they are typically the source of comments as well as standardized content.

    Best regards,
    Devin

    #197770

    Hi Devin,
    great to hear. That will raise ENFOLD to another Level. When do you think could the update online?

    THX, Oliver

    #197874

    Most likely for next year.

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Editing the code of avia builded pages’ is closed to new replies.