Hi,
I need to add a new social network to the author users. Is it possible?
https://www.dropbox.com/s/nezitvi2esb9wo8/Imagen1.png?dl=0
Thanks in advance.
Hi
Yes it is possible bu you will need to make some changes in theme’s core files to achieve the desired result. Firs you need to edit td_social_icons.php file and add thew new icons in the array which holds all icons: http://screencast.com/t/G29Fof0b
Next you will need a custom css to generate the icon. The theme will automatically generate a new class for any icon added. That class looks like this: td-icon-“id from array”. In my case the class will be: td-icon-custom-icon: http://screencast.com/t/0AKkS8hdYIV – http://screencast.com/t/hHEyvokBZ
Thanks!
Thank you very much. I have done what you told me and it’s right. I have modified two files: td_social_icons.php and style.css.
Now I need to know where I have to create the new icon. How can I do it?
Another thing. In the next updates, how can I maintain the modified files?. I have installed and activated Newspaper-child. Can this solve it?
Best
Hello Rosquill,
Our icons are created using a content code as you ca see here -> http://screencast.com/t/ZyhiLVxMsT Before achieving best results, please notice that you should have loaded yet the font of your icons to bring some results to the front end. You will have to try to find some plugins which have this functionality and see which are proper with the theme and then, using the specified class you can target it. (An an example you can try the Font Awesome) Please notice that this task involve custom work and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Please notice that it is not enough to only activate the Child Theme. So, all the modifications have to be made in The Child theme if you want to not lose them in next updates. After doing this, please consult the documentation for Child Theme because there you will find what type of files can be added in the Child theme and what not. Please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks for your understanding!