Only Facebook and Twitter social button on post

Posted in: Newspaper
Post count: 436

Currently it shows, Facebook, Twitter, Google plus and Pinterest share button on desktop

I want only full-length facebook and Twitter social share icon on desktop . How can I disable Google Plus and Pinterest ?

I tried following code under custom.css , but it doesn’t appear to be working.;

.td-sp-pinterest {
display: none!important;
}
.td-sp-googleplus {
display: none!important;
}

Kindly suggest. Thank you.

Post count: 23312

Hello nano,

Try the code below ->

.td-social-google, .td-social-pinterest{
display:none!important;
}

The result -> http://screencast.com/t/LuxnHcnVZR

Thanks for the message!

Post count: 436

It worked great.. Just one think, How can I change the text written under “bottom share button” ( shown here: http://screencast.com/t/LuxnHcnVZR ) to “Share on Facebook” and “Tweet on Twitter” like we have on the top.

I know that I can change the text for top social share icon through Taxonomy section. But not sure about bottom social share button.

Thank you.

Post count: 23312

Hello nano2408,

Unfortunately, I do not exactly understand what you mean. Please provide a more useful screenshot so I can identify the place where you want to change.

Thanks for the message!

Post count: 436

Hi Catalin,

I simply want to replace the “text” in social share icon at the bottom of every post with “share with facebook” and “tweet with Twitter” . Here is what I am trying to say: https://i.imgur.com/Wx3LJYF.jpg

Thank you.

Post count: 22421

Hi,

You can modify the text from the theme translations panel and translate it to what you want it to show:
http://screencast.com/t/P09l8eOKQ

Thank you!

Post count: 23312

Hello nano2408,

If you want to change this text you should edit the theme core file where the code is created, like this -> http://screencast.com/t/qMW84mNjHyJF

Thanks for your understanding!

Post count: 436

Hi,
Thank you, Catalin and Bogdan,
Unfortunately, both of you showed me the way to change the text ” Share on Facebook” which is displayed just below the article title. I am talking about and looking for way to change the text os share button at the bottom as shown in the image: https://imgur.com/Wx3LJYF

Look closely; this text is different. It’s not the same what;s written on the share button that appears after article title at the top.

Am I making any sense?

Post count: 22421

Hi,

It seems those elements cannot be translated. You will have to edit td-module-single.php and edit the code for them. You can find the code here: http://screencast.com/t/6HCJo2wlrhttp://screencast.com/t/4d91w2Of
Simply change the text in the code.

Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.