.ui-icon-* doesn't render

Forum rules
Please note that response time for technical support is within 3-5 business days.
marcelocaser
Posts: 122
Joined: 13 Dec 2011, 15:07

23 Apr 2020, 19:16

So,

I was searching and I don't know if that would be it, but looking at the file: '/theme/_icons.scss' or '/theme-v4/_icons.scss'..

the lines:

Code: Select all

.ui-icon-arrowthick-1-n { @include icon-override("\f176"); }
.ui-icon-arrowthick-1-e { @include icon-override("\f178"); }
.ui-icon-arrowthick-1-s { @include icon-override("\f175"); }
.ui-icon-arrowthick-1-w { @include icon-override("\f177"); }
in the icon reference, '.ui-icon-arrowthick-1-n' for example, there is no longer '\f176' in the free version of Font Awesome 5.x, only in the PRO version.

So, I just changed these files, replacing the lines with:

Code: Select all

.ui-icon-arrowthick-1-n { @include icon-override("\f30c"); }
.ui-icon-arrowthick-1-e { @include icon-override("\f30b"); }
.ui-icon-arrowthick-1-s { @include icon-override("\f309"); }
.ui-icon-arrowthick-1-w { @include icon-override("\f30a"); }
...and it worked perfectly! I don't know if that would really be the best alternative, but it worked! :)

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

03 Jun 2020, 10:40

Thanks a lot for the update! Looks good! ;)

Best Regards,

Post Reply

Return to “Avalon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests