• If I login to my site as a regular user (non admin) and go to my profile, I see the following message:

    “Sorry, but you do not have the correct permissions to install the Login customizer and Pirate Forms plugins. Contact the administrator of this site for help on getting the plugins installed.
    Please contact the administrator of this site for help.
    Dismiss this notice”

    Of course this user cannot install these plugins, so this notice is useless and I want to remove it. How would I go about doing that?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Could you please give us your site URL so we can see the problem? Also, are you using any other plugins that could cause this?

    Thank you,
    Rodica

    Thread Starter Alino

    (@alino)

    Hi, unfortunately my site is not live at the moment so I cannot share a URL. If needed, I could put it on a free hosting account so you could take a look.

    I was under the impression that this is not a bug, that it’s a standard Zerif Lite notification? I remember I got it, as admin, but dismissed it and it went away. However, it shows up for new members when they go to their profile.

    This is not a plugin problem. The message still appears with all plugins disabled.

    Thanks for your help.

    Hi Alino,

    If I understand the issue right, you should log in with your administrator and dismiss any notifications for installing plugins like this: https://prntscr.com/9q0bqt .
    Please let me know if this fixes the issue.

    Best regards,
    Rodica

    Thread Starter Alino

    (@alino)

    Hi, that is the correct type of notification I am getting, but as I said earlier, I have already dismissed it as an admin and it no longer shows up for me. However, it still shows up for all other users.

    Thanks

    Hi Alino,

    In this case, the only solution I think is to try to create a child theme, and in the chil themes functions.php add this:

    add_action( 'after_setup_theme', 'child_theme_name_remove_tgmpa', 0 );
    
    function child_theme_name_remove_tgmpa() {
        remove_action('tgmpa_register', 'zerif_register_required_plugins', 10, 1);
    }

    Best regards,
    Rodica

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing plugin profile notice for non admins’ is closed to new replies.