Active
Project:
Pixture Reloaded
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2012 at 13:53 UTC
Updated:
14 May 2012 at 18:48 UTC
I was having wrap around issues with superfish so uninstalled and started again > enabled superfish and checked working with bartik theme. Noted that however long the child term was it expanded to the required width.
Then I set Pixture reloaded as default and the child terms had a max width suggesting that code in PR is overriding the standard.
FYI and screenshot attached
| Comment | File | Size | Author |
|---|---|---|---|
| Image2.png | 29.52 KB | artatac |
Comments
Comment #1
artatac commentedat admin/structure/block/manage/superfish/1/configure > Supersubs > enable
Bartik respects this and PR does not. Unticking it makes bartik wrap long submenus
Comment #2
Jeff Burnz commentedYeah, its a known issue, you can fix this by removing the display none on line 963 in pixture_reloaded.css, which is going to be removed from the next version. That was put in because a of lot users have very crappy hosting, which can be slow to load the JS for the menus and they can show un-styled for a second (like a FOUC), this can happen on any theme that uses Superfish, especially if the menus are extensive. But I don't like it, and want to remove it also.