Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    yes, nothing in any of the recent major versions has changed in a way that would cause this to break. That said, I never tested it for using images in place of the text, so it’d be something i need to accommodate for, or just leave to css methods instead.

    Thread Starter 365sportsreport

    (@365sportsreport)

    I actually did this through the CSS that was provided in a previous support topic.

    I used the shortcode:

    [twitter name=”myname” text=”my text”]

    I also posted the following html code”

    my text

    I also posted the following CSS:

    .twitter_smsc {
    background: url(‘img/twitter.png’) no-repeat;
    display: block;
    height: 16px;
    text-indent: -999em;
    width: 16px;
    }

    In both instances, the link was present, but it was a blank image.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    have you tried checking the styles with your browser inspector tools to see if it’s properly fetching the image and that the path is correct? This isn’t going to be anything that my plugin affects.

    Thread Starter 365sportsreport

    (@365sportsreport)

    I didn’t have the link correct in the CSS.

    Thanks for your quick response and an awesome plugin!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Active for WordPress 3.7?’ is closed to new replies.