I've installed the Belle Icon Pack package but it's not doing as it is supposed to in Umbraco 7.2.1.
The package.manifest, css and fonts are all in place.
The package.manifest just loads the whhg.css which is working fine as I can see it in memory with firebug.
None of the new font icons are being displayed for selection in Umbraco in the document types section though.
Maybe things have changed in v7.2 breaking the package but I cannot see how the package can work. All that gets loaded is the whhg.css file but there's nothing in the package to tell Umbraco to load the new fonts in the list so the new css file isn't matching on anything.
And your problem might be that your web.config has debug="false" in it. Either set it to true for a second or update the version in your ClientDependency.config file (just make it 1 higher or lower).
That said, it works fine here with debug=false so maybe try a different browser, FF might be caching something?
and updating version number in ClientDependency.config didn't seem to work. Even when setting debug=true and clearing cache there is an issue with Firefox (v. 34.0.5).
I updated to Firefox v. 35.0.1 ... still an issue. Hmm, out of ideas now. Might be a Firefox thing since it even works in IE.
Yes, however the core icons are loaded, so I think either the css or the font-files isn't loaded correct in Firefox.. not sure if Umbraco can do something about it or if it maybe is a bug in Firefox.
But at least these icons are only accessed by developers and after changing an icon, they are displayed fine in Firefox too. So for now maybe developers could use an other browser for this.. I also had this issue when changing the icon for a doctype, which is not just a Firefox thing: http://issues.umbraco.org/issue/U4-6182
Making the Belle Icon Pack package work in 7.2
I've installed the Belle Icon Pack package but it's not doing as it is supposed to in Umbraco 7.2.1.
The package.manifest, css and fonts are all in place.
The package.manifest just loads the whhg.css which is working fine as I can see it in memory with firebug.
None of the new font icons are being displayed for selection in Umbraco in the document types section though.
Maybe things have changed in v7.2 breaking the package but I cannot see how the package can work. All that gets loaded is the whhg.css file but there's nothing in the package to tell Umbraco to load the new fonts in the list so the new css file isn't matching on anything.
Regards, Matt
Hi Matt,
Please look in the console of browser and check if there are any errors.
Best,
Sören
Here's how it works: http://creativewebspecialist.co.uk/2013/12/01/quick-tip-adding-custom-doctype-icons-to-umbraco-7/comment-page-1/
And your problem might be that your web.config has
debug="false"
in it. Either set it totrue
for a second or update the version in your ClientDependency.config file (just make it 1 higher or lower).That said, it works fine here with
debug=false
so maybe try a different browser, FF might be caching something?Hi Matt
The package.manifest file load the css file, which then link to the font files.. I have used it in Umbraco 7.2.1 in Chrome Version 40.0.2214.91.
Does it make any difference if your unblock the package zip-file before installing it or maybe restart the application or clearing the cache?
/Bjarne
Ohh, it works to me in Chrome with both debug set to true and false.
But in Firefox I see the issue and it happens to both Belle Icon Pack and Material Design Icon Pack (which works in same way).
and updating version number in ClientDependency.config didn't seem to work. Even when setting debug=true and clearing cache there is an issue with Firefox (v. 34.0.5).
I updated to Firefox v. 35.0.1 ... still an issue. Hmm, out of ideas now. Might be a Firefox thing since it even works in IE.
/Bjarne
@Soren there is nothing of note in the console I'm afraid.
@Sebastian it's not the debug=True thing as mine is set to True and I tried upping the version in ClientDependency.config too with no effect.
@Bjarne thanks for looking. I came to the same conclusion too. It's something to do with firefox. It works fine in Chrome for me as well.
I too am out of ideas. I've cleared the cache and all other history files. I've run it in safe mode.
Yes, however the core icons are loaded, so I think either the css or the font-files isn't loaded correct in Firefox.. not sure if Umbraco can do something about it or if it maybe is a bug in Firefox.
But at least these icons are only accessed by developers and after changing an icon, they are displayed fine in Firefox too. So for now maybe developers could use an other browser for this.. I also had this issue when changing the icon for a doctype, which is not just a Firefox thing: http://issues.umbraco.org/issue/U4-6182
/Bjarne
is working on a reply...