-
AuthorPosts
-
G T Friend
G T
- Join date:
- September 2014
- Posts:
- 445
- Downloads:
- 223
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 3 times in 2 posts
August 24, 2015 at 1:02 pm #664982Hi,
I am using feature module with Aweson icons. Few icons are not visible on front end inspite o setting them up in module.
linnea Friendlinnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
August 24, 2015 at 1:51 pm #665004I am experiencing this same issue with ACM feature modules I think, except my icons only show as x’s on the front end.
linnea Friendlinnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
August 24, 2015 at 1:51 pm #746408I am experiencing this same issue with ACM feature modules I think, except my icons only show as x’s on the front end.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 25, 2015 at 2:34 am #665067This is new icon in the new version of Font Awesome 4.4, we’re going to update this new version for our T3 framework. Please stay tuned.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 25, 2015 at 2:34 am #746471This is new icon in the new version of Font Awesome 4.4, we’re going to update this new version for our T3 framework. Please stay tuned.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 25, 2015 at 7:24 am #665110Hi there
http://fixmymacbook.in/plugins/system/t3/base-bs3/fonts/font-awesome/css/font-awesome.min.css
<blockquote>* Font Awesome 3.2.1</blockquote>You are using FA version 3.2.1 . It’s mean you can’t use icon class of higher version.
Please wait until we update it or you can include latest version by yourself.
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 25, 2015 at 7:24 am #746501Hi there
http://fixmymacbook.in/plugins/system/t3/base-bs3/fonts/font-awesome/css/font-awesome.min.css
<blockquote>* Font Awesome 3.2.1</blockquote>You are using FA version 3.2.1 . It’s mean you can’t use icon class of higher version.
Please wait until we update it or you can include latest version by yourself.
Thank you,
Viet Vulinnea Friendlinnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
August 25, 2015 at 8:39 am #665124How soon do you expect to update this? How would I go about updating to the latest version myself?
linnea Friendlinnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
August 25, 2015 at 8:39 am #746515How soon do you expect to update this? How would I go about updating to the latest version myself?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 25, 2015 at 8:42 am #665127Hi there
It should be update in soon.
Right now you can check FA site for document. It’s just an css file.http://fortawesome.github.io/Font-Awesome/get-started/
And check out T3 document for customize
http://www.t3-framework.org/documentation/customization.html
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 25, 2015 at 8:42 am #746518Hi there
It should be update in soon.
Right now you can check FA site for document. It’s just an css file.http://fortawesome.github.io/Font-Awesome/get-started/
And check out T3 document for customize
http://www.t3-framework.org/documentation/customization.html
Thank you,
Viet VuSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 25, 2015 at 10:35 am #665139You can update the new version for FontAwesome by yourself:
– Download font package here: http://fortawesome.github.io/Font-Awesome/
– Unzip and copy ‘font-awesome-4.4.0’ font folder to directory: root/templates/uber/fonts/
– open file: templates/uber/etc/assets.xml to define the font(s) you just added
<?xml version="1.0" encoding="utf-8"?>
<assets>
<scripts>
<file>js/jquery.inview.min.js</file>
<file>js/jquery.parallax-1.1.3.js</file>
<file>js/jquery.placeholder.js</file>
<file>js/script.js</file>
</scripts><stylesheets>
<file>fonts/font-awesome-4.4.0/css/font-awesome.min.css</file>
<file>http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700</file>
<file>http://fonts.googleapis.com/css?family=Open+Sans:400,300,600</file>
</stylesheets></assets>
The new icon will show on your site: http://prntscr.com/88nabx
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 25, 2015 at 10:35 am #746530You can update the new version for FontAwesome by yourself:
– Download font package here: http://fortawesome.github.io/Font-Awesome/
– Unzip and copy ‘font-awesome-4.4.0’ font folder to directory: root/templates/uber/fonts/
– open file: templates/uber/etc/assets.xml to define the font(s) you just added
<?xml version="1.0" encoding="utf-8"?>
<assets>
<scripts>
<file>js/jquery.inview.min.js</file>
<file>js/jquery.parallax-1.1.3.js</file>
<file>js/jquery.placeholder.js</file>
<file>js/script.js</file>
</scripts><stylesheets>
<file>fonts/font-awesome-4.4.0/css/font-awesome.min.css</file>
<file>http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700</file>
<file>http://fonts.googleapis.com/css?family=Open+Sans:400,300,600</file>
</stylesheets></assets>
The new icon will show on your site: http://prntscr.com/88nabx
1 user says Thank You to Saguaros for this useful post
linnea Friendlinnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
August 26, 2015 at 9:59 am #665669Hi Saguaros,
I followed your instructions and installed version 4.4.0 of Font Awesome. Unfortunately it does not seem to work for me, I still see the crossed out symbols instead of FA icons.
linnea Friendlinnea
- Join date:
- April 2015
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 24
- Thanked:
- 1 times in 1 posts
August 26, 2015 at 9:59 am #746653Hi Saguaros,
I followed your instructions and installed version 4.4.0 of Font Awesome. Unfortunately it does not seem to work for me, I still see the crossed out symbols instead of FA icons.
-
AuthorPosts
This topic contains 21 replies, has 5 voices, and was last updated by raulinon 8 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum