Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1103118

    Hi,
    I am trying to edit the front page of my website at arvidsons.com. While I can edit other pages, this page simply shows the spinner and never loads the content to edit.. Can you please advise? Thank you so much!
    Justine

    #1103571

    Hey jnightingale,

    Can you try to temporarily disable all plugins and check if the issue still persists?

    Best regards,
    Nikko

    #1103843

    Hi Nikko,
    Nope. That didn’t work. When I click to edit home page, all I get is the wordpress backend with spinner spinning.
    Thanks,
    Justine

    #1103901

    Hi jnightingale,

    Thanks, I have checked it but for some reason this error is appearing (screenshot in private content).
    Can you try to enable the Avia Layout Debugger? you can refer on our docs: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Nikko

    #1104029

    Hi Nikko,
    I’m not sure what I am supposed to do when I enable the debugger, and where do I get it? Thanks.

    #1104127

    Hi jnightingale,

    You just need to add this code in your functions.php:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    Best regards,
    Nikko

    #1104359

    Hi Nikko,
    Ok – I did that, but the wheel is still spinning, and I can’t edit the page….
    Thank you!

    #1104392

    Hi jnightingale,

    It seems that wordfence is causing this issue, there are some users that claimed disabling wordfence firewall fixes this for them:
    https://kriesi.at/support/topic/conflick-avia-editor-spinning-after-wordpress-4-5-update-and-code-functions-fix/#post-623155
    Can you try to check it out? and if it does maybe set it to learning mode instead.
    Hope this helps.

    Best regards,
    Nikko

    #1104607

    Hi Nikko,
    That didn’t do anything, and I tried disabling it and setting it to learning mode. This is the only page on the website that isn’t letting me edit it and just shows spinning wheel. I am really desperate here. Do you have any other thoughts, please, or tricks you can try? Thank you?

    #1105126

    Hi jnightingale,

    I have tried the same as well but I still could not figure out why it’s not working on your end.
    I can still see this in the web console (screenshot in private content).
    Can you try adding this in your wp-config.php file (please don’t remove until the issue is fixed):

    define( 'CONCATENATE_SCRIPTS', false );

    Here is another thread that might help fix it: https://kriesi.at/support/topic/avia-spinning/

    Best regards,
    Nikko

    #1105221

    Hi NIkko,
    I’m not sure where to add that script in the site – can you please advise? Also, the avia layout builders spins on this page only on my website. It works on all other pages. Can you please, please, please fix this? We have major changes to do, and this is really frustrating. Also, could it be the child theme causing this issue? Any idea why it is just this page? Please help.
    Thank you again,
    Justine

    #1105332

    Hi Justine,

    You’ll find wp-config at the root of your WordPress file directory and you can add the code there, you won’t be able to access it via Appearance > Editor, so you’ll need to access it via ftp or cpanel.
    For more information on this you can check the codex: https://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation

    Can you give us ftp access? so we can check further on this as well. To be honest, it’s also unclear why this is happening but the most common case is wordfence and some plugins causing this.
    Would it be okay if we temporary try to isolate and debug the issue, your live site will need to be under maintenance.

    Best regards,
    Nikko

    #1105494

    Thank you, Nikko.
    Sure, anything you can do to help is great. The ftp info is in private data.
    Thank you,
    Justine

    #1105753

    Hi Justine,

    I tried it but I can’t seem to access via ftp (screenshot in private content)
    For the meantime can you try to add this code in wp-config.php:

    define( 'CONCATENATE_SCRIPTS', false );

    Best regards,
    Nikko

    #1105762

    Hi Justine,

    I did a bit of research and the solution suggested that works for similar issues such as on your site (admin-ajax.php returns error 404) is to disable mod_security, I think you can request assistance on your webhost.
    Here are the articles I found that might help:
    https://wordpress.org/support/topic/admin-ajax-404-error-2/#post-10814037
    https://stackoverflow.com/questions/51366541/wp-admin-admin-ajax-php-404-when-adding-media-to-article#answer-51383984

    Best regards,
    Nikko

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.