Viewing 3 replies - 1 through 3 (of 3 total)
  • The flyout menu is there, the overflow on the column however is set to hidden. Add this to the plugin’s style sheet, which sets overflow to visible to the Pages block.

    #adminmenuwrap #adminmenu #menu-pages .wp-submenu {
    overflow: visible !important;
    }

    Interesting to find this thread here. I just experienced a similar case on a fresh WordPress install. I assumed it was due to a conflict with another plugin. After deactivating Admin Tree Page View and activating it again, the flyout menus returned. Could this be because of the order in which the plugins loaded based their activation?

    I also noticed that they only appear when not viewing a page under the Pages menu.

    Plugin Author P?r Thernstr?m

    (@eskapism)

    I’ve added the fix from timeshifting in the latest version. Plesae give it a try!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Admin Menu Tree Page View] Flyout menus broken in wp 3.3’ is closed to new replies.