• Resolved soltner

    (@soltner)


    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

    (@soltner)

    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

    (@hchouhan)

    Hello,

    Thanks for the update and I’m glad you found a solution. This can also be done using a plugin such as https://www.ads-software.com/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.