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

    Hi, I read a useful post from someone wanting to clone a colour section to ‘paste’ into another page. The post mentioned…first debug avia builder…how do I put the ‘builder’ in debug mode? thanks,

    #136047

    Hey,

    Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this one:

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

    You will see the actual shortcode below the Builder. You can now copy it to another page. To execute PHP code, try this plugin.

    Regards,
    Ismael

    • This reply was modified 10 years, 8 months ago by Josue.
    #136048

    What can I say. Pure Genius! Many thanks you’ve saved me hours or work…

    #136049

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Debug builder’ is closed to new replies.