Icons paradise primefaces 6.0

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
odmera77
Posts: 6
Joined: 16 May 2017, 15:39

07 Jun 2017, 15:51

Hello, my project are working well with primefaces 6.0 and paradise but for some reason some icons are not loaded

I have this toolbar

Code: Select all

   
   <p:toolbar id="toolbarButton">
			<p:toolbarGroup align="left">
				<p:commandButton title="Nuevo formato"    icon="ui-icon-document"/>
				<p:commandButton title="Eliminar formato" icon="ui-icon-trash"/>	
				<p:commandButton title="Cargar plantilla" icon="ui-icon-arrowreturnthick-1-n"/>
				<p:commandButton title="Refrescar" icon="fa-refresh"/>
			</p:toolbarGroup>
	</p:toolbar>
 
the result, the first two icons load, but the last two do not load

Image

What could be the solution to my problem? Thanks

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

08 Jun 2017, 15:38

Please try;

Code: Select all

.ui-icon-arrowreturnthick-1-n {
    background: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center;
    transform: rotate(90deg)
}

.ui-icon-arrowreturnthick-1-n:before {
    content: "\f112";
}
Also, please use icon="fa fa-refresh" instead of icon="fa-refresh".

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

08 Jun 2017, 15:41

Fixed for next version.

odmera77
Posts: 6
Joined: 16 May 2017, 15:39

09 Jun 2017, 00:00

Perfect, thank you very much, with this to solve my problem, EXCELENTE

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

09 Jun 2017, 07:26

Glad to hear, thanks for the update!

Post Reply

Return to “Paradise - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests