• Resolved jdnn

    (@habannah)


    Hi Benbodhi,

    I just updated to the latest plugin version this morning and noticed that the Site Name dropdown menu no longer appears when hovering over the Site Name link.

    I got things back to normal by replacing:

    if ( ($menu = wp_get_nav_menu_object( $menu_name ) ) && ( isset($menu) ) ) {

    with:

    $menu = wp_get_nav_menu_object( $locations[ $menu_name ] );

    and removing the extra } at the end.

    https://wordpress.org/plugins/admin-toolbar-menus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hey,

    I totally missed that! I had the line of code commented waiting to be swapped haha.
    Cool, thanks for the heads up, pushing next release shortly.

    Plugin Author Benbodhi

    (@benbodhi)

    1.0.3 fixes this issue 🙂

    Thread Starter jdnn

    (@habannah)

    That was fast! Thanks 🙂

    Plugin Author Benbodhi

    (@benbodhi)

    My pleasure 🙂
    I have taken a dive into further development of the menu screen meta box with admin menu items in it that you have previously asked for… Hopefully can get a working solution soon!

    Thread Starter jdnn

    (@habannah)

    Ooh, exciting! Looking forward to seeing what you’ve come up with!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site Name Menu Not Displaying After Last Update’ is closed to new replies.