• Excellent plugin. One quick technical request for the next version though.

    In your Redux options panel, you left your page slug as the default:

    ‘page_slug’ => ‘_options’,

    As a result, any other plugin or theme using that same slug will cause problems. Both option sets will appear on the page and one will bounce the other from the WP Admin bar.

    Try this:
    ‘page_slug’ => ‘wabl_options’,

    Also, do you really need the menu to be a primary object in the WP install? You might want to consider displaying your plugin’s options as a submenu item:

    ‘menu_type’ => ‘submenu’,

    While the plugin is awesome, it’s actually a very minor component of any WP site and absolutely doesn’t need top level billing for its settings.

    https://wordpress.org/plugins/wp-author-box-lite/

Viewing 1 replies (of 1 total)
  • Thread Starter ianarmstrong

    (@ianarmstrong)

    Actually we’ll make this really easy 🙂

    http://pastebin.com/UfnqqN7p

    That uses the same naming convention as your option name, takes the plugin out of the admin bar and sidebar, and makes it a sub-item of “settings”, where a utility belongs.

Viewing 1 replies (of 1 total)
  • The topic ‘Avoiding conflicts with other Redux instances’ is closed to new replies.