Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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é

    #559678

    Hey 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,
    Elliott

    #559776

    Hello Elliott!

    It’s for my client’s website.

    #559895

    Hi,

    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,
    Rikard

    #559903

    Where would I see those shortcodes?

    • This reply was modified 8 years, 4 months ago by andreki.
    #559908

    Hey!

    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!
    Ismael

    #559935

    Unfortunately 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..

    #560299

    Hey!

    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,
    Elliott

    #561186

    Thanks! 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!

    #561771

    Hi!

    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,
    Elliott

    #562450

    Yes 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!

    #562623

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #566102

    Hello 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:

    #566458

    Hi,

    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,
    Rikard

    #625201

    Hallo 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

    #626311

    Hi,

    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

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Avia Layout Builder/Architect not loading anymore’ is closed to new replies.