Good! How to hide the button.

Posted in: Newspaper
Post count: 64

How do I hide Facebook buttons?

http://fightersspirits.sakura.ne.jp/001.jpg
http://fightersspirits.sakura.ne.jp/001.jpg

<div class=”td-post-sharing-classic”><iframe frameborder=”0″ src=”http://www.facebook.com/plugins/like.php?href=http://www.fighters-spirits.com/magazine/archives/4360&layout=button_count&show_faces=false&width=105&action=like&colorscheme=light&height=21&#8243; style=”border:none; overflow:hidden; width:105px; height:21px; background-color:transparent;”></iframe></div>

Post count: 23312

Hello hanakousuke,

Try to use the code below and place it in Theme panel -> Custom CSS Area.

.td-classic-facebook{
display:none!important;
}

Thanks for the message!

Post count: 64

Hello Catalin,

The problem is not solved.
What else can be considered?

http://www.fighters-spirits.com/magazine/archives/4360

Post count: 64

The problem was solved with the following code.

.td-post-sharing-classic{ display:none!important; }

Thank you!

Post count: 31

I’m seeing this on my site too. Just updated to Newspaper 8.7.2 and noticed a Facebook button appearing at the bottom of my posts in a td-post-sharing-classic div.

I didn’t make any changes to any theme options, and definitely didn’t enable any sharing plugins, since I use Social Warfare to handle my floating share buttons.

Is this custom CSS really the only way to handle this? Why is it appearing, if I didn’t enable anything, and why isn’t there a way to disable it via the theme panel?

Update: I tried both custom CSS mentioned here, and neither worked.

  • This reply was modified 8 years by Solstyce.
Post count: 23312

Hello Solstyce,

In Theme panel, you will find an option to turn on/off the Classic Facebook. So, if you are using another plugin which has this functionality, if this setting is disabled will does not work, sorry! You should provide your website so I can identify it.

Thanks.

Post count: 31

Sorry for the delayed reply, hectic month.

Can you tell me where to find this option in the theme control panel? I looked everywhere and could not find it.

On the plus side, the custom CSS does appear to be hiding it – it must have been a caching issue. But I’m still seeing horizontal lines above and below where the button used to be, and I’d prefer those not be visible either.

Post count: 23312

Hello Solstyce,

Please notice that our theme does not have any such an option that allows you to disable this back to the top section, sorry! You can use such a custom CSS code to hide it or if you want to remove that functionality you should edit the js code of the theme and search by td-scroll-up class.

Thanks for your understanding!

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