I found an answer that works! https://www.wpdownloadmanager.com/support/topic/change-logout-redirect-url/
Add the following code to the bottom of your active theme’s functions.php file to redirect users to the homepage. You can add custom URL slug inside home_url function to redirect to a custom URL.
add_action(‘wp_logout’, ‘wpdm_logout_redirect’);
function wpdm_logout_redirect(){
wp_redirect(home_url(“”));
exit();
}
OK how do I redirect users to the homepage after logout? I see the settings to redirect after login but not after logout
Yay! That is wonderful, it is functioning as it should as far as I can tell!
What I am saying is the the login/logout menu plugin has a conflict that changes the logout redirect URL.
When WPDM plugin is deactivated, the logout URL: https://staging15.livingroomconversations.org/wp-login.php?action=logout&redirect_to=home&_wpnonce=09a81100bc
When WPDM plugin is activated, the logout URL: https://staging15.livingroomconversations.org/?logout=69462c5713&redirect_to=home
It works in that in logs you in and out but the redirect does not function. When you log out you should be redirected to the home page
I am wondering about the register button. When I click the register button at the bottom of one of the login forms, it takes me to register for the website without a membership level. I don’t want people to register without becoming a member so I’d like for it to go to the membership page .
I second this!
Yes precisely thank you!
On another note, previews for templates don’t seem to be working on the backend for me.
Another question on this page https://staging15.livingroomconversations.org/login/?action=register Is there a way that I can make it show the member levels instead of a login form? Is that a setting in the membership plugin?
Thank you! I found where to edit myself so that will be helpful. Thank you! Thank you for fixing the Stripe Gateways as well. I look forward to the update.
Ok! I have updated and it appears that the test pay sign-up IS working. However, still nothing happens with the free account button.
I was also meaning to ask how I can change the template of the subscribe page(where you input the user ID and payment, etc.)
Wonderful! I see that it is looking correct and the signup button is appearing. However, when I click it it still does nothing. I tested it on another computer as well and the same thing. I can change it myself from he user dashboard if I am logged in.
Edit: I am also receiving a number of errors which I believe are originating from this. under Stripe and Paypal payments I am receiving this error: https://prnt.sc/mkmB3wxKNOSu
Is there an update?
Thank you! Another Question: I am trying to display the membership options but I am not able to display just 1 or re-order them using this code: [wppm_plans ids=”1,3,2″] What numbers need to replace 1,3,2? I have tried the role IDs and the Titles
thank you! Any updates on the free account question?
OK, wonderful I am seeing that now.
OK, that makes sense. For the free account there is no particular expiration date so how would that work?
Also, How can I make sure that my login form has the “Don’t have an account? Sign up here” at the bottom?
EDIT:Thank you for answering all of my questions. I updated my WP Membership Pro plugins and now I get a 500 – Internal Server Error when I try to access the tags and categories. Can you help?