Title: Hide the Install notification
Last modified: August 21, 2016

---

# Hide the Install notification

 *  Resolved [stevex64](https://wordpress.org/support/users/stevex64/)
 * (@stevex64)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/hide-the-install-notification/)
 * I’m using Adminimize and Advanced Access Manager plugins. With Access Manager,
   I have Admin, Editor and Author user levels. I’ve stripped everything extra out
   of the Editor and Author interfaces. But at the top of every page there’s a big
   blue Easy Rotator box. Editor and Author don’t have any access to Easy Rotator,
   but that big blue box is still there. Does anyone have any ideas on how I could
   hide that from the Editor and Author interface?
 * Thanks for any ideas.
 * [http://wordpress.org/extend/plugins/easyrotator-for-wordpress/](http://wordpress.org/extend/plugins/easyrotator-for-wordpress/)

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

 *  Plugin Author [DWUser](https://wordpress.org/support/users/dwusercom/)
 * (@dwusercom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/hide-the-install-notification/#post-3797714)
 * Hi Steve,
 * Thanks for using EasyRotator for WordPress. You can modify this behavior by manually
   editing the plugin’s `easyrotator.php` file, around line 446:
 *     ```
       if ( !current_user_can('edit_posts') || !current_user_can('edit_pages') )
           return;
       ```
   
 * Simply update the edit_posts and edit_pages to be something such as
    `install_plugins`(
   reference: [http://codex.wordpress.org/Roles_and_Capabilities](http://codex.wordpress.org/Roles_and_Capabilities))
 * Please let me know if you have any other questions.
 * Sincerely,
    Drew O’Neill
 *  Thread Starter [stevex64](https://wordpress.org/support/users/stevex64/)
 * (@stevex64)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/hide-the-install-notification/#post-3797741)
 * Outstanding, what an easy fix, thank you! Just today I ran into another issue.
   My customer’s site is available under two different domains, diedrichsandassociates.
   com and iowaengineer.com. Both domains point to the same IP address. EasyRotator
   works fine if you visit diedrichsandassociates.com, but if you go to [http://www.iowaengineer.com](http://www.iowaengineer.com)(
   you have to use the www), it displays an error saying EasyRotator Pro isn’t enabled
   for that domain. Is there a way to enable it for both domains, since they both
   point to the same site?
 * Thanks,
 * Steve
 *  Plugin Author [DWUser](https://wordpress.org/support/users/dwusercom/)
 * (@dwusercom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/hide-the-install-notification/#post-3797764)
 * Hi Steve,
 * Please see a direct email I just sent.
 * Sincerely,
    Drew O’Neill

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

The topic ‘Hide the Install notification’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easyrotator-for-wordpress_72a6c3.
   svg)
 * [EasyRotator for WordPress - Slider Plugin](https://wordpress.org/plugins/easyrotator-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easyrotator-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easyrotator-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/easyrotator-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easyrotator-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easyrotator-for-wordpress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [DWUser](https://wordpress.org/support/users/dwusercom/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/hide-the-install-notification/#post-3797764)
 * Status: resolved