Social Sharing Button

Posted in: Newspaper
Post count: 131

Hi…

By default there are 4 social sharing buttons in the theme… I need help in two things

1. How to remove g+ and pinterest share button?

2. How can increase the size of facebook and twitter button and make it in center?

Thanks!

Post count: 131

Hi again!

I tried different social sharing plugins and all of them are increasing the site loading speed… i will appreciate if you help me with one more thing which is is to add the social button below the post title on post page…

Thanks

Post count: 7909

Hi,

1. Here you have to edit and remove share buttons: http://screencast.com/t/pawTnpy4xz
2.Use this custom css: http://screencast.com/t/pDJgmBDtRQ

.td-social-sharing-buttons{
font-size: 25px;
width: 180px;
height: 50px;
}
.td-social-sharing-buttons div.td-social-but-text{
top: 5px!important;
}
.td-social-sharing-buttons div{
top:5px !important;
}
.td-tags-and-social-wrapper-box{
display: table;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){
.td-social-sharing-buttons{
width:auto;
height:auto;
}
.td-social-sharing-buttons div{
top:auto !important;
}
}

3. Please follow this solution: https://forum.tagdiv.com/topic/how-to-add-sharing-options-on-top-of-the-postarticle/

Thanks!

Post count: 131

Hi…

thanks for the solution… but there is an minor issue… please ref. to the image

Thanks!

Post count: 131

How can I reduce the space as shown in the image

Thanks!

Post count: 131

And same for the footer as well http://imgur.com/FvPU173

Thanks!

Post count: 7909

Hi,

Try to use !important to the height: http://screencast.com/t/k4JEqQMj126
Also if you don’t use 50px height how I set, it is possible to break buttons display. So you will need to change also the top values from the code that I provided to you.

Thanks!

Post count: 131

ok thank… how about the other two queries?

how to reduce the spacing between buttons and tittle?

and

And same for the home page the spacing between the main navigation menu and slider

Thanks!

Post count: 7909

Hi,

There is some margin from theme share buttons and some padding: http://screencast.com/t/IoroXcoohttp://screencast.com/t/ubg46cI85waY

.td-social-sharing {
margin-bottom: 0px!important;
}
.post{
padding-bottom: 10px!important;
}
.essb_links.essb_template_metro-retina{
margin-top: 0px!important;
}

Thanks!

Post count: 28

Hey Guys,

How do I change the buttons themselves ?

the default ones say facebook and twitter only ?

I want to change them to “share on face book” and “Share on Twitter” ?

Cheers

Post count: 7909

Hi,

Please edit this file an change text from buttons: http://screencast.com/t/JZvCm748X
Result: http://screencast.com/t/z9NwP2OmVA

Thanks!

Post count: 28

Thanks Once again , Alin.

Viewing 12 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic.