Trying to remove Jetpack Sharing Buttons from Slider

  • baseballdo

    #4915

    Anybody have any idea as to how I could remove the Jetpack Sharing buttons from the Slider on my site?

    I want the sharing buttons on the individual posts, but when they are in the slider, they increase the size of text area so much that the background picture is worthless.

    I was going to use the sharing buttons through Graphene Options, but when someone tries to “Tweet” a post from the home page, they simply Tweet the homepage and not the specific post.

    Any help would be greatly appreciated.

    Thanks,

    Scott

    baseballdo

    #29841

    site is baseballdo.com

    Mod

    baseballdo

    #29843

    Thanks for the suggestion, but unfortunately, it seems it still isn’t getting the desired effect.

    When they click on the sharing buttons from a post on the home page, it tweets like they are trying to share the homepage and not that specific post.

    Any ideas?

    baseballdo

    #29844

    I got a temporary fix in place by using the AddThis plugin for WordPress. Would still be interested in figuring out how to remove the sharing buttons from the Slider.

    Thanks,

    Scott

    Admin

    Syahir Hakim

    #29845
    Quote:
    Thanks for the suggestion, but unfortunately, it seems it still isn’t getting the desired effect.

    When they click on the sharing buttons from a post on the home page, it tweets like they are trying to share the homepage and not that specific post.

    Any ideas?

    If you’re using the code from the AddThis website, their API allows you to explicitly define the URL, Title, and Description of the page the buttons are sharing, regardless of on which page the button is placed.

    See this:

    http://www.addthis.com/help/url-and-title

    Anonymous

    #29846

    Untested, but one of these should remove jetpack sharing from slider.

    .featured_slider .sharing {
    display: none;
    }

    .slider-entry-wrap .sharing {
    display: none;
    }

    .slider-content-wrap .sharing {
    display: none;
    }

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.