Page 1 of 1

How to use Volt?

Posted: 05 Aug 2016, 08:53
by javabean71
I have purchased this product(vlot themes+layouts). But there is no description tell me how to use it, please help me.

I tried changing the web.xml, but I get an error message "Error loading css, cannot find "theme.css" resource of "primefaces-volt-theme" library"

<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>volt-theme</param-value>
</context-param>

JSF 2.2+glassfish 4.0 +primefaces 5.3

Re: How to use Volt?

Posted: 05 Aug 2016, 11:16
by mert.sincan
Please try;

Code: Select all

<context-param>
   <param-name>primefaces.THEME</param-name>
   <param-value>volt</param-value>
</context-param>
Also, What do you use theme.jar or theme folder in your project? If theme folders, you need to provide theme.css from theme.less. it need to be the provided theme.css in primefaces-volt folder. Please check theme.css in the webapp/resources/primefaces-volt. Did you try our sample project?
PrimeFaces Premium Themes & Layouts customizations; https://www.dropbox.com/s/gnfiq39hfx37r ... s.avi?dl=0
Installation Doc; http://primefaces.org/volt/docs/core/installation.xhtml

Re: How to use Volt?

Posted: 01 Nov 2016, 00:28
by fsantosmg
It would be possible to publish the video in better quality?

Re: How to use Volt?

Posted: 01 Nov 2016, 00:28
by fsantosmg
It would be possible to publish the video in better quality?

Re: How to use Volt?

Posted: 01 Nov 2016, 00:33
by fsantosmg
Sorry, I saw that the version for download is in best quality.

Re: How to use Volt?

Posted: 09 Nov 2016, 16:46
by mert.sincan
No problem ;)