Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #464691

    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?

    #465254

    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

    #465556

    sent pm

    #466134

    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

    #466248

    pm

    #466334

    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

    #466353

    Thank you so much! I’d have never found this.

    #466354

    You are welcome, glad to help :)

    Regards,
    Josue

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