Tagged: avia
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.
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
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
Hi Devin,
great to hear. That will raise ENFOLD to another Level. When do you think could the update online?
THX, Oliver
Most likely for next year.
Regards,
Josue