two kinds of social counter

Posted in: Newspaper
Post count: 48

Hello,
on posts I´ve two kinds of social counters, twitter shows twice and I don´t have an Pinterest account.
How can I repair that? It should be one twitter and one like and one share Button facebook. G+ is OK, Pinterest should be hidden.

And an other question: How can I hide the “more from Autor” Button in releatet Articles?

Thanks
Achim

  • This topic was modified 10 years by Achimzwo.
  • This topic was modified 10 years by Achimzwo.
Post count: 22421

Hi,

If you want to remove the pinterest and second twitter buttons, you can use this css:
.td-social-pinterest, .td-classic-twitter{
display:none!important;
}
As for the more from author please follow this topic to see both methods how it can be removed:
https://forum.tagdiv.com/topic/how-hidec-from-the-post-more-from-author/

Thank you!

Post count: 48

Hi Bogdan B.,
it runns perfect, Thank You.
Ist it possible to change the Facebook Like Button. I think its build in css.

Thank You
Achim

Post count: 22421

Hi,
It depends on how you want to change it. CSS has it;s limitations. Maybe some changes will have to be made in the theme files. Please provide an example of how you want it changed.
Thank you!

Post count: 48

Hi,
the Facebook like Button schould looks like the Facebook share Button.

Thank You
Achim

Post count: 22421

Hi,

It’s a bit more complicated than that upon inspecting the element closer, It comes directly from facebook within an iframe and an iframe cannot be targeted with css. As an alternative you can try to implement a different facebook button like this example: http://screencast.com/t/OegGtb7D
For this design, you have to do a few steps like so:

1) Select your button from this link: I selected small box count with no share option: https://developers.facebook.com/docs/plugins/like-button
2) Press the get code button.
3) Add the first part of code in the header.php file like so: http://screencast.com/t/hVm8S5ifv
4) Use the second code to replace the theme code here: http://screencast.com/t/OfVUbEihz5
5) use this css to position it properly:
.td-classic-sharing li{
margin-left: -15px!important;
}
.td-classic-sharing{
vertical-align: top!important;
}

I hope this helps.
Thank you!

Post count: 48

Hi,
in this case, I prefere the available Button.

Thank You

  • This reply was modified 10 years by Achimzwo.
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.