• Hi there,
    I’m using the WordPress 3.8 with your plugin which I think is great re. it’s speed.
    However I’m having a couple of problems with how the icons look:
    – Where it shows my no. of twitter followers the edging is missing.
    – If I have more than three icons showing they squeeze up, rather than dropping down underneath.
    – On mobile, the icons all squash up together and then go off the screen to the right.
    My site is https://www.movingpictureTV.com
    If you can help remedy these issues I’d really appreciate it.
    Thanks,
    Mark

    https://www.ads-software.com/plugins/wpsocialite/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tom Morton

    (@tm3909)

    Mark,

    Thanks for using WPSocialite.

    It looks like the CSS we set up is setting Twitters widget width to 200px. Your username is longer than that, so you’re seeing it cut off. You need to override our included CSS and extend the widgets length.

    Try inserting this into your CSS (not changing the plugin):

    .entry-content .wpsocialite.small .twitter-follow.socialite-loaded {
        width:260px;
    }

    Let me know if this helps.

    Thread Starter movingpictureTV

    (@movingpicturetv)

    Hey Tom,
    Thanks for the fast response.
    I’m no WordPress expert but I tried that code in both the theme’s RTL CSS style sheet and the Style CSS and it had no effect on the plugin.
    Any other suggestions?
    Thanks,
    Mark

    Thread Starter movingpictureTV

    (@movingpicturetv)

    Any other suggestions Tom?

    Plugin Author Tom Morton

    (@tm3909)

    Mark,

    Sorry for the delay.

    Try adding #main rather than .entry-content:

    #main .wpsocialite.small .twitter-follow.socialite-loaded {
    width: 260px;
    }

    I have the same issue but it’s with the stock use of just twitter, facebook, g+ and linkedin. Rather than having the icons wrap they get squashed together in the responsive theme on mobile phones and facebook ends up getting covered up.

    This is one unfortunate issue of an otherwise stellar plugin.

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