Superfish dropdowns in Sky are working fine in FF and IE. The parent menu items are visible in Chrome but dropdowns are not appearing when I hover. I thought this might be a Superfish issue, but another theme (Bartik) displays the dropdowns in Chrome, so it appears this is theme-related? Here is my site: http://test.hamlinemidwayfiles.org

Comments

fkrogstad’s picture

Scratch this -turns out that the dropdowns DO work in Chrome but only when I am logged out of my site. When I'm logged in, dropdowns don't work in Chrome or FF. Not a theme issue?

Jeff Burnz’s picture

Yeah, that won't be a theme issue, more a permissions/role issue for those menu links.

fkrogstad’s picture

Thanks - I looked into it and I can't immediately see any permission/role restrictions for them but I'll keep trying. I appreciate your help!

Faith

fkrogstad’s picture

I checked through all the permissions and found that admin users (including me) have all the permissions checked. Anon users can't do anything that auth users can't do, so I am not sure this is a permission/role problem. Please correct me if I'm wrong - I don't pretend to know what I am doing. :)

I did find this post (http://drupal.org/node/899664) that describes the problem I'm having in Sky with both Fullcalendar and Superfish (problem = these things appear when I'm logged out but not when I'm logged in). They refer to CSS overflow issues. Do you think this is the problem in Sky?

Thanks in advance!

cirrus3d’s picture

Hi,
I had a similar problem and I solved it using a css override. For me it was a problem with Chrome hiding overflow content under the first menu level.

.sf-menu li ul { overflow: visible !important; }
mooru’s picture

Issue summary: View changes

Thanks cirrus3d. I was having the same issue with chrome and your recommendation solved it!

McSukkelaar’s picture

Remove the animation section from your drupal superfish module and it should work fine. Mine wasnt dropping down sub-menus in both Chrome and Opera. After removing the animation section in worked fine. Somehow they were conflicting.

mkostir’s picture

#5 worked for me (chrome) well.

just copy pasted the code into css injector.

Thanks!

MYoussef’s picture

I am having the same issue, using the sky theme on adaptive themes.
The drop downs won't show and instead a white triangle pointing to the bottom appears (see picture below)
all my menus are set to Expandable, all the js files are in the right place, I tried injecting the CSS above and it still did not work..

what could be causing this?

nang thaint’s picture

#5
Hi cirrus3d,

Very useful and working well.
Thanks a lot.

lebachai’s picture

Thank you cirrus3d! Your solution solved my issue and I'd been hunting for two days for a solution to Superfish sub-levels not showing in Chrome.