Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Theme Verti
#1
Hello GetSimple Team,

i want to use the theme "Verti":

http://get-simple.info/extend/theme/verti/1046/

i have problems with the fontawesome.

the icons in the footer are not displayed correctly.

please look at: http://www.mit-sicherheit.de/

i hope you can help me.

thanks
Reply
#2
Hi Marcus3

This must be something simple
I could upload the theme my self and have a look

But did you test it locally on your laptop ?
Reply
#3
I just checked the verti theme locally on my laptop
and the envelope and phone are showing up correctly

Did you check on relative / absolute paths ?
Reply
#4
hello felix,
how can i check relative/absolute paths?

thanks a lot...marcus
Reply
#5
Hi,

I see that you want to use the icons phone and envelope that do not show up.

I uploaded the verti theme online for a quick check:
http://verti.showme.zone/

There are no problems with using phone and envelope with the fontawesome fonts
in the /assets/fonts/ library

Seems to work:
<a href="#" class="icon fa-phone"><span class="label">Phone</span></a>
<a href="#" class="icon fa-envelope"><span class="label">Envelope</span></a>

In case of different versions of fontawesome you can try to add fa or fas
like this:

<a href="#" class="icon fa fa-phone"><span class="label">Phone</span></a>
<a href="#" class="icon fa fa-envelope"><span class="label">Envelope</span></a>

Just let us know how it is going.
Reply
#6
Hi,


it doesn't work.

http://mit-sicherheit.de

i dont know what to do

thanks,marcus3
Reply
#7
Hi

I send you a private message in 5 min.

F.
Reply
#8
thanks a lot
Reply
#9
i think i have the problem.

in the header i wrote an additional stylesheet:

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">


now it seems to function.



thanks, marcus
Reply
#10
Hi,

Found this website with possible solutions.
It is from wordpress but the checklist makes real sense:

https://www.theycallmehoz.com/font-awesome-not-working/
Reply
#11
To reduce the fontawesome file size you can remove eot, svg, ttf woff2 and otf

Based on browser support you really only need woff
https://caniuse.com/woff

An even nicer solution to use only the fontawesome icons you need:
https://icongr.am/fontawesome
Reply




Users browsing this thread: 1 Guest(s)