Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarkus and Premium Primefaces templates #176

Closed
ancgate opened this issue Sep 15, 2022 · 8 comments
Closed

Quarkus and Premium Primefaces templates #176

ancgate opened this issue Sep 15, 2022 · 8 comments
Assignees
Labels
question Further information is requested

Comments

@ancgate
Copy link

ancgate commented Sep 15, 2022

Hi Mello,
Thanks for doing this. This is really helpful. Can I integrate this project with Primefaces premium templates?

@melloware
Copy link
Owner

yep i know someone who has already done this with the Babylon premium template.

@melloware melloware added the question Further information is requested label Sep 15, 2022
@ancgate
Copy link
Author

ancgate commented Sep 15, 2022

Thank you very much! is there any pain points that I should be aware of?

@melloware
Copy link
Owner

cc @tmulle as he is the one doing it right now.

@ancgate
Copy link
Author

ancgate commented Sep 20, 2022

Thanks @melloware. @tmulle, any way you can get help me with that? I would like to understand your process.

@melloware
Copy link
Owner

melloware commented Sep 26, 2022

@ancgate so far there are no gotchas that I know if its just implementing a premium template like you would in any normal PF app. Just a word of warning though this showcase is on PF 12.0.0RC3 and many of the premium templates are still for PF 11 so there may be a gotcha there I think @tmulle found one JS issues with the Babylon menu not compatible with 12 but its an easy fix.

@zeppelinux
Copy link

zeppelinux commented Dec 12, 2022

I'm trying to use Freya with quarkus-faces. Have one issue with template layout css not loading, here is some more info. Everything else looks very good!

@melloware
Copy link
Owner

@zeppelinux a few notes:

  1. Looking in Quarkus Faces showcase for flags.css I see a resource declared like this background:url("\#{resource['showcase:css/flags/flags_responsive.png']}" so make sure you resources are in the correct location and the resources URL is pointing at the correct place.

  2. As for your template.xhtml not loading make sure all URL's are corrected in it and compare with my showcase template.xhtml.

I have Babylon Theme working fine with Quarkus Faces so I know Freya will work you are just missing some tweaks probably

@zeppelinux
Copy link

@melloware I followed your advise and it is resolved. Thanks!

@melloware melloware self-assigned this Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants