Font Awsome - Question | JoomShaper

Font Awsome

C

CBRBNN

SP Page Builder 9 months ago

Hi! Can someone tell me why there are 3 font awsome css files linked in the source code?

<link href="/components/com_sppagebuilder/assets/css/font-awesome-6.min.css?ce25081991fa6ca202f1c312abc42fab" rel="stylesheet"> <link href="/components/com_sppagebuilder/assets/css/font-awesome-5.min.css?ce25081991fa6ca202f1c312abc42fab" rel="stylesheet"> <link href="/components/com_sppagebuilder/assets/css/font-awesome-v4-shims.css?ce25081991fa6ca202f1c312abc42fab" rel="stylesheet">

If I disable them in SP Page Builder, there are none. If I turn it on, there are 3. Why are all three needed? How can I make it so that there is only one, the one I want?

SP-PB 5.4.2, Joomla 5.2.2.

Thanks!

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 9 months ago #180283

Hi,

you have old version. In new 5.4.x, only two FA files are loaded from component.

<link href="/components/com_sppagebuilder/assets/css/font-awesome-6.min.css" rel="stylesheet">  
<link href="/components/com_sppagebuilder/assets/css/font-awesome-v4-shims.css" rel="stylesheet">

First with FA6, and 2nd with FA5 for now, as part of legacy, it will be removed in upcoming udpates (next months). So finally, we will keep only FA v6 Free.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #180253

Hi

Thanks for contacting us and sorry for your issue. I need to ask about it with our team. I will let you know then. Allow me some time please.

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #180306

Thanks Paul for the explanation.

0