Chelsea Profit

Forum Replies Created

Viewing 25 posts - 76 through 100 (of 175 total)
in reply to: Conflict with Login Logout Menu #204378

Chelsea Profit
Participant

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();
}

in reply to: Conflict with Login Logout Menu #204376

Chelsea Profit
Participant

OK how do I redirect users to the homepage after logout? I see the settings to redirect after login but not after logout

in reply to: WP Membership Pro #204375

Chelsea Profit
Participant

Yay! That is wonderful, it is functioning as it should as far as I can tell!

in reply to: Conflict with Login Logout Menu #204333

Chelsea Profit
Participant

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

in reply to: Conflict with Login Logout Menu #204296

Chelsea Profit
Participant

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

in reply to: WP Membership Pro #204275

Chelsea Profit
Participant

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 .

in reply to: Conflict with Login Logout Menu #204272

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: Membership Renewal Notice Email #204260

Chelsea Profit
Participant

I second this!

in reply to: WP Membership Pro #204258

Chelsea Profit
Participant

Yes precisely thank you!

On another note, previews for templates don’t seem to be working on the backend for me.

in reply to: WP Membership Pro #204200

Chelsea Profit
Participant

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?

in reply to: WP Membership Pro #204198

Chelsea Profit
Participant

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.

in reply to: WP Membership Pro #204172

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #204130

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #204062

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #204015

Chelsea Profit
Participant

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.)

in reply to: WP Membership Pro #203969

Chelsea Profit
Participant

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

in reply to: WP Membership Pro #203951

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #203899

Chelsea Profit
Participant

Is there an update?

in reply to: WP Membership Pro #203827

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #203823

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #203810

Chelsea Profit
Participant
This reply has been marked as private.

Chelsea Profit
Participant
This reply has been marked as private.
in reply to: WP Membership Pro #203794

Chelsea Profit
Participant

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

in reply to: WP Membership Pro #203786

Chelsea Profit
Participant

thank you! Any updates on the free account question?

in reply to: WP Membership Pro #203741

Chelsea Profit
Participant

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?

Viewing 25 posts - 76 through 100 (of 175 total)