[Resolved] No Simple CSS unless Administrator

Home Forums Support [Resolved] No Simple CSS unless Administrator

Home Forums Support No Simple CSS unless Administrator

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #434441
    Graham

    Hi Tom,

    I am using BuddyPress on a couple of my sites and when I log in as one of the members, the Simple CSS option does not show in the available screen options for pages.

    I have given the users “edit_theme_options” rights and get things like disable page elements, etc. But not the CSS one.

    Any idea where the permission is set in the plugin or what extra permissions I need to give users?

    I can’t seem to find it yet.

    Thanks in advance,
    Graham

    #434462
    Graham

    As always, as soon as I ask for help I find the solution!

    I just commented out lines 243-246 of:

    /wp-content/plugins/simple-css/simple-css.php

    /*	// If not an administrator, don't show the metabox
    	if ( ! current_user_can( $allowed ) ) {
    		return;
    	}*/

    Now my group Organizers have the CSS option.

    #434589
    Leo
    Staff
    Customer Support

    Glad you found the solution!

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