Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #294432

    Hi there,

    Just having some trouble with the Advanced Layout Builder.

    1) When editing a page (even small edits), upon savings, many sections of the page disappear and I need to restore from an old version.
    2) When I switch to ‘default view’, the page is blank.

    I am on the latest version of the Enfold theme. I have also tried enabling debug mode as I saw suggested in some other forums (followed this link: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ). However, I did not see a new “live field” show up.

    Please help! Need to edit my pages. :)

    #294689

    Hi RRJ!

    1- Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    2- Do you mind creating a temporary admin login and posting it here privately so we can add the code to turn debugging mode? :)

    Regards,
    Yigit

    #294796

    Hi Yigit,

    Wasn’t sure how to increase the memory following those instructions – could you help instead?

    #294804
    This reply has been marked as private.
    #295587

    Hi!

    1- You can contact your service provider and they can increase memory limit
    2- Login credentials does not seem to work. Can you please check them once again?

    Regards,
    Yigit

    #295612

    Hi Yigit,

    1. Will try. I’ve been with the same service provider for over a year now, and haven’t had this problem before. So is it definitely related to the memory size?
    2. Woops – see next post for working credentials.

    NEW problem now – when editing one of my pages, I edited an Avia Text Block, highlighted a word I wanted to hyperlink, then clicked the ‘link’ button. A pop-up appeared… UNDER my Text Block window. So I couldn’t reach the pop-up to add my link! I had to close the Text Block, then tried to add my link anyway but the window did nothing.

    What’s going on? Seems like the order of the pop-ups/modal windows appearing is all incorrect.

    #295613
    This reply has been marked as private.
    #296230

    Hi!

    I fixed the issue on your server by adding this code to the theme functions.php file:

    
    add_action('admin_print_scripts', 'avia_gravity_forms_admin');
    function avia_gravity_forms_admin()
    {
    echo "<style type='text/css'>";
    echo "body #TB_window, body>.ui-dialog.ui-widget { z-index: 160001; }";
    echo "</style>";
    }
    

    I’ll ask Kriesi to include this change with the next theme udate – it makes sure the z-index of the link option window is higher than the z-index of the element builder.

    Regards,
    Peter

    #536034

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘LayoutBuilder Issues’ is closed to new replies.