Title: Editor can not edit boxes
Last modified: July 18, 2019

---

# Editor can not edit boxes

 *  Resolved [soltner](https://wordpress.org/support/users/soltner/)
 * (@soltner)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/editor-can-not-edit-boxes/)
 * Hi!
 * Great plugin, thank you 🙂
    Is there a way that Editor can edit boxes?
 * Regards Soltner

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

 *  Thread Starter [soltner](https://wordpress.org/support/users/soltner/)
 * (@soltner)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/editor-can-not-edit-boxes/#post-11743071)
 * Hi again!
 * Sorry, but i found a solution for the problem,
    i put that code in functions.
   php:
 *  $role = get_role(‘editor’);
    $role->add_cap(‘edit_box’); $role->add_cap(‘edit_boxes’);
   $role->add_cap(‘edit_other_boxes’); $role->add_cap(‘publish_boxes’); $role->add_cap(‘
   read_box’); $role->add_cap(‘read_private_box’); $role->add_cap(‘delete_box’);
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/editor-can-not-edit-boxes/#post-11797563)
 * Hello,
 * Thanks for the update and I’m glad you found a solution. This can also be done
   using a plugin such as [https://wordpress.org/plugins/members/](https://wordpress.org/plugins/members/).
   This way you do not lose any changes when you update your theme.

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

The topic ‘Editor can not edit boxes’ is closed to new replies.

 * ![](https://ps.w.org/boxzilla/assets/icon-256x256.png?rev=1414640)
 * [Boxzilla - WordPress Popup Builder](https://wordpress.org/plugins/boxzilla/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/boxzilla/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/boxzilla/)
 * [Active Topics](https://wordpress.org/support/plugin/boxzilla/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/boxzilla/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/boxzilla/reviews/)

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [editor](https://wordpress.org/support/topic-tag/editor/)

 * 2 replies
 * 2 participants
 * Last reply from: [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/editor-can-not-edit-boxes/#post-11797563)
 * Status: resolved