0
Welcome Guest! Login
0 items Join Now

How to update font-awesome

    • Ganesh's Avatar
    • Ganesh
    • Jr. Rocketeer
    • Posts: 25
    • Thanks: 0

    How to update font-awesome

    Posted 10 years 8 months ago
    • Hola,
      for one of my projects I am using the plain gantry template came with gantry 4.1.13 framework. How to update font awesome icon set to its latest version.
    • Ganesh's Avatar
    • Ganesh
    • Jr. Rocketeer
    • Posts: 25
    • Thanks: 0

    Re: How to update font-awesome

    Posted 10 years 8 months ago
    • I am using Joomla 3.1.5 on localhost
    • Ganesh's Avatar
    • Ganesh
    • Jr. Rocketeer
    • Posts: 25
    • Thanks: 0

    Re: How to update font-awesome

    Posted 10 years 8 months ago
    • LOL I am replying to my self :) .........
      This is very important please help me out....my client wants skype and youtube and a few more icons which are not included in gantry's fontAwesome icon set.
      index.php?f=720&t=201256&rb_v=viewtopic#p985755
      i followed the procedure from the above post but it messing up other elements.......the download given in that post is also not working- all the icons are gone.......i tried clearing the template cache, less cache after the changes, but of no use.
    • Elaneor's Avatar
    • Elaneor
    • Newbie
    • Posts: 8
    • Thanks: 0

    Re: How to update font-awesome

    Posted 10 years 8 months ago
    • I've got the same issue.
      Can't update the Font Awesome.
      Tried using a method from index.php?f=720&t=201256&rb_v=viewtopic#p985755
      and in my Oculus theme icons in Contacts module were... just gone on my test site at localhost.
      (I didn't edit the code in the module).



      Joomla 3.1.5
      Gantry v4.1.14
  • Re: How to update font-awesome

    Posted 10 years 7 months ago
    • steve123's Avatar
    • steve123
    • Rocketeer
    • Posts: 92
    • Thanks: 0

    Re: How to update font-awesome

    Posted 10 years 7 months ago
    • For templates that already included some version of font awesome and use less it's simple:
      1. download font-awesome.zip from here .
      2. unzip font-awesome.zip
      3. move font files in an easy to access location on your webserver such as /var/www/fonts
      4. move font-awesome's less directory into your template's less directory
      5. rename font-awesome's less directory to font-awesome
      6. edit font-awesome/paths.less to point to /fonts as the path for font-awesome
      7. move font-awesome/font-awesome.less up to your less dir
      8. edit font-awesome.less to not load core.less or bootstrap.less
      9. rename font-awesome.less to font-awesome-custom.less
      10. recompile less files (usually by just clearing caches (browser and server) and reloading page

      You may have to adjust the paths depending on your server config. If your template doesn't use less you need to adjust by compiling the less yourself with something like less.app and importing it in your rt_tempate-name-custom.css file.
  • Re: How to update font-awesome

    Posted 10 years 7 months ago
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: How to update font-awesome

    Posted 10 years 7 months ago
    • steve123's Avatar
    • steve123
    • Rocketeer
    • Posts: 92
    • Thanks: 0

    Re: How to update font-awesome

    Posted 10 years 7 months ago
    • The problem with that approach is that it loads the font awesome core and bootstrap again which interferes with the templates. So if you are going to use Gantry's updated font awesome be sure to comment out the core and bootstrap less files when they are included by gantry's font-awesome.less I tried to migrate to this method, but couldn't get it to not wreck the template.
  • Re: How to update font-awesome

    Posted 10 years 6 months ago

Time to create page: 0.056 seconds