Community Forums › Forums › Archived Forums › General Discussion › Help with Jetpack Sharing icons on bbPress forums and Going Green child theme
- This topic has 10 replies, 2 voices, and was last updated 12 years, 4 months ago by
AnitaC.
-
AuthorPosts
-
February 1, 2013 at 1:55 pm #17148
Jeff Hester
MemberI'm using the Going Green child theme, bbPress forums and the bbPress Genesis Extend plugin, along with the Sharing module in Jetpack. Jetpack's share buttons work great on regular posts/pages, but they aren't appearing on forums or topic pages, even though I've checked the options for Forums, Topics and even Replies under Settings > Sharing.
Here's a link where you can see the issue: http://socalhiker.net/community/forum/campfire/
Anyone been able to get this working? Any suggestions?
February 1, 2013 at 2:59 pm #17189AnitaC
KeymasterUnder Settings > Sharing is bbPress listed under "Show buttons on" - if it is, make sure there is a check mark in there.
Need help with customization or troubleshooting? Reach out to me.
February 1, 2013 at 4:01 pm #17216Jeff Hester
MemberNo, under Settings > Sharing they don't list bbPress, per se. Here's what it shows:
Show buttons on
Front Page, Archive Pages, and Search Results
Posts
Pages
Media
Ads (I'm running AdSanity)
Forums
Topics
RepliesThe last three options only show up after installing bbPress. I've checked all of them and I've checked some of them. I've also tried on a fresh WP install using the Twenty Twelve theme and no other plugins other than bbPress and Jetpack (so it's not a Genesis thing). They simply don't show up.
February 1, 2013 at 4:56 pm #17236AnitaC
KeymasterI've think I have a solution. I've never installed bbPress. Do you use it by adding a shortcode to a Page?
Need help with customization or troubleshooting? Reach out to me.
February 1, 2013 at 5:41 pm #17257Jeff Hester
MemberFebruary 1, 2013 at 6:12 pm #17260AnitaC
KeymasterJeff, while searching around I see you posted this on several other forums. I just installed bbPress on my WPTraining (Test) site and got this to work - http://mediacreationsgroup.com/wptraining/forums/topic/test-topic-1/.
Install Genesis Simple Hooks. Then locate the area that says "before_post_content". In that box, place this:
<?php echo sharing_display(); ?>
Check the box that says Execute PHP on this Hook - then Save it.
If it's not in the area you'd like, just move that code to the area you'd like to see it.
Need help with customization or troubleshooting? Reach out to me.
February 1, 2013 at 6:41 pm #17279Jeff Hester
MemberThanks anitac. While that inserts the buttons, that's not where I want them, and it duplicates the buttons on posts and pages. I think what I need to do is write a function that uses a bbPress hook. Unfortunately, the bbPress hooks are not well documented in the codex.
February 1, 2013 at 6:45 pm #17282AnitaC
KeymasterYou can use the hooks to reposition them where you want them. I think with some SP help, we can get it to work only on the Forum. Let me put out an SOS to see if we can get some help.
Need help with customization or troubleshooting? Reach out to me.
February 4, 2013 at 8:01 am #17827AnitaC
KeymasterHi Jeff - just an update! David Decker provided us with a solution over here - http://www.studiopress.community/forum/general-discussion/. Check it out.
Need help with customization or troubleshooting? Reach out to me.
February 4, 2013 at 11:34 am #17925Jeff Hester
MemberFebruary 4, 2013 at 11:43 am #17927 -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.