Hello There,
it’s me Again, I have the Error that I get a Error 503 in the Site “Reden” when I try to edit it in the avia Builder, so far I Can still see what I did in the Preview, also the normal Site loads correctly, but the error prevents me from editing it.
Already Tried to delete the site an Redo it all over again
Is this even solvable
Hi lorenzdeutsch,
It can be solved however we need to identify what’s causing it first.
Try to enable debugging: https://codex.wordpress.org/Debugging_in_WordPress
Here is a tutorial that might help: https://snapcreek.com/blog/wordpress-error-log-friend/
Best regards,
Nikko
Hi,
sorry I needed some time to get the FTP Login. The only error I get is:
“Uncaught TypeError: wp.shortcode is not a constructor
https://www.lorenz-deutsch.de/wp-includes/js/media-editor.min.js?ver=5.0.1 line 1”
Hi lorenzdeutsch,
Can you try to enable Avia Layout Debugger: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Since you’re not using a child theme, go to wp-content > themes > enfold > functions.php and find this code (should be in line 17 in version 4.5.1):
if(isset($avia_config['use_child_theme_functions_only'])) return;
and below that code paste this:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Best regards,
Nikko