[SOLVED] primefaces.THEME set to atlantis-steel (previous: bootstrap) - all jquery-ui icons gone?

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
Quix0r
Posts: 16
Joined: 20 Jun 2018, 17:51
Location: Krefeld, Germany
Contact:

31 Oct 2018, 02:11

Hello all,

thank you for your work on Primefaces. I have just tested to replace

Code: Select all

bootstrap
with

Code: Select all

atlantis-steel
(1.0.2 on PF 6.2) in initial-context parameter

Code: Select all

primefaces.THEME
in my

Code: Select all

web.xml
and suddenly all icons are no longer rendered.

You can publicly view a screenshot of my application with the said issue here (screenshot-20181031_010346.png).

Do I have to switch to fontawsome? Thank you in advance for helping out.

Best regards,
Roland
Last edited by Quix0r on 31 Oct 2018, 22:12, edited 1 time in total.

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

31 Oct 2018, 08:08

Could you please try 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>

Quix0r
Posts: 16
Joined: 20 Jun 2018, 17:51
Location: Krefeld, Germany
Contact:

31 Oct 2018, 22:05

Hi @aragorn,

ah, my guess already. :-) This initial parameter was absent because I only used jquery-ui icons.

Thank you anyway for your reply.

PS: Solved. Maybe I was to sleepy yesterday night? :mrgreen: :roll:

Quix0r
Posts: 16
Joined: 20 Jun 2018, 17:51
Location: Krefeld, Germany
Contact:

31 Oct 2018, 22:18

OT: I got the issue fixed but some tables have so much columns that the sorter is hidden ... Maybe I need more rewrites, e.g. column priorities and such.

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

01 Nov 2018, 07:55

Thanks a lot for the update! ;) Maybe, you can use scrollable table or reflow=true for your issue.

Quix0r
Posts: 16
Joined: 20 Jun 2018, 17:51
Location: Krefeld, Germany
Contact:

02 Nov 2018, 13:46

Hi. reflow=true is already set. What does scrollable table mean? Horizontal scroll bars? That is not responsive.

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

05 Nov 2018, 09:59

Horizontal scroll bars? That is not responsive.
- Yes, you're right. Maybe, you can use the only horizontal scroll with scrollWidth:100% and the fixed column width (without relow="true").

Post Reply

Return to “Atlantis - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests