Poseidon Theme Layout Not Working Properly

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
Medilink
Posts: 3
Joined: 03 Mar 2021, 16:24

04 Mar 2021, 17:55

I recently bought Poseidon 2.2.0 Theme, but cant figure out how to properly install it in my (non-maven) web page.
I already have done multiple times what the documentation says, and watched the videos from dropbox which show a tutorial of the installation with no results.
When running the project it shows the following:
https://imgur.com/a/RnyNpi2

Any suggestions to solve the problem?

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

05 Mar 2021, 13:59

Hi,
@siris Could you please check this issue?

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

08 Mar 2021, 13:35

Hi,

Can I learn the technologies you use in your project to help you and solve your issue?

Best Regards,

Medilink
Posts: 3
Joined: 03 Mar 2021, 16:24

08 Mar 2021, 15:50

Hi, I use the following:

Netbeans IDE 8.2
JSF 2.2
Primefaces 8.0
Jdk 1.8.0_281

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

10 Mar 2021, 09:16

Hi,

I could not understand how you run the project without maven, gradle or server. Can you explain in more detail please.

Best Regards,

Medilink
Posts: 3
Joined: 03 Mar 2021, 16:24

10 Mar 2021, 15:55

Hi, sorry I forgot to mention that I use Apache Tomcat 8.0.27 to run the server. :lol:

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

10 Mar 2021, 20:43

Hi,

Firstly, compile scss files with sass command please.
After than please add below lines to your web.xml file.

Code: Select all

<context-param>
   <param-name>primefaces.THEME</param-name>
   <param-value>poseidon-amber-light</param-value>
</context-param>
(amber light here is just for an example you can use another theme names here)

And copy src/main/webapp/resources/primefaces-poseidon-amber-light folder with theme.css file then paste to your resources folder. If you still can't run it, please switch to a maven project. You can use our test project on github to get started.
Test project: https://github.com/primefaces/primefaces-test

Best Regards,

Post Reply

Return to “Poseidon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests