Page 1 of 1

California Theme Icons

Posted: 26 Mar 2020, 22:52
by epacobello
Hello,

I need the icons list from California Theme please. I found at google and the fa-icons style, didnt work on California Theme, for example, https://www.primefaces.org/showcase/ui/misc/fa.xhtml

Thank you so much

Eliézer

Re: California Theme Icons

Posted: 03 Apr 2020, 12:13
by mert.sincan
Interesting! Which PrimeFaces version are you using? Also, please check the following param in web.xml;

Code: Select all

<context-param>
        <param-name>primefaces.FONT_AWESOME</param-name>
        <param-value>true</param-value>
    </context-param>
Please see icon list; https://www.primefaces.org/showcase/ui/misc/fa.xhtml

Best Regards,

Re: California Theme Icons

Posted: 06 Apr 2020, 21:50
by epacobello
Hello,

Did not work
Some icons work, but not all. For example, ui-icon-flag works very well and I looked for ui-icon-flag in the project and it exists in primefaces-california-blue \ themes.css.
The fa-paper-plane icon didn't work and I looked for fa-paper-plane in the project and it doesn't exist anywhere.

I believe that most of the icons on this link do not work because they are not in theme.css.
Do you have any other suggestions please?

Thank you,
Eliézer

Re: California Theme Icons

Posted: 06 Apr 2020, 22:13
by epacobello
Hello,

Sorry, but I was using "fa-paper-plane" instead of "fa fa-fw fa-paper-plane". Now works! :)

Thank you so much.

Eliézer

Re: California Theme Icons

Posted: 20 Apr 2020, 06:14
by mert.sincan
Glad to hear, thanks a lot for the update!

Best Regards,