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

    sometimes when I try to edit an element, the editor shows me the html (text) tab first. When that happens, the visual tab will be completely blank (no format icons, no text, nothing). I can get the visual tab to work when I refresh the page, only to have the issue come back again after a few edits. I tried increasing the php memory to 96mb but it still happens.

    It isn’t preventing me from doing work, but it is a bit annoying. Any solutions?

    #131414

    Hi,

    Can you increase it to 128M or higher? Do you have the latest version of Enfold?

    Please switch the Avia Builder to debug mode. This way you’ll be able to see the actual shortcode below the Advance Layout Editor.

    Edit functions.php, find this code

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

    Below, add the code:

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

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Visual tab on Avia Layout builder doesn't work sometimes’ is closed to new replies.