Font Awesome Icons
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Font Awesome Icons
Hello, i just made this little but handy Extension: Font Awesome Icons. Update: you can now set individual size and color for the icons.
This Extension lets you use scalable vector icons on your Website. (useful on mobile sites that zooms in on your icons and makes them blurry.
Update: Font Awesome v.2
You can now set background color, and border settings, also you can put in a link to the icon.
2015-08-05: Some minor bugs fixed.
2015-09-03: You can now use Events. Updated to the latest Font Awesome version 4.4.0. You can now turn of the Font Awesome script in case you are using multiple icons, so that you are not loading multiple scripts.
Download v.2.2: https://mega.nz/#!lwE1FDgJ!c7DasozitgFu ... hF-s1LqPp0
You can read more about Font Awesome here: http://fortawesome.github.io/Font-Awesome/
And use this Cheatsheet to change the name of the icon in the Extension settings: http://fortawesome.github.io/Font-Awesome/cheatsheet/
Demo: http://test3.fcab.se/fontawesome/
This Extension lets you use scalable vector icons on your Website. (useful on mobile sites that zooms in on your icons and makes them blurry.
Update: Font Awesome v.2
You can now set background color, and border settings, also you can put in a link to the icon.
2015-08-05: Some minor bugs fixed.
2015-09-03: You can now use Events. Updated to the latest Font Awesome version 4.4.0. You can now turn of the Font Awesome script in case you are using multiple icons, so that you are not loading multiple scripts.
Download v.2.2: https://mega.nz/#!lwE1FDgJ!c7DasozitgFu ... hF-s1LqPp0
You can read more about Font Awesome here: http://fortawesome.github.io/Font-Awesome/
And use this Cheatsheet to change the name of the icon in the Extension settings: http://fortawesome.github.io/Font-Awesome/cheatsheet/
Demo: http://test3.fcab.se/fontawesome/
Last edited by Patrik iden on Tue Oct 20, 2015 1:30 pm, edited 12 times in total.
-
-
- Posts: 45
- Joined: Mon Aug 19, 2013 8:39 am
- Location: Darling River
Re: Font Awesome Icons
Hi Patrik, this looks like a great extension, I have not looked but I assume the extension is in the extension manager, as I can not see a link in your post.
Thanks for Sharing.
Thanks for Sharing.
WYSIWYG THE GREATEST Web Builder EVER
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
The link is at the bottom of the post.electrochrisso wrote:Hi Patrik, this looks like a great extension, I have not looked but I assume the extension is in the extension manager, as I can not see a link in your post.
Thanks for Sharing.
-
-
- Posts: 45
- Joined: Mon Aug 19, 2013 8:39 am
- Location: Darling River
Re: Font Awesome Icons
Ah, I see I was looking in font-awesome-4.0.3.zip, I did not look in the Font_Awesome_Icons.rar
Thankyou
Thankyou
WYSIWYG THE GREATEST Web Builder EVER
Re: Font Awesome Icons
Doesn't seem to work in V10, could do with this, any help please ?
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
It works for me. You will have to publish your page to see the icon.
Re: Font Awesome Icons
Hi I am sorry I hadn't published, is there any way to show in preview ? that way it is easier to align & size, many thanks.Patrik iden wrote:It works for me. You will have to publish your page to see the icon.
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
Nomixthemix wrote:Hi I am sorry I hadn't published, is there any way to show in preview ? that way it is easier to align & size, many thanks.Patrik iden wrote:It works for me. You will have to publish your page to see the icon.
Re: Font Awesome Icons
OK, Thank You AnywayPatrik iden wrote:Nomixthemix wrote:Hi I am sorry I hadn't published, is there any way to show in preview ? that way it is easier to align & size, many thanks.Patrik iden wrote:It works for me. You will have to publish your page to see the icon.
Re: Font Awesome Icons
I have updated to the latest version
but I also want to add the hover effect
How to do that ?
but I also want to add the hover effect
How to do that ?
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
You can add this code in an HTML box on your page:mayur007 wrote:I have updated to the latest version
but I also want to add the hover effect
How to do that ?
Code: Select all
<style>
.fa.fa-camera-retro:hover
{
color: #ff0000;
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
transform:scale(1.05);
}
</style>
Add any style/effect you want. And you wil have to look in your sorce code and change the fa-camera-retro to what ever icon you are using.
Last edited by Patrik iden on Wed Aug 05, 2015 5:05 pm, edited 1 time in total.
Re: Font Awesome Icons
hover for icon color
.fa.$icon$
{
color: $iconcolor$;
I want to add a hover to this
eg.. http://www.html5up.net/prologue
social icon at footer have hover
.fa.$icon$
{
color: $iconcolor$;
I want to add a hover to this
eg.. http://www.html5up.net/prologue
social icon at footer have hover
Re: Font Awesome Icons
this is what I added b4
.fa.$icon$:hover {
color: $iconcolors$;
}
.fa.$icon$:hover {
color: $iconcolors$;
}
Re: Font Awesome Icons
Thanx butPatrik iden wrote:You can add this code in an HTML box on your page:mayur007 wrote:I have updated to the latest version
but I also want to add the hover effect
How to do that ?
Code: Select all
<style> .fa.fa-camera-retro:hover { color: #ff0000; -webkit-transform:scale(1.05); -moz-transform:scale(1.05); transform:scale(1.05); } </style> Add any style/effect you want. And you wil have to look in your sorce code and change the fa-camera-retro to what ever icon you are using.
If I want to change the hover color in the wysiwyg extension ?
to hover I have edit the builder again and again
.fa.$icon$:hover {
color: #ff0000;
-webkit-transform:scale(2);
-moz-transform:scale(2);
transform:scale(2);
}
have changed to this
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
I have made an update. Please download verion 2.1 from the start of this post. or from here: https://mega.nz/#!0o9QjaxJ!dJIlhfO0oXH6 ... ljlwmXLzDs
In the Extension settings you will now have a Hovereffects property, in this property you can add css code like:
Don not add the <style></style> and {} tags, only the code should be added.
In the Extension settings you will now have a Hovereffects property, in this property you can add css code like:
Code: Select all
color: #ff0000;
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
transform:scale(1.05);
Last edited by Patrik iden on Wed Aug 05, 2015 5:49 pm, edited 2 times in total.
Re: Font Awesome Icons
thanx yes its working like a charm
here is the the updated version of fontawesome and with my project which I tried to add
https://www.dropbox.com/s/ujlx8z9dg95b4 ... 0.rar?dl=0
Its has a newer version link of font awesome which is 4.4.0 so you can update your thread
Thanx again
here is the the updated version of fontawesome and with my project which I tried to add
https://www.dropbox.com/s/ujlx8z9dg95b4 ... 0.rar?dl=0
Its has a newer version link of font awesome which is 4.4.0 so you can update your thread
Thanx again
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
Thank's. I also made some minor bug fixes now. Download again please.
Re: Font Awesome Icons
Thanx I ll download..
Re: Font Awesome Icons
Hi
Can you add the event function in this too ?
Thanx
Can you add the event function in this too ?
Thanx
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
I'l see what i can do.mayur007 wrote:Hi
Can you add the event function in this too ?
Thanx
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
OK, It's done. Try it now please. Download from first post.mayur007 wrote:Hi
Can you add the event function in this too ?
Thanx
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
Thank's guys, you may also like this one: viewtopic.php?f=42&t=68464
-
-
- Posts: 1
- Joined: Tue Oct 20, 2015 12:22 pm
Re: Font Awesome Icons
Can u reload it, pls?
In topic start link doesnt work.
In topic start link doesnt work.
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Font Awesome Icons
The link works for me. but i uploaded a new one any way, so try it now.rusadvertizer wrote:Can u reload it, pls?
In topic start link doesnt work.