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

    Hi, I need to debug, I follow your instruction to search this string:
    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    after that, I have to paste the code:
    //set builder mode to debug
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    but the problem is I can’t find that string

    Thank

    #1052464

    Hey robertoKM,

    The file you need to put it in is functions.php not functions-enfold.php and you haven’t added the login link.

    Best regards,
    Victoria

    #1052539

    Thanks a lot, I founded

    #1052975

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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