Tagged: advanced editor
Hi, I have Enfold Version: 3.1.3
The problem is easy to explain:
when I edit my page with advanced editor and then, I switch to standard editor, for example to manage a bit the html code, everything disappear!
And If I write on standard editor after creating a page with advanced editor I lose everything!
Why?
Here is the advanced editor editing:
Here is when I switch to standard editor:
You need to enable debugger mode by adding this to your child functions php
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
PERFECT. IT WORKS!
thanks