Hello
Using WB18 I have an issue with Awesome Icon. The file "font-awesome.min.css" generated is a V4 version instead of V5.
The font-family in css file must be set to "FontAwesome" (V4) and not to "Font Awesome" (V5) to display the icon.
Maybe I have a wrong setting somewhere and I don't find "font-awesome.min.css" version V5 on the web.
Thanks for your help
Icon Awesome version V4 - V5
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Icon Awesome version V4 - V5
If I use a new and clean project there no "fontAwesome.min.css" file.
The V4 version of "fontAwesome.min.css" was already in my project before upgrading to W18
The V4 version of "fontAwesome.min.css" was already in my project before upgrading to W18
Re: Icon Awesome version V4 - V5
We are not allowed to distribute FontAwesome 5 with the software, so that is why version 4 is included.
But you can download version 5 separately :
http://www.wysiwygwebbuilder.com/free_extras.html
But you can download version 5 separately :
http://www.wysiwygwebbuilder.com/free_extras.html
Re: Icon Awesome version V4 - V5
Thank you Pablo,
I don't really want Font Awesome v5, but the problem is in the css code generated by W18 witch is designed for V5 as you can see below (in my system)
With version V4 of "fontAwesome.min.css" file, it works if font-family: "FontAwesome";
Maybe I miss some setting ?
I don't really want Font Awesome v5, but the problem is in the css code generated by W18 witch is designed for V5 as you can see below (in my system)
.icon2
{
position: relative;
left: 0;
top: 0;
display: inline-block;
font-family: "Font Awesome";
font-style: normal;
font-weight: normal;
line-height: 1;
}
With version V4 of "fontAwesome.min.css" file, it works if font-family: "FontAwesome";
Maybe I miss some setting ?
Re: Icon Awesome version V4 - V5
After installing Font Awesome Regular V5 and selected an icon from the normal Font Awesome library ... it works
The css is now for version 4 :
Thank you very much Pablo
The css is now for version 4 :
I don't understand why but the problem is closed;.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
...
Thank you very much Pablo
Re: Icon Awesome version V4 - V5
The fontAwesome.min.css file that comes with WB18 is for 4.7, not for version 5.