Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #517284

    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:

    #517295

    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";
    }
    #517298

    PERFECT. IT WORKS!
    thanks

    #517376

    Hey!

    Glad @richardelectrix could help! :)

    @richardelectrix
    Thanks :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.