Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1067441

    Hello,
    we are runnning WordPress 4.9.9 and Enfold 4.5.3 and few plugins (WPML and a few others) on a test site.
    We imported Enfold 2017 demo, anything else is installed.
    When trying to edit a page (the home, in this case), Avia builder seems to load but then goes on forever without opening the page content.
    What we need to do is just see how certain demo page were made.
    Any suggestion?
    Thank you in advance

    #1067961

    Hey guidogrugnola,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1069416
    This reply has been marked as private.
    #1069837

    Hi,

    Thanks for that, could you try to disable the WordPress block editor to see if that helps please? Add this to your functions.php file:

    // disable for posts
    add_filter('use_block_editor_for_post', '__return_false', 10);
    
    // disable for post types
    add_filter('use_block_editor_for_post_type', '__return_false', 10);

    Best regards,
    Rikard

    #1069878

    Hi Rikard,
    we added the code as suggested, but still opening a page (Home) in edit does not load Avia builder (infinite loading).
    We are ready to try something else :)
    Thanks!
    Guido

    #1071209

    Hi Guido,

    Thanks for the update, I’m not able to login into your site though. Could you check and verify the login details please? The htaccess login is working, but I can’t find the login page? The edit link you sent leads me to a 404 page.

    Best regards,
    Rikard

    #1071243

    Hi Rikard,
    I just succesfully logged in and out.
    The login data I used are the following: (private content).
    Please let me know if you still can’t login.
    Thanks!
    Guido

    #1072909

    Hi,
    Sorry for the late reply, I checked your Home page and see that you are getting an error:

    /wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 404 (Not Found)

    I suspect that your “WPS Hide Login” plugin is blocking access to admin-ajax.php, or perhaps a different one is, please try disabling your plugins.
    If this doesn’t help, try checking your server error log to find why this required file is giving a 404 (file not found)

    Best regards,
    Mike

    #1074313

    Hello Mike,
    thanks for your help, we found that our firewall was blocking admin-ajax.php file.
    Problem solved, thank you very much.
    Best regards
    Guido

    #1074632

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Avia builder not loading in Enfold 2017 demo pages’ is closed to new replies.