Plugin Support
Laszlo
(@laszloszalvak)
Hi @lucasyt2014
According to the structure of the social buttons it seems the buttons were added with our shortcode:
So probably your theme have an integration for Nextend Social Login and since it display this container with the class “wpqa_login_social” twice on that page, our social buttons will also appear twice.
So I would suggest checking the files of the theme and searching for the expression:
and find the one that is inside a container something like this:
<div id="respond" class="comment-respond">...</div>
there you should remove one of the divs with the wpqa_login_social class, as currently there are two, one with a custom separator and the other without the separator.
If you didn’t manage to find it, then please get in touch with us over the ticket system:
https://nextendweb.com/contact-us/nextend-social-login-support/?ref=https://ww.wp.xz.cn/support/topic/duplicate-login-2/
Best regards,
Laszlo.