…I’m six years late, but did you find a solution for this?
Downloaded Enfold again from ThemeForest, uploaded via FTP and now it works – it’s almost annoying :) …could it be that there is a difference between the “All files & documantation” and “Installable WordPress file only”?
Here’s the Editor page with ModSec enabled:
Here disabled. It’s still in the loop
I can only disable ModSec for 12h, any ideas for another workaround? :-)
Exact same problem here, page works but the builder is in a spinning loop. I tried different browsers, troubleshooting mode and activated debug mode, but it’s still spinning…
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}