-
AuthorPosts
-
May 2, 2018 at 7:08 pm #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.
May 4, 2018 at 4:54 am #951255Hey 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,
MikeMay 4, 2018 at 9:20 pm #951880Same Prob. CANNOT get rid of the message — don’t want my client to see it.
May 6, 2018 at 7:26 am #952238Hi zOrg,
Please open a new thread and include admin login details in private so that we can have a closer look.
Best regards,
RikardMay 6, 2018 at 8:23 pm #952380Still can’t get rid of it…
May 7, 2018 at 2:07 am #952420Hi,
Thank you for the login, I do see that you are getting a “mixed content” warning forwp-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,
MikeJune 27, 2018 at 11:36 pm #978610Having the same exact issue!
now I can’t access anything… Please helpJune 28, 2018 at 4:04 am #978691Hi,
@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 -
AuthorPosts
- You must be logged in to reply to this topic.