Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #220645

    I am having a problem with a page that wont let me access the code in the text block. The page is displaying correctly but when I open the page to edit it, the text block is empty – it contains the text “click here to add your own text” – this appears in the visual and text portions of the screen.

    http://skomar.net/?p=4801 – url of page
    I can create an admin account if you want to tae a look, where should I send login details?

    Thanks

    Phil

    #220677

    Hey phmorgan!

    Can you elaborate please? We may need a temporary admin login, so if you do not mind, you can send them here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    #221038
    This reply has been marked as private.
    #221110

    Hi!
    Please switch your theme to debug mode. Edit function.php, find this code:

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

    Below, add this code:

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

    You will be able to see the actual shortcode below the builder.

    Best regards,
    Ismael

    #222467
    This reply has been marked as private.
    #222610

    Hi!

    We’re really not sure why this issue occurs on some installations. There are different factors like plugin conflict, php memory limit, php configurations on the server etc.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Cant edit code in Avia Layout Builder’ is closed to new replies.