-
AuthorPosts
-
September 3, 2014 at 10:04 pm #98066
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. 🙂September 4, 2014 at 12:57 am #98154Hi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
September 4, 2014 at 1:46 am #98173This reply has been marked as private.September 4, 2014 at 2:05 am #98183Hi 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!
September 4, 2014 at 4:07 am #98237Awesome. I deactivated Jetpack Likes and Sharedaddy. I may find another way to get those features.
Thanks!
September 4, 2014 at 4:33 am #98245You’re welcome Vik.
-
AuthorPosts