Forum Replies Created
-
Author
-
sageeyes33
ParticipantI installed it and it seems to be working effectively. Thank you so very much Laura for your time and patience. I greatly appreciated all your help and information.
Have a wonderful day 🙂
Missy
sageeyes33
ParticipantHi Laura,
When I looked up your “Disable activation reloaded” plugin. I received this message; Warning: This plugin has not been tested with your current version of WordPress. I do not want to mess up what I have already. Any other way?
Thanks,
Missy
sageeyes33
ParticipantHi Laura,
I am still having issues with Invoice page. I did figure out checkout on my own. Paid membership pro comes up when you click on a membership level. Now it’s to get the gateway tested before it goes “live”. I can’t seem to get any of the Stripe test cards to work. Any tips?
I ran across this issue last night….. when someone creates an acct. an email is sent to there email address which they are to click on to activate there acct. Well I had a few that said “Invalid activation key”. I did read on your forum someone else had these issues and they used:
// let us filter where to redirect
add_filter(“login_redirect”,”bpdev_redirect_to_profile”,10,3);
function bpdev_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user)
{
if(empty($redirect_to_calculated))
$redirect_to_calculated=admin_url();// if the user is not site admin,redirect to his/her profile
if(!is_site_admin($user->user_login))
return bp_core_get_user_domain($user->ID );
else
return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/
}sweetdate-child\functions.php
I don’t know if this will help or where to put this.
My info for site is: https://singlenandminglen.com/wp-login.php username: sageeyes33 password: Dirtbikdev992
Thank you so very much Laura for helping me!!
Missy
/* Filter the redirect url for login*/
add_filter(“login_redirect”,”kleo_redirect_to_profile”,100,3);sageeyes33
ParticipantHi there, I’m having the same issue, wanting the site to be a paid membership only. I followed your advice…. went to paid membership pro, set the page settings. Also went to Sweetdate/memberships and put restrict certain levels… not members on all the boxes. And I even went to Pages and under each page that I don’t want non-paying customers to see like accts, activity, groups, billing, invoice and members, I checked required membership. Only billing and invoice says “this content is for silver and gold package members only’. Why didn’t the other pages have the same information? I want the public to only see the welcome page, about us, and contact page.
I also want them to sign up from the register page when they create an account. I changed it in paid membership pro but it doesn’t come up.
I am also having a problem with my invoice page. I have the original invoice page under my menu but when I pull it up on the site it says membership levels. I don’t know what is going on with it.
Thank you so very much for your help!!
Missy
sageeyes33
ParticipantWhen I click on the link above, this is what I get; This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress. So that’s out.
I see you have had several posts on this topic already. Is there a way that the username will be displayed instead of their full names? I agree with the poster above, customers do not want there full names out there, rather usernames.
Thanks for your help!
-
AuthorPosts