• Hi there,

    I’ve installed Adminimize and and for the website Editor Role I want them to be able to see two plugins which appear below the Settings menu. These plugins are:
    — EZPZ OCB (one click backup), and
    — ZOOM (font size increaser for visually impaired).

    I’ve tried every which way but loose, but can’t get these two Menu Options to appear for the Editor.

    In fact, I can’t get anything to appear below COMMENTS and CONTACT FORM 7 in the left sidebar.

    My settings for Editor are:

    — Settings (options-general.php) – UNCHECKED (also tried CHECKED)
    — All options below Settings are CHECKED (not visible)
    — Zoom (Spider_Zoom) — UNCHECKED (I want it to be visible)
    — EZPZ OCB (ezpz_ocb) — UNCHECKED (I want it to be visible)

    Is there ANYwhere else I need to UNCHECK to make these last two Plugins “visible” for the Editor?

    There are 3 other plugins in the sidebar Menu below ZOOM, and I don’t need them to be visible but checking and unchecking doesn’t make any difference for these either.

    I’m wondering whether I’ve done something really stupid somewhere, and ‘checked’ something I shouldn’t have?

    Any help with be greatly appreciated. Many thanks in advance!

Viewing 1 replies (of 1 total)
  • was wondering for the same question..
    and this worked for me:

    add this to functions.php:

    // get the the role object
    $role_object = get_role(‘editor’);

    // add $cap capability to this role object
    $role_object->add_cap( ‘manage_options’ );

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin Adminimize]’ is closed to new replies.