Site Name Menu Not Displaying After Last Update
-
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.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Site Name Menu Not Displaying After Last Update’ is closed to new replies.