Hi

i try to use menu icons with superfish module but it seem not to work.so does it known to work with ?
also, is it possible to use external path for icon ?

thanks

Comments

deanflory’s picture

I have it working fine here with two different Superfish menus, so yes it works with the Superfish module and an AdaptiveTheme custom subtheme.

aiphes’s picture

after test with openframework and zen 5.x (zengrids) , not seem to work..

kobb’s picture

Just an FYI to all with the same problem:

Try turning off the Devel module and clearing all caches.

aiphes’s picture

this works alternatively...and i don't use devel module actually

Goekmen’s picture

It works but you have to edit the superfish styles if you use one. Background images for links are mostly overwritten.

If you use the white style for example, you have to edit following lines from white.css and remove the background otherwise you will have problems with the hover

.sf-menu.sf-style-white li:hover,
.sf-menu.sf-style-white li.sfHover,
.sf-menu.sf-style-white li.active a,
.sf-menu.sf-style-white a:focus,
.sf-menu.sf-style-white a:hover,
.sf-menu.sf-style-white a:active,
.sf-menu.sf-style-white.sf-navbar li li {
  background: #e9e9e9;
}
aiphes’s picture

ok thanks , will test.