MkModerator
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.
But this form do not have Facebook and Google button So, l need more chooses to registration in same form
MkModerator
Add this code in customizer.
add_action('wplms_before_registration_form',function (){
do_action('bp_social_connect');
});
I am so sorry
i add this code but not add social connect
please check again
MkModerator
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.
MkModerator
This reply has been marked as private.
This reply has been marked as private.
MkModerator
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.
MkModerator
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
This reply has been marked as private.
MkModerator
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.
This reply has been marked as private.
MkModerator
I have changed your code and its working fine now.
Have a look:
http://prntscr.com/pizros
thank you very much
Great effort
I just needed to have it before the registration form and not after the form