Very frustrating…this will be the third time I’ve put the HTML in, had it working, only to come back to the page a few hours later and find the widget are empty. The only widget I’m using is the text widget, but for some reason it disappears.
Is this happening to anyone else?
Hi,
Please add this on your functions.php. This will toggle the avia builder to debug mode.
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
At the bottom of the Advance Layout Builder, you will see the actual shortcode. Enfold 1.5 has been release. Please update your theme.
Regards,
Ismael