Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #60162
    @vinding

    I am following the buddyboss tutorials as I cant find any for social portfolio, but they seem similar.
    When install the social portfolio plugin – I get the google plus button instead of twitter button. It seems twitter/google+ are switched.

    Any idea about this?

    Answers

    #60454
    @vapvarun

    Hi @vinding

    Sorry for inconvenience , I have notified developer to fix it.
    you can use following css to fix at your site.

    
    .wp-social-login-provider-list a.wp-social-login-provider-google {
        background-position: -79px 0 !important;
    }
    
    .wp-social-login-provider-list a.wp-social-login-provider-twitter {
        background-position: -39px 0 !important;
    }
    

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Social Login Plugin’ is closed to new replies.