[Resolved] Allow Editors to access Elements

Home Forums Support [Resolved] Allow Editors to access Elements

Home Forums Support Allow Editors to access Elements

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2382404
    jasper

    Hello,
    I saw some posts about this, but they are a couple of years old, so I thought I would check again.

    Is it possible to allow someone with an Editor role access to Elements?
    this one —
    /wp-admin/edit.php?post_type=gp_elements

    I tried doing this with Members by Memberpress but there doesn’t seem to be a way to do this. I tried editing options in the Editor role and also tried creating an admin role and just taking away the things I don’t want them to have, but I wasn’t able to allow access to elements without allowing too much plugin and theme access. I am open to other suggestions though.

    Thank you!

    #2382436
    Leo
    Staff
    Customer Support
    #2382475
    jasper

    Thanks – there were several and I didn’t know which one to choose.

    This worked
    add_filter( ‘generate_elements_metabox_ajax_allow_editors’, ‘__return_true’ );

    The ELEMENTS option is at the top of the page, not on the side, in case people are looking for it.

    Thanks again!

    #2382480
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.