Social networking buttons at the foot of entries

Posted in: Newspaper
Post count: 14

Hey there,

At the foot of the entries I have links to the social networks Facebook, Twitter, Google+ and Pinterest, but I would include: Linkedin and Watshap.

How can I do it?

Thank you,
Josep Maria

Post count: 23312

Hello

The Linkedin you can set it from Theme panel->Social Network like this -> http://screencast.com/t/EICSu3hkaE and for Whatsup, you have to introduce manually because it is not in our list. First of all, you have to add the Whatsup field in td_social_icons.php like this -> http://screencast.com/t/62jjpeiFze and then in your Social Networks from Theme Panel will appear like this -> http://screencast.com/t/V0DA7n2yx2 and then you have to add some CSS to introduce the Whatsup font like this -> http://screencast.com/t/IDQxR0hNH7U

The CSS code is ->

.td-icon-whatsup:before {
content: '\f232';
}

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 5

Hello
I have added the field in td_social_icons.php, but nothing appeared in Social Networks from the Theme Panel settings.
I’m using child theme. Path and everything is correct. I have refreshed the settings page with ctrl+f5.
Where problem is?
Thank you

Post count: 23312

Hello Laonce,

The problem is that this kind of file td_social_icons.php can not be rewritten in child theme. If you want to see some results, in this case, you have to do the changes only in the main theme. For more information about child theme, please consult our documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.