Hi,
i activated the like and tweet button int the panel – TOP ARTICLE LIKE/TWEET and BOTTOM ARTICLE LIKE/TWEET
How can i remove the tweet button on the right side of the FB like Button – if possible update save – im using a child theme. Any idea? If it is not possible to overrite the file – please tell me in wich files i can remove the button?
thx
Hello newtag,
If you want to have only the FB Like button without Tweet button, please try to use the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-classic-twitter{
display:none!important;
}
Hope this helps!
Thank you for the message!
Hi, this only hides the sharing button i guess – i mean the other one. The ohter twitter buttons ads a lot of requests to my site and i dont need the button! As i mentioned before – the TOP ARTICLE LIKE/TWEET and BOTTOM ARTICLE LIKE/TWEET are not the on you are mentioning…
thx
Hello newtag,
If you want to remove that button, please do it from the code in td_module_single.php code file like this -> http://screencast.com/t/UROIb5UE
Hope this helps!
Thank you for the message!
Should edits like this — to .php docs — be done within the context of a Child Theme? Obviously, I’m thinking in terms of theme updates. If so, should it be nested in Child Theme directories per Newspaper Theme structure?
Sorry if this is a stupid Q. Thanks.
Hello bradmiskell,
Please consult our documentation about Child Theme support. As you can see here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ the td_module_single.php Here you can find what kind of files could be overwritten by Child Theme and wich are not.
Hope this helps!
Thank you for the message!