-
AuthorPosts
-
April 10, 2017 at 6:40 pm #775585
Hi
I was recently i was making some edits to the homepage of our company’s website and then the Avia advanced layout editor stopped working and stay on the loading screen with the spinning wheel, I’ve tried all the solutions i could find in the forums but was not able to fix the issue (uninstalled plugins, debug logs, memory boost to 64mb, clear browsers cache) nothing seems to work any help would be greatly appreciated!!Thanks in advance!!
ChrisApril 10, 2017 at 8:31 pm #775621Hi Michellevesque!
Can you please check your php memory limit please?
Increasing to 256M it will most probably solve the issue.Thank you
Cheers!
BasilisApril 10, 2017 at 9:12 pm #775655Hi Here is the code from my php file for the memory
// Define memory limits.
if ( ! defined( ‘WP_MEMORY_LIMIT’ ) ) {
if ( false === wp_is_ini_value_changeable( ‘memory_limit’ ) ) {
define( ‘WP_MEMORY_LIMIT’, $current_limit );
} elseif ( is_multisite() ) {
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
} else {
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
}
}if ( ! defined( ‘WP_MAX_MEMORY_LIMIT’ ) ) {
if ( false === wp_is_ini_value_changeable( ‘memory_limit’ ) ) {
define( ‘WP_MAX_MEMORY_LIMIT’, $current_limit );
} elseif ( -1 === $current_limit_int || $current_limit_int > 268435456 /* = 256M */ ) {
define( ‘WP_MAX_MEMORY_LIMIT’, $current_limit );
} else {
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
}
}I’ve set it all as high as possible but I’m still not able to load the page do you have any other suggestions?
Thanks Chris
April 10, 2017 at 10:59 pm #775703Hey!
Can you please ask your hosting provider to increase the php memory limit, as that is the most easiest way to make sure that it is increased.
I am not even sure what is the file you have used right now.Best regards,
BasilisApril 11, 2017 at 3:07 pm #776086Hi Thanks for the reply, I contacted my host and 128mb is the highest my memory goes and is currently set to 128mb, I’m still having the same issue where my homepage will not load in the Avia advanced editor. Im not sure at all what i can do to fix this, if somone is able to login and figure it out that would be greatly apreciated!!
Thanks
ChrisApril 11, 2017 at 9:06 pm #776308Hi,
First off, thanks for using the Enfold.
I`ve checked your dashboard and created this page: http://lifeinsurancediabetes.ca/en/test-2/ and I am using the Advanced Layout Builder and all is working normally. May you check it again and tell me how to reproduce this problem?
Best regards,
John TorvikApril 13, 2017 at 2:34 pm #777290Hi
Thank you for checking in to the site for me, the problem seems to only be on the homepage at the moment although i havent tried to edit the other pages since then just in case they break as well. To reproduce the error i copy and past the content from the home page into a new page and as soon as i save it starts the error and sticks on the loading wheel of the advanced editor.Thanks
ChrisApril 17, 2017 at 3:03 pm #778723Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)If that doesn’t help then there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyApril 18, 2017 at 2:45 pm #779322Hi
Yes i have tried deactivating the plugins, and yes you can have permission to deactivate them also. As for the FTP install, that’s way over my head im hoping this can be solved without going that far. Thanks for all the help so its much apreciated!!Thanks
ChrisApril 18, 2017 at 3:09 pm #779341Hi!
Based on the size of some pages, you would need to increase the php memory limit.
We would appreciate, if you can ask your hosting company, just for a test from our side, to increase it so we can test if the issue is there
and they can get it back to 128 after.Thank you
Cheers!
BasilisApril 18, 2017 at 6:54 pm #779560Hi
I wish i could increase the memory for you but our host wont do that unless we pay a much larger hosting fee :( At the moment i don’t believe we can afford to pay for the larger hosting package as we are a small company. Thank you very much for the help so far!!
Thanks
ChrisApril 21, 2017 at 8:55 am #781055Hi,
This is error when the issue occurs.
/wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 403 (Forbidden)
Please ask your hosting provider if they’re blocking the admin-ajax.php file. Or check the file permission.
Best regards,
IsmaelApril 21, 2017 at 8:59 am #781056Hi,
UPDATE: Please install the following plugin.
// https://wordpress.org/plugins/heartbeat-control/
Set the Control heartbeat locations to “Disable Everywhere” or set the frequency to 50 seconds.
Or add this code in the functions.php file:
add_action( 'init', 'stop_heartbeat', 1 ); function stop_heartbeat() { wp_deregister_script('heartbeat'); }
By doing this, you’ll have far more fewer request from the admin-ajax.php file and maybe your host won’t block it.
Best regards,
IsmaelApril 21, 2017 at 2:25 pm #781211Hi
Thanks a lot for all the help, I installed the plugin and set it to 50 as mentioned, should i also add the code into the functions file? so far the home page still does not load in the advanced editor only the regular editor which im able to edit with just not as smoothly.Thanks
ChrisApril 21, 2017 at 3:49 pm #781269Hi,
yes you also need to add the code into functions.php, otherwise it won’t work. Let us know how it goes.
Best regards,
AndyApril 21, 2017 at 7:13 pm #781352Hi
Thanks so much for the fast replies, i tried adding the code in the funtions.php file but when i do i get thise error when i go back to the website.Fatal error: Cannot redeclare stop_heartbeat() (previously declared in /home/famil248/public_html/lifeinsurancediabetes.ca/wp-content/plugins/heartbeat-control/heartbeat-control-actions.php:11) in /home/famil248/public_html/lifeinsurancediabetes.ca/wp-content/themes/enfold/functions.php on line 570
I think I put the code in the right place but I could be wrong.
Thanks
ChrisApril 22, 2017 at 9:29 am #781620April 24, 2017 at 2:30 pm #782319Hi
I removed the code after i got the error, the home page still does not load in the advanced editor but the other pages seem to load better/faster
Thanks
ChrisApril 26, 2017 at 6:53 am #783263Hi!
Have you tried recreating the page from scratch? I’m not sure what’s wrong with the content but it triggers the following error.
admin-ajax.php Failed to load resource: the server responded with a status of 403 (Forbidden)
And please set the builder to debug mode for testing purposes.
// http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
IsmaelMarch 22, 2018 at 10:33 am #931121Hi, I’m having the exact same issue as described above.
It only affects some pages (including the home page). I have tried everything I found in the forum:
– Increased PHP memory limit to 512MB
– Set PHP version to 7.2
– Dectivated ALL plugins and re-activated one by one
– Deleted all theme files and did a fresh install of the latest Enfold theme from Themeforest
– Re-installed WordPress
– Used a previous backup of the site from a few weeks back from when it was still workingNothing of the above of fixed the issue of the avia builder stuck in loading mode.
I also tried switching to default editor mode, but when I saved and published the page it completely stuffed up the layout.
I don’t know where this issue came from or what else to do in order to fix it. I’d appreciate your help.
David
- This reply was modified 6 years, 8 months ago by flysocial.
March 22, 2018 at 12:00 pm #931179Hi,
Best regards,
VictoriaMarch 22, 2018 at 6:23 pm #931524I have the same issue except none of the page will load and I cannot add any pages. Please help
March 23, 2018 at 7:44 am #931800Hi AU5985,
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,
VictoriaMarch 23, 2018 at 4:29 pm #932013Did you get my login information?
March 23, 2018 at 5:49 pm #932044i Have the same issue, and if i make a update it goes to a 404 page
i need a help here please
best regards,
Ricardo
March 24, 2018 at 3:03 am #932192Hi,
@flysocial: The ALB loads fine. Where can we reproduce the issue? Please replace “yoursite” with the actual url. http://www.yoursite.com.au/wp-admin/post.php?post=3634&action=editFor everyone else, please open your own thread with the site url and the login credentials.
Best regards,
IsmaelMarch 24, 2018 at 3:22 am #932199Go to any page and try to edit. It does not work. I sent login to you
early today.March 26, 2018 at 6:33 am #932805Hi,
@AU5985: I was asking @flysocial. Please create your own thread if you don’t mind.Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.