I am using Megamenus with Fusion themes. Although the megameny code is crested it does not display as for some reason the depth (height) of the megamenu Div seems to be restricted by the Fusion theme.

Does anybody know how to fix this please.

Roger

Comments

grimfandango’s picture

We should really make it clear on the Project Page that this code is very pre-alpha and should not be used for production.

Anonymous’s picture

I've added a note to that effect.

I'll have to test this with Fusion and see what the conflict might be, but I have no idea off the top of my head.

Chad_Dupuis’s picture

sub

_vid’s picture

Hi Roger,
Did you figure this one out?
It sounds like a css issue.
Perhaps the fusion theme makes a more through declaration regarding the height of primary links menu div than the megamenu code. I'd be happy to take a look and see if that's the issue if you want to post a link to an example page.

Vid

Aren Cambre’s picture

At some point, perhaps once this project gets to beta phase and the path is pretty solid, it will be up to theme maintainers to make sure they aren't conflicting with this module.

Anonymous’s picture

Which Fusion theme are you using and in what region are you placing the megamenu? It looks fine to me in Acquia Prosper.

perandre’s picture

Just tested a couple of fusion themes myself.

The main reason why it it is not working, is line 187 in sites/all/themes/fusion/fusion_core/css/style.css:

.row, .nested, .block {
overflow:hidden;
}
CarbonPig’s picture

OK Fantastic - I simply changed the line to overflow: visible;

that seems to get things going...

Thanks,

CP

ar-jan’s picture

Status: Active » Fixed

It pays to search the issue queue ;) (thanks perandre).

I used this in my local.css:

.block.block-megamenu {
  overflow: visible;
}

And setting to fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

halmsx’s picture

worked for d7. thanks.

jvieille’s picture

Status: Closed (fixed) » Needs work

Only works if the menu is on a side region, not if it is in the header, preface or content regions.