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

    Hello.

    I cant clear this message on the admin dashboard:

    “Attention: The last Enfold update added a lot of performance options. Make sure to read more about it here

    If you are running a caching plugin please make sure to reset your cached files, since the CSS and JS file structure of the theme changed heavily.”

    Keeps reappearing on every page load despite dismissing it.

    #951255

    Hey lami4d,
    Please try clicking the link to view the message, instead of dismissing it. If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look?

    Best regards,
    Mike

    #951880

    Same Prob. CANNOT get rid of the message — don’t want my client to see it.

    #952238

    Hi zOrg,

    Please open a new thread and include admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #952380

    Still can’t get rid of it…

    #952420

    Hi,
    Thank you for the login, I do see that you are getting a “mixed content” warning for

    wp-admin/plugins.php?plugin_status=all&paged=1&s

    Please try using a plugin such as Really Simple SSL to correct your mixed content. You could also try disabling your plugins to find any conflicts, or try adding this code to your child theme functions.php to hide it:

    add_action('admin_enqueue_scripts', 'ds_admin_theme_style');
    add_action('login_enqueue_scripts', 'ds_admin_theme_style');
    function ds_admin_theme_style() {
    		echo '<style>#wpbody-content .notice.notice-info.avia-admin-notice.is-dismissible { display: none !important; }</style>';
    }

    I tried to add it to test but I received an error that WordPress couldn’t write to functions.php, which you may wish to check into your file permissions, unless this is is for security.

    Best regards,
    Mike

    #978610

    Having the same exact issue!
    now I can’t access anything… Please help

    #978691

    Hi,

    @Dee007
    Please explain a little more, you are having the same issue, as in, you can’t clear a message on the admin dashboard?
    but now you can’t access anything, as in, after you added the code above?
    Have you tried removing the code above via FTP?
    Please open a new thread so we can assist, and include your admin login, anf ftp access in the Private Content area, but as this is not your thread your login info will not be private here.

    Best regards,
    Mike

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