GetSimple Support Forum
Theme Verti - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: Theme Verti (/showthread.php?tid=15567)



Theme Verti - marcus3 - 2020-12-02

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


RE: Theme Verti - Felix - 2020-12-02

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 ?


RE: Theme Verti - Felix - 2020-12-02

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 ?


RE: Theme Verti - marcus3 - 2020-12-02

hello felix,
how can i check relative/absolute paths?

thanks a lot...marcus


RE: Theme Verti - Felix - 2020-12-02

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.


RE: Theme Verti - marcus3 - 2020-12-03

Hi,


it doesn't work.

http://mit-sicherheit.de

i dont know what to do

thanks,marcus3


RE: Theme Verti - Felix - 2020-12-03

Hi

I send you a private message in 5 min.

F.


RE: Theme Verti - marcus3 - 2020-12-03

thanks a lot


RE: Theme Verti - marcus3 - 2020-12-03

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


RE: Theme Verti - Felix - 2020-12-03

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/


RE: Theme Verti - Felix - 2020-12-03

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