I'm extending the backend of a Umbraco ver. 6.1.6 solution and i'm getting a strange graphical behavior.
If you look at the "kort admin" icon it looks like a part of a "missing file" icon in the bottom right corner is present. Obviously this is not part of the icon, so what file does Umbraco think is missing?
Here is how I add my new section and the resulting applications.config
1: Go to the /app_data/TEMP/ClientDepdendency folder and delete all files within in it. Or simply just delete the folder
2: Go to /config/ClientDependency.config and increment the "version" attribute
3: Recycle the app pool
This is clearing the backoffice cache, which might be the issue when a new tray icon is added.
I have no clue at the moment but will let you know if I have one of those "AHA!" moments. But hopefully some of the other clever and friendly minds in here has the answer.
Strange looking icon in tray
I'm extending the backend of a Umbraco ver. 6.1.6 solution and i'm getting a strange graphical behavior.
If you look at the "kort admin" icon it looks like a part of a "missing file" icon in the bottom right corner is present. Obviously this is not part of the icon, so what file does Umbraco think is missing?
Here is how I add my new section and the resulting applications.config
Hi Jan
I think it's something with the CSS sprite...What dimensions does your card icon have? Is it the same as the system icons?
/Jan
I've had the design department create the icon using this http://our.umbraco.org/projects/developer-tools/custom-section-tray-icon-template
So i'm guessing the icon has these dimensions.
The dimensions are 49px width by 36px height.
The "icon" part is roughly 25px width by 25px height.
Hi Jan
Ok - Perhaps this is a long shot but try this
1: Go to the /app_data/TEMP/ClientDepdendency folder and delete all files within in it. Or simply just delete the folder 2: Go to /config/ClientDependency.config and increment the "version" attribute 3: Recycle the app pool
This is clearing the backoffice cache, which might be the issue when a new tray icon is added.
/Jan
That didn't have any effect.
Any other suggestions?
Hi Jan
I have no clue at the moment but will let you know if I have one of those "AHA!" moments. But hopefully some of the other clever and friendly minds in here has the answer.
/Jan
No problem. Thx for the effort.
is working on a reply...