Site logo

Archived topic

No Simple CSS unless Administrator

2 replies · Started by Graham on November 26, 2017

Viewing posts 1–3 of 3

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

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.

Glad you found the solution!

This archived topic is closed to new replies.