Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #98066

    Vik R
    Participant

    First of all, it is so great to see support for BBPress! I easily upgraded to the latest X-theme and got BBPress working.

    Question: I have a WP page called Forum. It contains the short code [bbp-forum-index] to enable it to display the Forums List. On the admin options for this WP page I have the checkboxes for “Show Likes” and “Show sharing buttons”, and they are unchecked. Yet, at the bottom of my Forums List page, when it is viewed, I see a “Share This” button. I also see “Like this: Loading…”.

    How can I remove the “Like This” and “Share This” features from the Forums List page?

    Link to forum page: http://vikrubenfeld.com/discussions/
    However, it is visible only to users with a certain account type. If it would be helpful, I can email you login credentials. 🙂

    #98154

    Paul R
    Moderator

    Hi Vik,

    Thanks for writing in.

    To be able to see your settings, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #98173

    Vik R
    Participant
    This reply has been marked as private.
    #98183

    Rad
    Moderator

    Hi Vik,

    It’s a jetpack feature Sharedaddy. It can’t be unhook by coding ( not sure if it has option, you can check their documentation ) and we don’t provide custom coding for 3rd party plugin.

    For the meantime, you can hide it by css but will not totally remove it. Add this css at your customizer’s custom css.

    .forum-archive.bbpress .sharedaddy {
    display: none !important;
    }

    Cheers!

    #98237

    Vik R
    Participant

    Awesome. I deactivated Jetpack Likes and Sharedaddy. I may find another way to get those features.

    Thanks!

    #98245

    Paul R
    Moderator

    You’re welcome Vik.