• raywjohnson

    (@raywjohnson)


    How to set up LP on a multisite subsite?

    Activated only on subsite.example.com, but registration page lands on main site example.com/local-signup, which does not exist.

    The form action is: action=https://example.com/wp-signup.php

    code from this script is the cause…

    sfwd-lms/includes/payments/ld-login-registration-functions.php

    if ( is_multisite() ) {
      $learndash_register_action_url        = network_site_url( 'wp-signup.php' );
      ...
    } else {
      $learndash_register_action_url = site_url( 'wp-login.php?action=register', 'login_post' );
      ...
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi raywjohnson,

    Thank you for reaching out and for providing the code snippet.

    From the code you shared, it seems like it belongs to Learndash rather than LearnPress. Our LearnPress plugin does not contain a function or file structured like the one you mentioned (sfwd-lms/includes/payments/ld-login-registration-functions.php).

    If you’re using LearnPress, kindly clarify further or provide the exact steps leading to this issue. This will help us provide the most accurate guidance for your situation.

    If you’re indeed working with Learndash, we recommend reaching out to their support team for a detailed resolution.

    Looking forward to your response!

    Best regards,
    Brianvu-tp

    Thread Starter raywjohnson

    (@raywjohnson)

    I am embarrassed. Yep. LearnDash not LearnPress.

    Sorry about that.

    Plugin Support brianvu-tp

    (@briantp)

    Hi raywjohnson,

    No worries at all; It happens!

    If you ever decide to explore LearnPress, we’d be thrilled to have you on board and support your learning platform journey. Additionally, if you’ve enjoyed any part of your experience with our plugin or team, we would greatly appreciate it if you could leave us a 5-star review. Your support means the world to us and motivates us to keep improving!

    Thank you for your understanding, and feel free to reach out anytime.

    Best regards,
    Brianvu-tp

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.