Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24005

    Very frustrating…this will be the third time I’ve put the HTML in, had it working, only to come back to the page a few hours later and find the widget are empty. The only widget I’m using is the text widget, but for some reason it disappears.

    Is this happening to anyone else?

    #121973

    Hi,

    Please add this on your functions.php. This will toggle the avia builder to debug mode.

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

    At the bottom of the Advance Layout Builder, you will see the actual shortcode. Enfold 1.5 has been release. Please update your theme.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘data in custom widget area keeps disappearing’ is closed to new replies.