problem in registration

Home Forums WPLMS AddOns WPLMS Mailchimp problem in registration

Viewing 15 posts - 16 through 30 (of 36 total)
  • Author
    Posts
  • #228684
    Mk
    Moderator
    please use the custom registration form for it. https://wplms.io/support/knowledge-base/custom-registration-forms-in-wplms/ In this, you will find an option to skip activation. thank you.  
    #228693
    RagabSalem
    Spectator
    But this form do not  have Facebook and Google button So, l need more chooses to registration in same form
    #228875
    Mk
    Moderator
    Add this code in customizer. add_action('wplms_before_registration_form',function (){    do_action('bp_social_connect'); });
    #228905
    RagabSalem
    Spectator
    I am so sorry i add this code  but not add social connect please check again
    #229115
    Mk
    Moderator
    I checked in your customizer, there is no any code added. Also, I checked on my local and its working fine. video is in the next reply. I tried to add code on your setup but your files are not editable from the frontend. SO please try adding by your self and if still not working please share FTP credentials to check.
    #229116
    Mk
    Moderator
    This reply has been marked as private.
    #229125
    RagabSalem
    Spectator
    This reply has been marked as private.
    #229153
    Mk
    Moderator
    great job @RagabSalem, Glad to see its working. for size, we can do it by CSS. but for showing on the above registration form. I will have to check-in code. I will reply to you for both solutions.
    #229154
    RagabSalem
    Spectator
    Thank's
    #229304
    Mk
    Moderator
    Please add this code to your customizer at the place of the above code. add_action('wplms_before_registration_form',function (){    echo '        ';    do_action('bp_social_connect');    echo '</div>'; },1);
    above code will solve css
    #229438
    RagabSalem
    Spectator
    This reply has been marked as private.
    #229591
    Mk
    Moderator
    due to the reply limitation div tag was removed. Please add code like this. Refer: http://prntscr.com/pizsnv You can clearly see in the above reply. there is echo '     ' at the place of div. please write this code: at place of old code http://prntscr.com/pizsnv
    if still, the problem occurs, please share FTP credentials in private reply.
    #229828
    RagabSalem
    Spectator
    This reply has been marked as private.
    #230028
    Mk
    Moderator
    I have changed your code and its working fine now. Have a look: http://prntscr.com/pizros
    #230031
    RagabSalem
    Spectator
    thank you very much Great effort I just needed to have it before the registration form and not after the form
Viewing 15 posts - 16 through 30 (of 36 total)
  • The topic ‘problem in registration’ is closed to new replies.