-
Author
-
September 23, 2015 at 21:57 #79199
sageeyes33
ParticipantHi there,
I am a novice when it comes to this WordPress stuff!! lol. I am having a couple issues that I can’t figure out.
1) When you go to my site, under invoice, it keeps bringing you to membership levels. I have gone to Pages and menu but it won’t change.
2) I cant get my paid membership pro to work. Followed the videos for setup. When you select a membership level it takes you back to homepage. I disabled woocommerece because I am only selling memberships. I think somewhere you said you don’t need woocommerce if you are selling only memberships you can use pmpro.
3) I think you said somewhere in the forums that you can’t display the usernames instead of the real names. This is something that you should maybe look at changing in the theme, at least give the buyer the choice. Most members do not want their real names displayed.Thank you for all your help in resolving these issues!!
Missy
September 25, 2015 at 20:55 #79523Laura
ModeratorHello, can you share admin credentials so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2015 at 00:18 #79536sageeyes33
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);September 28, 2015 at 05:49 #79713Laura
ModeratorHello, you could try Disable activation reloaded plugin and add a captcha to register form
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 29, 2015 at 06:54 #79818sageeyes33
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
October 1, 2015 at 08:28 #80232Laura
ModeratorHello, the plugin should not create any issue, i am using it in some websites 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 1, 2015 at 20:14 #80338sageeyes33
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
October 3, 2015 at 23:15 #80677Laura
ModeratorHello, glad it helped! Let me know if you need anything else 🙂
And you are welcome! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.