Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #134474

    Hi,

    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

    #134475

    Hi 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/

    #134476

    Hi 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

    #134477

    Hi 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.

    #134478

    Hey,

    You can use this:

    .bbpress .st_facebook_vcount
    .bbpress .st_twitter_vcount
    .bbpress .st_email_vcount
    .bbpress .st_sharethis_vcount {
    display: none
    }

    Regards,

    Ismael

    #134479

    Hi Ismael & Devin,

    Thank you very much! It works perfectly now.

    You guys rocks.

    #134480

    Glad we could help :)

    Let us know if you have any other questions or issues.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘ShareThis on Latest 1.9.1 Enfold’ is closed to new replies.