-
AuthorPosts
-
January 4, 2016 at 9:03 pm #559466
Hello!
My Avia Layout Builder is frozen and keeps on loading without ever showing the editable content. I think it happened after I hit “publish” for one site (home page) too many times, too quickly. Something snapped I guess and since then it keeps on loading in an endless loop. It works fine on the other pages however.
What happened there? How can I undo this? Help!
André
January 5, 2016 at 2:37 am #559678Hey André!
Send us a WordPress login and we’ll take a look.
Be sure that Enfold is updated to the latest version, 3.4.7, and that all plugins are deactivated while testing.
Best regards,
ElliottJanuary 5, 2016 at 9:22 am #559776Hello Elliott!
It’s for my client’s website.
January 5, 2016 at 1:10 pm #559895Hi,
Could you try enabling debug mode in order to see shortcodes then copy/paste them to a new page to see if that helps?http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
RikardJanuary 5, 2016 at 1:21 pm #559903Where would I see those shortcodes?
- This reply was modified 8 years, 10 months ago by andreki.
January 5, 2016 at 1:25 pm #559908Hey!
After switching the builder to debug mode as described in the documentation, you should see the actual shortcode of the page below the advance layout builder.
Cheers!
IsmaelJanuary 5, 2016 at 2:28 pm #559935Unfortunately I don’t see the shortcode!
I put the following function code into the theme functions.php (the website doesn’t use a child theme):
if(isset($avia_config[‘use_child_theme_functions_only’])) return;
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}Was that right? I don’t see any shortcode however under the avia builder..
January 6, 2016 at 4:37 am #560299Hey!
So it’s only that page that is having the problem? I would just delete the page and recreate it but you can enable the debug view to try and figure out which element is causing the issue if you wish.
Try installing a child theme and then add this in the child theme functions.php file.
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Regards,
ElliottJanuary 7, 2016 at 1:48 pm #561186Thanks! Yes it’s just one page (the home page) that won’t load the avia builder.
If I install a child theme, does that mean that all the layouts for all the pages I have created so far will get deleted? What’s the point of a child theme?
Thanks!
January 8, 2016 at 3:36 am #561771Hi!
It’s to do customizations that will be saved between updates. Actually I’m not sure if the layouts (templates you mean correct?) will carry over automatically. You can import the parent theme settings in Dashboard > Enfold > Import/Export though.
Regards,
ElliottJanuary 9, 2016 at 5:00 pm #562450Yes the templates! Okay, if everything fails I will try that! I will probably delete the page first and create a new one and see how it goes!
Thanks so far!
January 10, 2016 at 6:26 am #562623Hi,
Ok great, please let us know if you should need any more help on the topic.
Thanks,
RikardJanuary 15, 2016 at 3:12 pm #566102Hello again!
I deactivated all plugins and then it seemed to work! But when I activated the plugins again it became even worse. Now I don’t have access to the page (backend) at all! When I go on it, it says:
January 16, 2016 at 6:18 am #566458Hi,
You most likely need to increase the memory allocated to PHP: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP. If you want access to the backend again then please navigate to your plugin folder via FTP and rename it to something other that plugins.
Thanks,
RikardMay 1, 2016 at 12:38 am #625201Hallo together.
I had this problem now for the second time. At the first time it disapeared by itself (i don´t know why).
On a newer project the problem remains and I cant find the reason. I tried everything what is suggested here and in other posts.
Nothing helps – it really sucks…But I found a way to handle the effect not the cause.
I duplated the page which didn´t load with a plugin like “Post Duplicator”, deleted the “problem-page”, remaned the copy-page and everything was fine.A fix of the cause whould be nice for the future.
have a nice day
May 3, 2016 at 10:50 am #626311Hi,
glad it’s working for you now. Let us know in a new ticket if you need some more help with the theme in the future. We are happy to support you.
Best regards,
Andy -
AuthorPosts
- The topic ‘Avia Layout Builder/Architect not loading anymore’ is closed to new replies.