I would like to know if I have correctly configured the registration form. I only need registration for the students, teachers will not go on my website, it will only be a teacher who is the wordpress administrator.
If I enter to register here (link in next private comment)
Is there anything I can disable if there is only one teacher?
And I would like not to see the space of the sidebar, but it doesn't matter what template I choose, it can't be full width, but I can change the sidebar, how can I do it so I don't see the sidebar?
https://www.dropbox.com/s/8cesrnn2z2fep9b/Gr%C3%A1fico_pegado-7.png?dl=0
Maybe I'm not doing it right and that's not the registration form, I don't know, let's see if you can guide me with this.
I would like to have it exactly the same as in the demo... but I don't know how to do it, for example:
https://demos.wplms.io/demos/demo9/register/
I also like it like this, from the popup:
https://demos.wplms.io/demos/demo4/#login
Thanks.
This reply has been marked as private.
hi
in the demo as you can see there is a sidebar available:
https://demos.wplms.io/demos/demo9/register/
but if you still want to hide that sidebar then we can provide a custom code like your woo-commerce pages
Yes please give me the code to hide that sidebar. Thanks.
use this:
.registration .col-md-3.col-sm-4 {
display: none;
}
.registration .col-md-9.col-sm-8 {max-width: 100% !important;flex: 0 0 100% !important; width:100%}
ok, perfect, you can close this ticket.
Thank you.