• albertlepoudre

    (@albertlepoudre)


    After installation and activation of a (new) plugin (in the menu plugin), the plugin is not visible (does not appear) in het admin menu (black part left side of admin page). Does anyone has the same problem, I could not find a solution in the topics. Thank you for your help.

Viewing 1 replies (of 1 total)
  • niyaswp

    (@niyaswp)

    Hello @albertlepoudre

    The issue is almost certainly related to one of two things:-

    1) You don’t have permissions (are you logged in as admin?)

    2) The theme (or a plugin) has disabled the plugins menu.

    After you’ve checked to be sure that you are an administrator, then you should attempt to view this page:

    https://www.yourdomain.com/wp-admin/plugins.php (replacing https://www.yourdomain.com with your site’s domain name).

    If it’s accessible, then it’s time to start exploring the theme (which theme are you using?) and possibly some of the plugins that might have disabled the menu item.

    Please consider editing your?wp-config.php?file and change:-

    define('DISALLOW_FILE_EDIT', true); 
    define('DISALLOW_FILE_MODS', true);

    to

    define('DISALLOW_FILE_EDIT', false);
    define('DISALLOW_FILE_MODS', false);

Viewing 1 replies (of 1 total)
  • The topic ‘Activated plugin not visible in admin page’ is closed to new replies.