Archived topic
How adding the following code below in the child theme's functions.php
3 replies · Started by INNOVENTURES, SPA on January 15, 2023
Hola!, necesito resolver este conflico:
Solution of : Conflict with the Registration Module of LearnDash
LearnDash is a WordPress learning management system, and if you're using it while Ultimate Member is activated, you might encounter a conflict with the registration module of LearnDash.
Adding the following code below in the child theme's functions.php will help you solve the issue:
remove_action( 'login_form_register', 'um_form_register_redirect', 10 );
* Qué y cómo debo hacer para agregar esta línea de código?.
mil gracias!
Hi there,
This should help:
https://docs.generatepress.com/article/adding-php/#use-a-child-theme
The Code Snippets plugin solution might be worth considering unless you are using a child theme already:
https://docs.generatepress.com/article/adding-php/#code-snippets
Hello Leo, thanks for your help, I still have problems, please help me. (my stack: GPP + GB).
I installed and configured the Ultimate Member (UM) plugin on my site (https://innoventures.cl/login/) and now I cannot access my courses or wordpress from the login.
It gives me an error message due to a wrong password, however I can access without problems through: http://innoventures.cl/wp-admin/
I have had this problem all day.
I checked the documentation and there is a conflict between UM and LD and they offer the following solution:
To solve it, I installed the Code Snippets plugin you said, and added the line of code.
I can't access from my website (login), please help, it's urgent. Thank you!
Hi Christian,
Code Snippets is a plugin that allows you to add a PHP snippet to your site. If the code isn't working, can you try reaching out to Ultimate Member's support for insights regarding this?
We also have debugging tips here: https://docs.generatepress.com/article/debugging-tips/ #1 and #4 might be something you'd want to try. It would be ideal to backup your site before doing these.