Hi,why my Standard Editor in my enfold theme dont’ work? I have read some discussion where it says to add this code into the functions.php in the child theme:
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
but I still can not see standard editor, can help me?
Regards.
Fabio
Ok, now it works fine :-), the problem was the file function.php.txt , i have chanced in function.php and upload it on ftp. Now it work and you can close this post.
Regards.
Fabio