• Just installed the plug in and love it!

    Just two quick questions:

    1 – Is it possible to remove the “Email” and “Print” buttons form a vertical sharing bar?

    2 – Is there any way to control the vertical positioning of the bar’s starting position? I’d just like it to be a tiny bit lower if possible when it first loads.

    Thanks!

    http://wordpress.org/plugins/socialize/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Opposite problem!
    I have the email print buttons on one website and they don’t show on my other website and gosh, I checked and everything seems just the same except the mission email and print. Though I would like just the email button.
    Anyone know whats going on?
    Thanks
    kicker

    Yes, please. I also need to remove the print and email buttons–or otherwise stop them from being grabbed as part of my post content! (see here: http://www.contemplativemind.org/webinars — note how the post excerpts being with “EmailPrint” — it’s being pulled from the Socialize buttons.)

    I know you can fiddle with with CSS to simply keep them from displaying (display: none), but clearly this method still leaves them in the code, and I don’t see where to completely strip them from the plugin:

    .socialize-email-button {
        font-size: 11px;
        font-family: Verdana, Arial;
        padding: 2px 4px;
        background: #f7f7f7;
        color: #444;
        border: 1px solid #ddd;
        display: none;
        margin: 0 0 5px;
    }
    .socialize-print-button{
        font-size: 11px;
        font-family: Verdana, Arial;
        padding: 2px 4px;
        background: #f7f7f7;
        color: #444;
        border: 1px solid #ddd;
        display: none;
        margin: 0 0 5px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Email/Print and Vertical Positioning’ is closed to new replies.