seb-vial / grav-plugin-about-me

Simple plugin to show some information about yourself, with a nice picture, your name, your title/job and a description
MIT License
9 stars 7 forks source link

Problem with the FontAwesome #27

Open bozzochet opened 2 years ago

bozzochet commented 2 years ago

Ciao,

I found a problem.

If I choose not to use the FA (i.e. disabling "Use Font Awesome (Only if your theme does not use it already)" ) I obtain:

image

but, on the contrary, my other FA "icons" are ok:

image

If, instead, I enable FA:

image

but unfortunately my FA are skrewed-up:

image

(essentially are much bigger and not the whole "icon" is shown).

Do I miss something? Do you know how to fix it?

Thanks, Matteo

bozzochet commented 2 years ago

I understood that when I enable the FA in the plugin I "pick-up" a kit that is based on FA 4 (4.7?). The version when disabled, instead, is 5.

Now I'll try to understand why I have the horizontal bars not enabling it...

bozzochet commented 2 years ago

Ok,

the situation is the opposite: I use 4.7 (some plugin maybe already loaded it?) and this plugin's kit is using 5.XX (where this 'b', 's' and 'r' have been introduced, I guess...).

To workaround this I added a "plain" option:

image

and now everything looks fine on my 'environment':

image

Matteo