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

    How can I see the code generated by the Advanced Layout Editor?

    #174451

    Hello sletts02!

    You can turn on the debug mode for it by adding this to your functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }

    Regards,
    Devin

    #174471

    Thanks Devin – I’ve added that code. Is there something I now need to do to enable it?

    I can’t seem to see any extra button to see the code?

    #174590

    Hello!

    You need to add the code at the very top of functions.php – otherwise it will not work. Afterwards Enfold will display a text field underneath the visual composer/editor field which allows you to manipulate and view the layout source code.

    Cheers!
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘See the code generated by the Advanced Layout Editor?’ is closed to new replies.