- This topic has 3 replies, 3 voices, and was last updated 3 years, 3 months ago by
Fernando.
-
AuthorPosts
-
January 15, 2023 at 4:02 pm #2496699
INNOVENTURES, SPA
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!
January 15, 2023 at 4:07 pm #2496703Leo
StaffCustomer SupportHi there,
This should help:
https://docs.generatepress.com/article/adding-php/#use-a-child-themeThe Code Snippets plugin solution might be worth considering unless you are using a child theme already:
https://docs.generatepress.com/article/adding-php/#code-snippetsJanuary 15, 2023 at 5:59 pm #2496758INNOVENTURES, SPA
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!
January 15, 2023 at 6:08 pm #2496761Fernando Customer Support
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.
-
AuthorPosts
- You must be logged in to reply to this topic.