Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170601

    Hello,

    After starting to work with the Avia builder (which is amazing) I wanted to edit some code manually. So I switched back to the standard editor.

    To my surprise there is no content visible. And therfore no options for me to edit. Is this oke?

    When I switch back to the Avia Builder, everything is still there. I still want to edit manually.

    pls help.

    #171445

    Hello rhn215!

    You can’t switch back to the Default Editor if you start using the Advance Layout Builder (ALB) and vice versa. You need to choose which editor you want to use. The good thing is, you can set the ALB 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.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘After building with Avia, no content visible/editable on the standard editor’ is closed to new replies.