Archived topic
Allow Editors to access Elements
3 replies · Started by jasper on October 22, 2022
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!
Hi there,
Is this the solution you tested?
https://generatepress.com/forums/topic/add-update-elements-for-specific-user-role/page/3/#post-1403186
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!
No problem :)