Patch (to be ported)
Project:
Menu Icons
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2010 at 18:12 UTC
Updated:
2 Oct 2012 at 23:07 UTC
Hi,
I have installed your module.
When I have create a new menu, I find that CSS ".menu-733, ul.links li.menu-733" the height is the same of image's width.
I post the patch that I have used for my website.
I hope it can be useful. :D
bye bye. .hachreak.
| Comment | File | Size | Author |
|---|---|---|---|
| menu_icons-6.x-2.4.diff | 1.57 KB | hachreak |
Comments
Comment #1
shadcn commentedGood patch. Thanks
Comment #2
skilip commentedComment #3
nicholas.alipaz commentedWorks for me should be committed.
Comment #4
simoneg commentedPatched it manually and it works great now. Should be committed. Thanks so much.
Comment #5
hwasem commentedThanks for the patch suggestions. I found this exact problem in version 7.x-3.0-beta3. The changes were slightly different from the patch as this is Drupal 7...
Changed menu_icons.module:
line 307 as follows:
line 323 as follows:
Changed menu_icons_css_item.tpl.php:
line 23 as follows:
I re-added the image to the menu and the height of the items were now displaying properly. I hope this helps someone else in the future.
Comment #6
hwasem commentedUpdating version since this is a problem in the current version as well.
Comment #7
xaa commented#5 works. thanks
Comment #8
acrollet commentedCommitted in http://drupalcode.org/project/menu_icons.git/commit/a9625bc, thanks!