Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1217146

    Hi,

    for my customer I installed a newsletter plugin from CleverReach. This plugin needs the capability manage_options for the setup.
    My Customer has the editor role, but when I activate manage_options, he has access to the enfold theme options. I don’t want that. Is there any possibility to prevent this?

    #1218285

    Hey webprojektdonauwoerth,
    Sorry for the late reply, to hide the theme options please try this css in the admin_head

    #avia_options_page {
    display: none !important; 
    }

    This will show an empty page where the theme options were.

    Best regards,
    Mike

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