Hi there,
I would like to modify the social counter as such :
1- taking off the followers counter ( I don’t have much of them, I will put it back when I will be at several thousands)
2- Opening in a new window.
And my question is : on which file do I have to work in order to apply the changes ?
Thanks in advanced :).
Hi
1. If you don’t want a specific network in social counter just leave its filed empty and it won’t be displayed on page.
2. You can open the page in new window from plugin’s settings: http://screencast.com/t/ENwUWtgDu
Let me know how it goes.
Thanks!
Thanks Andrei,
My biggest concern is to prevent the number of Twitter followers and Facebook fans to be displayed like here (21 fans and 558 followers) : http://www.screencast.com/t/zseRtHhhjo.
is there a way to take off the counter ?
Thanks in advanced.
Hi Andrei,
Many thanks for your follow-up. Here is my site index : http://www.emprunter-malin.com/. You just have to scroll down and look on the left bar, you will see the social widget.
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/ivKCZykpn
.td_block_social_counter .td_social_info{
display: none;
}
Thanks!