Tagged: avia, layoutbuilder
-
AuthorPosts
-
July 22, 2014 at 4:39 pm #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. :)
July 23, 2014 at 12:55 am #294689Hi 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,
YigitJuly 23, 2014 at 7:23 am #294796Hi Yigit,
Wasn’t sure how to increase the memory following those instructions – could you help instead?
July 23, 2014 at 7:46 am #294804This reply has been marked as private.July 24, 2014 at 6:50 pm #295587Hi!
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,
YigitJuly 24, 2014 at 7:42 pm #295612Hi 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.
July 24, 2014 at 7:44 pm #295613This reply has been marked as private.July 26, 2014 at 3:53 pm #296230Hi!
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,
PeterNovember 15, 2015 at 9:42 am #536034Thank you!
-
AuthorPosts
- The topic ‘LayoutBuilder Issues’ is closed to new replies.