-
AuthorPosts
-
August 11, 2013 at 9:25 am #27570
Hi guys,
I upgraded ShareThis plugin to latest 7.0.4 version together with Enfold 1.9.1.
The ShareThis buttons now shows up on the bbPress forum pages and also in the forum category tables too.
I know I can manually place this line: – <?php if (function_exists(‘sharethis_button’)) { sharethis_button(); } ?>
in the template but I’m not sure which file and where should I insert them so they will only show on single post and multiple post listing pages.
August 12, 2013 at 2:54 am #134474Hi,
Please give us a link to the bbPress forum page and the forum category tables. We’ll give you a proper css code to hide them on that specific pages.
Regards,
Ismael
August 14, 2013 at 6:51 am #134475Hi Ismeal,
Thank you for your reply.
Here’s the bbPress page: http://www.rocketscream.com/blog/forums/
It will also appear in subsequent sub-category like: http://www.rocketscream.com/blog/forums/forum/general/
or even on a topic like this: http://www.rocketscream.com/blog/forums/topic/forum-is-up/
August 16, 2013 at 2:44 am #134476Hi phangmoh,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.bbp-forum-content .st_facebook_vcount,
.bbp-forum-content .st_twitter_vcount,
.bbp-forum-content .st_email_vcount,
.bbp-forum-content .st_sharethis_vcount {
display: none;
}You should however be able to change the settings on shareThis as this is really just a bandaid. I would suggest checking the support forums for shareThis and bbPress as this is really more in their realms of expertise than ours.
Regards,
Devin
August 16, 2013 at 6:19 am #134477Hi Devin,
Thank you very much for this, It works. Now it only appears once at the bottom any of pages of the forum.
I took a look at bbpress-mod.css to look for the element to add your similar css workaround in order to remove the ShareThis from the bottom of any pages of the forum. Mind telling me which one so I can apply the same css effect?
But, if it is troublesome, I can live with it for now.
Thank you.
August 17, 2013 at 5:09 am #134478Hey,
You can use this:
.bbpress .st_facebook_vcount
.bbpress .st_twitter_vcount
.bbpress .st_email_vcount
.bbpress .st_sharethis_vcount {
display: none
}Regards,
Ismael
August 17, 2013 at 8:11 am #134479Hi Ismael & Devin,
Thank you very much! It works perfectly now.
You guys rocks.
August 19, 2013 at 8:09 pm #134480Glad we could help :)
Let us know if you have any other questions or issues.
-
AuthorPosts
- The topic ‘ShareThis on Latest 1.9.1 Enfold’ is closed to new replies.