• Paultherevelator

    (@paultherevelator)


    After latest update “reply, retweet and favorite” small images are covered by same words. Please check this problem thank you so much

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The only change in the feed HTML in this last version was to add a span element around the link text in the feed. That could be the cause of this, but only if it conflicted with some custom CSS you’re using or if your theme is doing something with it; otherwise, the HTML is entirely passive. Can you share your site so I can see what’s happening?

    Plugin Author Joe Dolson

    (@joedolson)

    Well, hell! I forgot to commit the changes to the stylesheet that went along with that HTML!

    OK. This is my fault. It’s an easy fix; just add

    .wpt-intents a span.intent-text {
    	width: auto;
    	height: auto;
    	margin: 0;
    	top: 0;
    	background: none;
    }

    To your stylesheet (theme or plug-in.)

    I’ll definitely get this out soon.

    Thread Starter Paultherevelator

    (@paultherevelator)

    Thank you Joe, no changes after your suggestion, sorry.
    I’ll wait for you 🙂

    Plugin Author Joe Dolson

    (@joedolson)

    I’m surprised that didn’t work; is it possible for me to see your site and take a look at this? If there are sites where those styles won’t solve the problem, I definitely want to know before I release them, so I can make sure that my next release does what it needs to!

    Thread Starter Paultherevelator

    (@paultherevelator)

    Hi Joe, everything is ok now!
    Thank you again

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget problems’ is closed to new replies.