Social Media Icons In The Doctor Template - Question | JoomShaper

Social Media Icons In The Doctor Template

G

Giuseppe

Template 2 days ago

Good evening, how do I display the Instagram social media icon in the Doctor template? The site is still in production and is hosted on a temporary domain, which is: https://osteopata.giuseppecento.eu/ The Joomla version is 5.4.3 The template version is: Doctor version 3.0.1 The SP PageBuilder version is 6.3.0

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 days ago #219927

Ciao,

Si possible. Is your template in Social Icons has option to add custom icon?

  • If yes, please use there fa fa-instagram before URL
  • If not, add your Instragram URL to social icon that you will not use in next days, weeks - and let me know. I will share a single CSS line to replace icon from "A" to "B"

Example for later.

.social-icons .fa-NOT-USED-ICON::before {
  content: "\f16d";
}
0
G
Giuseppe
Accepted Answer
1 day ago #220004

No, the template does not have a custom icon option.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 day ago #220006

In that case use different social share input field and add instragram link, and let me know.

0
G
Giuseppe
Accepted Answer
11 hours ago #220060

I'm using VINE URL for Instagram, how do I get the Instagram logo to appear?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 8 hours ago #220078

Ciao.

Do you remember my CSS from first answer. We will use it to cheat Joomla a little bit :) In Template Options > Custom Code > Custom CSS or custom.css file please add that line

.social-icons .fa-vine::before {content: "\f16d";}

it changes FA icon code from "vine" to "instagram" :) as you see it's very easy. And will work also after updates in next weeks, months etc.


0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 hours ago #220089

If is OK, please mark topic as solved.

0
G
Giuseppe
Accepted Answer
39 minutes ago #220106

Okay, thanks, solved.

0