FontAwesome doen't work

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Wed Oct 07, 2015 8:54 am
Reply with quote
Report this post
Hello there

I installed Bluap but Fontawesome doesn't seem to work.
What I tried so far...
  • enabled typography
  • switched editor to disable html-cleanup
  • disabled filtering

I inserted the following code
Code: Select all
<div data-width="40" data-anim="left">
<img src="images/tuube_fotos/portrait_kurt.jpg" alt="Kurt" />
</div>

<div data-width="50" data-anim="right">
<h2 class="gkHeader"><strong>Effizient zum gelangen!</strong> </h2> <i class="fa fa-circle"></i>
<p class="gkDesc">Haben Sie die Zeit, sich auf der Suche nach einem geeigneten Werbeartikel durch einen riesigen Dschungel von Online-Angeboten zu kämpfen – schön für Sie! <br>
Wenn Sie diesen Zeitaufwand nicht erbringen wollen oder können - kommen Sie zu uns! Wir beraten, offerieren und bemustern kostenfrei. Lassen Sie sich von unseren effizienten Lösungen überraschen!
</p>
<a href="#" class="button bordered">Mehr erfahren</a>
</div>

but the icon seems to appear only with the size of 0px. (see URL http://presentex.ch/new/ right next to the picture of the man.

I would appreciate any help!
thanks in advance
User avatar
Junior Boarder

teitbite
Fri Oct 09, 2015 7:10 pm
Reply with quote
Report this post
Hi

This template is pretty old and is using older version of FontAwsome where icons were called with a code like:

Code: Select all
<i class="icon-circle"></i>


so try that or simply update font to more recent in /fonts folder.
User avatar
Moderator

GK User
Sat Oct 10, 2015 7:49 am
Reply with quote
Report this post
perfect. works now!
Thank you!
User avatar
Junior Boarder


cron