on ‎2018 Dec 05 2:25 PM
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.