Latest update of WP SlimStat plugin causes problems with displaying of avia layout editor. The ale doesn’t show the content, only the upper elements menue, when slimstat is active. Any suggestions?
Hi,
Can you please create us a WordPress administrator account so we can take a look? post it here as a private reply.
Regards,
Josue
sent pm
Hey!
I got this message when trying to log-in:
ACCOUNT PENDING: Your account is currently not active. An administrator needs to activate your account before you can login.
Best regards,
Josue
Hi!
Slimstat CSS has this:
.debug{
display: none;
}
That is disabling ALB from showing, because you have enabled debug mode on your functions.php:
/* ws customization - debug mode aktiviert. https://kriesi.at/support/topic/no-texts-are-found-in-the-sample-pages
* set builder mode to debug
*/
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
The easiest way to fix that would be to simply disable debug mode for now, or directly edit the Slimstat CSS.
Best regards,
Josue
Thank you so much! I’d have never found this.
You are welcome, glad to help :)
Regards,
Josue