• Resolved SilvaLau

    (@silvalau)


    While it isn’t a big problem in itself, every page with threaded reply caused my page to stretch a little to the right, to show an example:

    View post on imgur.com

    I’m not sure if this is just my particular theme, but it’d be great if this could be fixed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter SilvaLau

    (@silvalau)

    The social login button too are causing the same issue.

    View post on imgur.com

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi @silvalau,
    What device you use on screenshot? What is your device screen size?

    Thread Starter SilvaLau

    (@silvalau)

    I am using Huawei Mate 10, sir.

    As for screen size…I’m not quite sure where to check that, 360×640?

    Plugin Author gVectors Team

    (@gvectors-team)

    @silvalau,
    Use this CSS code. Don’t forget to delete all caches and use private session of browsers in mobile, because mobile browsers have a hard cache, you can’t see the change.

    @media screen and (max-width:800px){
      #wpdcom .wpd-social-login [wpd-tooltip].wpdsn-wp::after{
         left: -60%;
      }
      #wpdcom .wpd-comment-footer [wpd-tooltip]::after{
         left: -100%;
      }
    }
    Thread Starter SilvaLau

    (@silvalau)

    Thank you, that works.

    Also, can I ask an unrelated question? It’s not related to this issue but I noticed that when we log-in with social accounts and leave a comment, our user name have different colors. Like Blue for Facebook, Light Blue for Twitter, Orange for Google, and Black for WordPress… is it possible to change those colors or are they fixed?

    Plugin Author gVectors Team

    (@gvectors-team)

    @silvalau,
    I’m sorry but those are fixed colors and have !important statement. You can’t change them.

    Thread Starter SilvaLau

    (@silvalau)

    I see, that’s a shame.

    Can this please be included in future updates? It would be nice to be able to change the colors under User Labels and Badges setting.

    Plugin Author gVectors Team

    (@gvectors-team)

    I’m sorry but I can’t promise anything at the moment. We’ll take this under consideration. Currently, we’re too busy to work on such options. We’re supporting hundreds of topics per day, because of the major version release.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hide Reply caused pages to expand’ is closed to new replies.