• The 2.0 version moves the plugin settings to a separate menu item from under the Settings menu. Having a separate menu item makes sense for plugin admin pages that are used constantly, but this is a plugin where you generally adjust the settings once and then don’t touch them ever again. There’s nothing on the settings page you’d need to access constantly. Please reconsider the decision to give this plugin a separate menu item, it would be much better to have this under Settings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mikko Saari

    (@msaari)

    If anybody else is annoyed by this change, here’s a simple fix to remove the Lightbox top level menu item:

    add_action( 'admin_menu', function() {
    remove_menu_page( 'lightpress-settings' );
    }, 999 );
    Plugin Contributor LightPress

    (@pandaboxwp)

    Hi Mikko – Thanks very much for the feedback. You’ve been active in WP for a long time and I respect your views, so I’ll sincerely think about it.

    We moved it up because we have a lot of new development coming for the plugin and wanted more visibility on the new features. But we understand the concern about overpopulating the main dashboard menu, and about frequency of accessing these settings.

    Thanks again.

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