When editing menu item and choosing or uploading menu icon for it - if I choose othere except the default image style, icon does not appear.
This is because I see that the CSS path is generated to the image which is not there. Probably it is because the resized image is not generated by the ImageCache. I beleive it should be generated at the moment the menu item is saved.

Comments

agoradesign’s picture

I can confirm this. But it isn't the problem, that the image has to be pre-generated.

Simply the path is completely wrong. There's an additional "public%3A//" in the path.

For example:
http : / /www.example.com/sites/default/files/styles/menuitem/public/public%3A//me...

This would be correct: http : / /www.example.com/sites/default/files/styles/menuitem/public/menu_icons/me...

agoradesign’s picture

Status: Active » Fixed

Update:
I've just tried the dev version and there it works. In general there aren't many changes in dev, but it fixes this bug and changes the variable names from the old D6 *imagecache* names into more D7-like *image_style* names...

So I set the issue status to fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.