Hide the Install the Contact form 7 and Jetpack plugins notice!

Posted in: Newspaper
Post count: 6

Please can you advice me how to hide the “Install the Contact form 7 and Jetpack plugins” notice in the Dashboard for users.. Thanks in advanced.

Post count: 6

Help Please!

Post count: 9544

I think you just click the [x] icon on right side of the dialog to “hide it.”

Post count: 388

I think he means there are many users, each of whom will see it on their dashboard, and he doesn’t want them to see a message intended for admin like that. I’m not sure how to disable it for all users…

Post count: 9544

Ah. This is likely related to the user roles question, where only super admin/user should be able to see that and not “contributors” … or “editors” ….

We use a plugin to hide all the admin stuff from anybody who is an editor or contributor, so they cannot install plugins, edit the admin stuff, etc. Not sure that would work with that popup.

that is a very good question !

I’m assuming somebody has tried this logging in as a role lower than admin, to see if the popup for install is still there?

Good question for Lucian, Marius, et al. Sorry I don’t know answer. 🙂

Post count: 6600

Hi,


@pvisser
You can hide this by adding the following custom css into the wp-admin.css file: http://screencast.com/t/0fSO7cw0

#setting-error-tgmpa {
display: none;
}

Thanks

Post count: 64

Hi,

this “solution” hides the waring from all users, including admins. Does this also hides all others warnings? I don’t want admins to miss warnings, only users who don’t have the permissions to act upon such warnings.

Post count: 6600

Hi,

In the latest theme version (4.6.2) search for the class-tgm-plugin-activation.php file using the path from the screenshot and remove this two parts of code: http://screencast.com/t/nJEgSEgfpr
This will not bring up any notices into the admin panel if the user doesn’t have administrative roles, like installing/activating plugins.

Thanks

Post count: 64

Hi Lucian,

thank you for the quick response, that’s exactly what I needed as I don’t want to use Jetpack, just tested it successfully.

Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.