Title: poorgeek's Replies | WordPress.org

---

# poorgeek

  [  ](https://wordpress.org/support/users/poorgeek/)

 *   [Profile](https://wordpress.org/support/users/poorgeek/)
 *   [Topics Started](https://wordpress.org/support/users/poorgeek/topics/)
 *   [Replies Created](https://wordpress.org/support/users/poorgeek/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/poorgeek/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/poorgeek/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/poorgeek/engagements/)
 *   [Favorites](https://wordpress.org/support/users/poorgeek/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] How do you assign the capability for managing user roles to non-Admins?](https://wordpress.org/support/topic/how-do-you-assign-the-capability-for-managing-user-roles-to-non-admins/)
 *  Thread Starter [poorgeek](https://wordpress.org/support/users/poorgeek/)
 * (@poorgeek)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-do-you-assign-the-capability-for-managing-user-roles-to-non-admins/#post-5374857)
 * Looks like this has been resolved with the Other Roles access in in 4.17 [https://www.role-editor.com/user-role-editor-pro-4-17/](https://www.role-editor.com/user-role-editor-pro-4-17/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] How do you assign the capability for managing user roles to non-Admins?](https://wordpress.org/support/topic/how-do-you-assign-the-capability-for-managing-user-roles-to-non-admins/)
 *  Thread Starter [poorgeek](https://wordpress.org/support/users/poorgeek/)
 * (@poorgeek)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-do-you-assign-the-capability-for-managing-user-roles-to-non-admins/#post-5374642)
 * Awesome. Thank you for the quick answers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] How do you assign the capability for managing user roles to non-Admins?](https://wordpress.org/support/topic/how-do-you-assign-the-capability-for-managing-user-roles-to-non-admins/)
 *  Thread Starter [poorgeek](https://wordpress.org/support/users/poorgeek/)
 * (@poorgeek)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-do-you-assign-the-capability-for-managing-user-roles-to-non-admins/#post-5374639)
 * For a plugin with the sole purpose to make it incredibly simple to manage roles
   and capabilities in WP, how come URE doesn’t expose any of its own capabilities
   so that site owners can grant access to specific non-admins? Is it just a matter
   of free vs pro versions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Only first assigned author can edit a private post?](https://wordpress.org/support/topic/only-first-assigned-author-can-edit-a-private-post/)
 *  Thread Starter [poorgeek](https://wordpress.org/support/users/poorgeek/)
 * (@poorgeek)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/only-first-assigned-author-can-edit-a-private-post/#post-5324968)
 * fyi, a coworker as submitted a pull request to address this issue: [https://github.com/Automattic/Co-Authors-Plus/pull/226](https://github.com/Automattic/Co-Authors-Plus/pull/226)
 * Marking this as “resolved for me” since I’m using the forked code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displayed name drops out of Admin Bar in IE11](https://wordpress.org/support/topic/displayed-name-drops-out-of-admin-bar-in-ie11/)
 *  [poorgeek](https://wordpress.org/support/users/poorgeek/)
 * (@poorgeek)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/displayed-name-drops-out-of-admin-bar-in-ie11/#post-4416286)
 * Having the same problem in IE11 on Win7 (IE11 on Win 8.1 displays correctly).
   [@aragornlesage](https://wordpress.org/support/users/aragornlesage/) is correct
   that the problem is with the admin bar and NOT with any theme.
 * For now, I’ve fixed the issue with the following in my theme which weirdly enough
   shows the entire name in IE11 rather than hiding the bit that drops down.
 *     ```
       function fix_admin_bar() {
           echo '
           <style type="text/css">
           #wp-admin-bar-my-account > a.ab-item { overflow: hidden; }
           </style>';
       }
       add_action( 'admin_head', 'fix_admin_bar' );
       add_action( 'wp_head', 'fix_admin_bar' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Where can I submit patches?](https://wordpress.org/support/topic/where-can-i-submit-patches/)
 *  Thread Starter [poorgeek](https://wordpress.org/support/users/poorgeek/)
 * (@poorgeek)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/where-can-i-submit-patches/#post-3647764)
 * For starters, a user should be able to navigate to and use each of the buttons
   using only a keyboard. Each of the buttons must also be described in some way
   so that a blind user can find them.
 * I’m just about done updating the pause/play buttons to work this way and can 
   send you a patch if you’d like to see what I mean.

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