Active
Project:
Sky
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 15:47 UTC
Updated:
21 Jan 2016 at 11:24 UTC
Jump to comment: Most recent, Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | Screen Shot 2015-06-20 at 5.50.04 PM.png | 10.45 KB | MYoussef |
| #9 | Screen Shot 2015-06-20 at 5.49.55 PM.png | 622.71 KB | MYoussef |
Comments
Comment #1
fkrogstad commentedScratch 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?
Comment #2
Jeff Burnz commentedYeah, that won't be a theme issue, more a permissions/role issue for those menu links.
Comment #3
fkrogstad commentedThanks - 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
Comment #4
fkrogstad commentedI 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!
Comment #5
cirrus3d commentedHi,
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.
Comment #6
mooru commentedThanks cirrus3d. I was having the same issue with chrome and your recommendation solved it!
Comment #7
McSukkelaar commentedRemove 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.
Comment #8
mkostir commented#5 worked for me (chrome) well.
just copy pasted the code into css injector.
Thanks!
Comment #9
MYoussef commentedI 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?
Comment #10
nang thaint commented#5
Hi cirrus3d,
Very useful and working well.
Thanks a lot.
Comment #11
lebachai commentedThank 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.