Tagged: color section, Layout Builder
There are quite a few bugs with the layout builder.
1. When I update the page it deleted like the entire page and I have to load in the template again.
2. When I click on a text box to edit the html code inside of it, it only show “click here to add text” instead of my code.
**CENSORED** xD
Hi,
Sorry for that.
Please increase the wordpress memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
You can also set the Avia Builder to debug mode. Edit functions.php, find this code on line 16
if(isset($avia_config['use_child_theme_functions_only'])) return;
Add the debug code below.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You will see the actual shortcode below the Avia Builder.
Regards,
Ismael
Alright, how do you had a “color section” with html or shortcodes in the html editor (non advanced layout builder)?
Hi ace2296,
As far as I know the color section isn’t available in the normal visual editor. Its an Advanced Layout Editor element only.
Regards,
Devin
You can create a color section with
[av_section color='main_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='no-shadow']
Your custom text....
[/av_section]
I’d suggest to use Ismaels debug code above – it actually allows you to build your template with the template builder and then you can just copy/paste the shortcode into the standard editor.