• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Problem on RSPageBuilder

Problem on RSPageBuilder 4 years 9 months ago #40521

Hello

On the rspagebuilder component, I cannot display the social media icons on the personal box title.

See the site: conciergerie-bordeaux.freesite.host/catalogue

Thank you for your insights

Ccordially
The administrator has disabled public write access.

Problem on RSPageBuilder 4 years 9 months ago #40526

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

I've taken a look at your website and from what I can see, the social icons are displayed within the Personal Box element (Facebook, Twitter, LinkedIn). Can you please rephrase and provide more details on this particular topic?
The administrator has disabled public write access.

Problem on RSPageBuilder 4 years 9 months ago #40530

Hello

Yes , it's ok now, because i have changed the code in the file theme.css:

Change le

Code:
[class^="fa-"]::before,
[class*=" fa-"]::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-style: normal;
}
en

Code:
[class^="fa-"]::before,
[class*=" fa-"]::before {
font-family: "Font Awesome 5 Free", FontAwesome;
font-weight: 900;
font-style: normal;
}
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!