• Resolved grezvany13

    (@grezvany13)


    Since I use a lot of plugins which add menu items to the admin menu I found out that it sometimes overrides other plugins or gets overridden.

    The plugins keeps working, however the menu item disappears (for clients this equals to “not working”).

    The solution is simple; modify:

    file: content-aware-sidebars.php
    line: 254
    from:
    'menu_position' => null,
    to:
    'menu_position' => 22,

    http://wordpress.org/plugins/content-aware-sidebars/

Viewing 1 replies (of 1 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    Thanks for your feedback. I am surprised that using “null” would allow other menu items to override the position. This will of course be fixed in the next version.

Viewing 1 replies (of 1 total)

The topic ‘missing menu_position conflicts with other plugins’ is closed to new replies.