• Resolved franksysgfx

    (@franksysgfx)


    Hello, I am using nextend social login in a clean wordpress and youzify installation but the NETWORKS buttons ARE ONLY VISIBLE in THE REGISTRATION but not in the LOGIN or the POPUP LOGIN, and I already tried the OneAll login plugin and another plugin and nothing either, I tried with CODE THAT THEY GIVE to implement NEXTEND AND ONEALL and it doesn’t work either, help please, how do I do it?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support KaineLabs Team

    (@kainelabsteam)

    Hello @franksysgfx

    Thanks for reaching us

    Kindlycheck this article to integrate Youzify and another Social Media login plugin

    https://kainelabs.ticksy.com/article/16348/

    Best Regards, KaineLabs Team.

    Thread Starter franksysgfx

    (@franksysgfx)

    As I said in the ticket, I already tried that method in a clean installation and it doesn’t work, that’s why I wrote here
    any other solution? could you try it yourself?

    Plugin Support KaineLabs Team

    (@kainelabsteam)

    Hello @franksysgfx

    Please use this snippet instead:-

    <?php
    function youzify_integrate_nextend_plugin() {
     if(class_exists('NextendSocialLogin', false)){
         echo NextendSocialLogin::renderButtonsWithContainer();
     }
    }
    add_action( 'youzify_before_login_fields', 'youzify_integrate_nextend_plugin', 999 );

    Best Regards, KaineLabs Team.

    Thread Starter franksysgfx

    (@franksysgfx)

    if it works thank you very much, hopefully you can change the old URL and update it, thank you😋

    Plugin Support KaineLabs Team

    (@kainelabsteam)

    You’r welcome @franksysgfx

    If you don’t mind could you take a moment to leave us a 5-Star rating and a good review please?

    WordPress Directory: https://wordpress.org/support/plugin/youzify/reviews/

    We know that this might take little effort and time from you, but your support will mean a lot to us. Because your review will help people feel confident about choosing Youzify. And will help us grow the team to speed up the development process and improving our services.

    Have a wonderful day.

    Best Regards, KaineLabs Team.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.