Notifications
Clear all

wpForo 1.x.x [Solved] Facebook Share Icon Missing

5 Posts
2 Users
1 Reactions
625 Views
t.niron
Posts: 86
Topic starter
(@t-niron)
Estimable Member
Joined: 4 years ago

Hello,

APi configurations complete. Facebook share button for Main Forum works fine. However, the share buttons on the topic are not visible. Can you help me with this?

Thank you

nakvaryum.com/tuzlu-su-akvaryumu-forumlari/

4 Replies
Sofy
Posts: 4584
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @t-niron,

The issue comes from the following CSS code you've added:

#wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top span{
     display:none !important;
}

Please watch the video below: https://www.screencast.com/t/9IMRfafh

3 Replies
t.niron
(@t-niron)
Joined: 4 years ago

Estimable Member
Posts: 86

@sofy Hello,

I guess I got this code from this forum to hide the date, but I might have done it myself. I deleted the code and when I deleted the code, the date field came back. How can I remove the date without affecting share buttons across forum?

Thank you

https://wpforo.com/community/postid/21083/

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4584

@t-niron,

Use the CSS code below: 

#wpforo #wpforo-wrap span.wpf-post-date {
   display: none !important;
}
t.niron
(@t-niron)
Joined: 4 years ago

Estimable Member
Posts: 86

@sofy Hello,

I removed the codes in the forum links I gave and added this code. Currently only the date appears to be hidden

Thank you for your support.