cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SmartEdit icons are not showing

0 Likes
1,524

Hello, Icons do not display on smartEdit. Any idea ?

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

I fixed that it's a hybris bug. The way getting some fonts (hyicon.woff) was wrong in the css files /smartedit/web/webroot/static-resources/dist/smartedit/css/inner-styling.css

former_member645853
Participant
0 Likes

Could you provide details. What exactly have you changed in this file?

Answers (1)

Answers (1)

Former Member
0 Likes

i am getting error in Hybris(1905) smart edit out of the box implementation. Smart edit icons are not displayed . This is out of the box implementation. Please help and let me know what can be the problem and how to debug the issue when this is out of the box implementation.

There is no file /smartedit/web/webroot/static-resources/dist/smartedit/css/inner-styling.css in smart edit out of the box as given above in answer

Please help

0 Likes

It was in Hybris 1811 for me, the structure of smartedit extension can change between versions

I have discovered the wrong file by verifying the errors loaded in the navigator console (F12)

You can also verify if the webApplicationInjector.js is well loaded

smarteditaddon.javascript.paths.desktop=/shared/common/js/webApplicationInjector.js;/shared/common/js/reprocessPage.js;/shared/common/js/adjustComponentRenderingToSE.js;/desktop/common/js/smarteditaddon.js
smarteditaddon.javascript.paths.mobile=/shared/common/js/webApplicationInjector.js;/shared/common/js/reprocessPage.js;/shared/common/js/adjustComponentRenderingToSE.js;/mobile/common/js/smarteditaddon.js
smarteditaddon.javascript.paths.responsive=/shared/common/js/webApplicationInjector.js;/shared/common/js/reprocessPage.js;/shared/common/js/adjustComponentRenderingToSE.js;/responsive/common/js/smarteditaddon.js
smarteditaddon.css.paths.desktop=/desktop/common/css/smarteditaddon.css
smarteditaddon.css.paths.mobile=/mobile/common/css/smarteditaddon.css
smarteditaddon.css.paths.responsive=/responsive/common/css/smarteditaddon.css