Hello everyone, I'm updating SCA to the latest ver...
# suitecommerce
s
Hello everyone, I'm updating SCA to the latest version os Sass and fontawesome and I'm having issues with the icons. any possible solutions to this issue? I been comparing the previous files and the new and there is no visible differences that could cause this issues
s
Please try uploading the icons from the Font Awesome folder of the previous theme to the currently deployed theme.
s
@Santiago recently we also got the same issue on our website We raised a ticket it's been reviewing by them now
s
Thanks @Sani I'll raise a Case then
a
might be related to Defect 785524: SC/SCA > Copy of Base Theme 2024.1 > Gulp Theme: Deploy > Icons Are Not Loading > Failed to Decode Downloaded Font
👍 1
s
Still experiencing this situation any tips where to look , I only updated the Twitter-bootstrap , font-awesome and Base sass styles folders from the custom Theme files to meet with Dart Sass update
If anyone experiences this you need to upload the fonts from the base theme 24.1 to your custom theme on the font-awesome folder on the file cabinet.
w
@Santiago I have just encountered this. Even with the base theme, when I run local the icons break. Where exactly do I upload the font? There are multiple instances in the file cabinet.
s
@Will Little go to the SSP Application Development Folder -> extensions -> suitecommerce ->suitecommerce_base_theme-> 24.1.30 and download fontawesome folder. then advance add that zip files into your custom theme fontawesome folder inside the assests folder. that was the way I was able to solve this issue
w
Yes, I can confirm this works for the site, however they are also broken running local, don’t know if there’s a workaround for that. And I assume I’m going to have to overwrite these files with each new version / activation
s
@Will Little I think there is a problem with the assests folder in local, I haven't dug into that at all. seems it doesn't use the local assests folder, but maybe if you overwrite the tmp assests on the LocalDistribution that might work
w
yea I can work around them not showing up in local but will try your suggestion there as well. I just pushed a new version of my theme-under-development and, as expected, you will have to replace the font files with each new version
I tried overwriting in workspace > assets as well as local distribution > tmp > extensions > themename > assets doesn’t seem to help for local… Will let you know if I try anything else
c
@Will Little Were you able to resolve the missing icons in local by any chance?