This topic has 7 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #79199
     sageeyes33
    Participant

    Hi 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

    #79523
     Laura
    Moderator

    Hello, 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 solution
    #79536
     sageeyes33
    Participant

    Hi 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);

    #79713
     Laura
    Moderator

    Hello, 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 solution
    #79818
     sageeyes33
    Participant

    Hi 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

    #80232
     Laura
    Moderator

    Hello, 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 solution
    #80338
     sageeyes33
    Participant

    I 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

    #80677
     Laura
    Moderator

    Hello, 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
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?