I'm working on a site that uses a sub-theme built from Fusion.

We have a menu in the first sidebar that has 3 levels of items. When we expand the 2 level items, only 3 items will display, the last 3.

For example, if I have something like this:

Section 1
Section 1.1
Section 1.2
Section 1.2.1
Section 1.2.2
Section 1.2.3
Section 1.2.4

When I expand section 1.2, I will see sections 1.2.2, 1.2.3, and 1.2.4. Section 1.2.1 will not display. This is consistent whenever I have more than 3 items at this level. At the levels above, there is no problem.

No error messages.

The reason I believe this is related to the theme is that if I switch the whole site to run on Garland, it works exactly as expected.

I've tried recreating the menu, but that doesn't change anything.

Can anyone suggest where I might look in the theme or sub-theme code to fix this?

Comments

webkenny’s picture

Apologies for the delay. Is this a block placed in a region or the Main Menu/User Menu variable or both?

vonn.new’s picture

It is a block (generated by menu) placed in a region.
I've tried moving it around and it does it in any region I put it in.

vonn.new’s picture

Status: Active » Closed (works as designed)

The error has been found. It turned out to be some bad CSS code (display: none;) that was in the sub-theme and nothing to do with Fusion itself.