Thank you, yes, that is the solution.
Yes, I see that option. What I am asking about is when people click “Subscribe” and register for membership with us they are redirected to the user-dashoard. I would like for them to go to a different page.
Yes, I understand. Can I create a custom default image?
It is related to that. I have my register page going to a custom URl. When people register there I’d like for them to be redirected to another URL instead of the user dashboard.
Yes, It was just taking aminute and I jumped the gun.Thanks
Can I set a new default user profile image?
Is there another way? I am not going to ask my users to sign up with a whole other website just to change their profile picture.
I see that you just added this! Thank you! I am not super familiar with corn jobs but if I adjust the “1” to 2,3, or whatever other number is that how may days before the renewal they will get noticed?
Is there a shortcode to display the top downloads overall?
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.