Project

General

Profile

Actions

Bug #18815

closed

Menu items not appearing

Added by Laurie Hurson 8 months ago. Updated 8 months ago.

Status:
Resolved
Priority name:
Normal
Assignee:
-
Category name:
-
Target version:
Start date:
2023-09-12
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

Hi All,

Issue is on this site: https://johnjaytlc.commons.gc.cuny.edu

There should be a 6th top level nav item titled "Wellbeing in our community" with two sub items. https://johnjaytlc.commons.gc.cuny.edu/wp-admin/nav-menus.php

This section of menu appears in the mobile hamburger menu, but not on the full screen view of the site.

Not sure what could be causing this - the pages are published and public, and correctly inserted into the menu structure. As far as I can tell, there is no custom css on the site.


Files

Screenshot_2023-09-12_15-03-17.png (663 KB) Screenshot_2023-09-12_15-03-17.png Boone Gorges, 2023-09-12 04:03 PM
Actions #1

Updated by Boone Gorges 8 months ago

It's spilling over to a second line. See screenshot.

I see two possible solutions:

1. Make one or more of the menu items shorter. For example, changing 'Department/Program Resources' to 'Resources' appears to be enough.
2. Allow the navigation wrapper to expand to a multi-line nav. The following will probably do it:

nav#site-navigation {
  height: auto;
}
Actions #2

Updated by Laurie Hurson 8 months ago

Thanks Boone. I was wondering if the nav items were too long and wrapping around and not visible. Thanks for the screenshot, this is helpful guidance for how I can check for this in the future.

I will add the custom CSS but also advise on making menu item titles shorter in the future to avoid this issue.

Actions #3

Updated by Boone Gorges 8 months ago

  • Status changed from Reporter Feedback to Resolved
  • Target version set to Not tracked

Thanks for confirming!

Actions

Also available in: Atom PDF