Title: Blur problem on dashboard
Last modified: December 6, 2018

---

# Blur problem on dashboard

 *  Resolved [iyem Polat](https://wordpress.org/support/users/iyem-polat/)
 * (@iyem-polat)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/blur-problem-on-dashboard/)
 * Hi,
    I have problem about plugin. When I use your plugin (activeted) I can’t 
   use my WP dashboard. For example; when I click Appearance>>Widgets: [https://prnt.sc/lrmy8b](https://prnt.sc/lrmy8b)
 * This problem applies to some sections on my dashboard.
 * Here is a problem area for me:
 * <div id=”wpbody” role=”main” class=”wpmui-blur”>
 * How can I fix it? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [iyem Polat](https://wordpress.org/support/users/iyem-polat/)
 * (@iyem-polat)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/blur-problem-on-dashboard/#post-10959939)
 * Somebody help me pls?
 *  [Dimitris – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support6/)
 * (@wpmudev-support6)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/blur-problem-on-dashboard/#post-10960717)
 * Hello there [@iyem-polat](https://wordpress.org/support/users/iyem-polat/),
 * hope you’re doing good today! 🙂
 * You can try to surpass that, if that’s the only issue, with a custom CSS rule
   like this:
 *     ```
       .wpmui-blur {
         -webkit-filter: none !important;
         -moz-filter: none !important;
         filter: none !important;
       }
       ```
   
 * You can use admin CSS with different approaches:
    [https://wordpress.org/plugins/add-admin-css/](https://wordpress.org/plugins/add-admin-css/)
   [https://davidwalsh.name/add-custom-css-wordpress-admin](https://davidwalsh.name/add-custom-css-wordpress-admin)
   [https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/](https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/)
 * But this seems more like a conflict with another plugin or active theme. In order
   to narrow this down, you should perform a conflict test.
    First, create a recent
   backup in case you lose any settings during the test and have to restore to a
   previous working state. Then deactivate all plugins and MU-plugins apart from
   Custom Sidebars, activate a default theme like TwentySeventeen, clear all caches
   and check again if the issue is still there. If not, it means that something 
   is conflicting, so start activating the remaining plugins and theme, one by one
   this time, checking every time for the reported issue, until you reproduce it
   again, thus finding the conflicted combination. The following flowchart image
   can assist you during this test: [https://premium.wpmudev.org/wp-content/uploads/2015/09/Support-Process-Support-Process.gif](https://premium.wpmudev.org/wp-content/uploads/2015/09/Support-Process-Support-Process.gif)
   If this is a live website with traffic, I’d rather advise to create a staging
   environment, meaning a complete and exact copy of this installation into another
   location/folder in the same server, using a separate database, and perform the
   test in there instead without worrying about the live site.
 * Warm regards,
    Dimitris
 *  Thread Starter [iyem Polat](https://wordpress.org/support/users/iyem-polat/)
 * (@iyem-polat)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/blur-problem-on-dashboard/#post-10970538)
 * Hi Dimitris, thanks for your solution. Done with CSS rule. I ll try conglict 
   test another time. Cya.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Blur problem on dashboard’ is closed to new replies.

 * ![](https://ps.w.org/custom-sidebars/assets/icon-256x256.png?rev=1414065)
 * [Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager](https://wordpress.org/plugins/custom-sidebars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-sidebars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-sidebars/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-sidebars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-sidebars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-sidebars/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [iyem Polat](https://wordpress.org/support/users/iyem-polat/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/blur-problem-on-dashboard/#post-10970538)
 * Status: resolved