I don’t believe this is available without modifying the theme, but there are many great sharing plugins for WordPress that give you more flexibility. One that was made specifically for this theme is Sharify by Mehedi; that’s the one I use on my site.
Hi,
@gfran5 You can disable theme’s share buttons and use a plugin like TheMediumUTM suggested or you will have to modify the code to add/replace share buttons. You can find the code in td_module_single.php file – http://screencast.com/t/NN4FXGYlvBMf also this guide may help(if for newsmag, but you have to do similar for Newspaper) – https://forum.tagdiv.com/add-a-new-linkedin-button/ and to create the share button code – http://atlchris.com/1665/how-to-create-custom-share-buttons-for-all-the-popular-social-services/
If you don’t have basic html/css/php experience I suggest to hire a freelancer to do this for you as the time doesn’t allow us to provide custom work at this time, sorry!
You can translate Share from Theme Panel > Translations – http://screencast.com/t/Aj5i1YQWFA9
Do you refer to the sticky menu background? You can use this custom css to change it(just add you color) – http://screencast.com/t/eBM2k2pVfb
.td-header-menu-wrap.td-affix {
background-color: rgba(87, 156, 75, 0.73);
}
Thanks!
Hi bros,
I used code of StumbleUp Badge
code here
<su:badge layout=”6″></su:badge>
<script type=”text/javascript”>
(function() {
var li = document.createElement(“script”); li.type = “text/javascript”; li.async = true;
li.src = (“https:” == document.location.protocol ? “https:” : “http:”) + “//platform.stumbleupon.com/1/widgets.js”;
var s = document.getElementsByTagName(“script”)[0]; s.parentNode.insertBefore(li, s);
})();
</script>
, but it not synchronized with others icon, see here:
I need css for square of StumbleUpon.?
Can you guide me? Thank you!
