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

    Hello, I used to be able to view the source code of the page at the bottom of the page I was editing. I think I used this bit of code in the functions.php

    add_theme_support(‘avia_template_builder_custom_css’);

    But that is not working anymore. Any idea how to get this possibility again for my new website?
    Thanks.

    #1334177

    Hi EricSmeets,

    I believe the code you are looking for is this:

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

    For further information please check: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Nikko

    #1334179

    Thanks, I love your support!

    #1334183

    Hi EricSmeets,

    You’re welcome and we’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘View the source code of the page’ is closed to new replies.