• Resolved cwa10

    (@cwa10)


    Hi,
    I cannot put on a login or registration form for my courses. I also would like to remove the option “buy now” on my course page. I want my clients to book via “Boka nu” and then I will manually activate them, send them a link to the course with a login option. I’ve tried to enable “anyone can register” but it still doesn’t work.

    I also want to remove or rename “Curriculum” since the name in Swedish is very elementary schoolish. I tried to add the code below, but it doesn’t work.

    Please, please do you have a solution for this?

    Wish you the best,
    Charlotte

    function theme_prefix_lp_course_tab_remove( $tabs ) {
    unset( $tabs[‘curriculum’] );
    return $tabs;
    }

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Can you tell us what is Boka nu?

    Thanks

    Thread Starter cwa10

    (@cwa10)

    Thank you for your prompt reply and sorry for not being clear; “Boka nu” is a registration form from “User Registration” which I added before I started to use Learnpress. I can change this if that’s the problem..?

    Many thanks!

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    If the user can’t register on your site, maybe have an error or conflict. Please enable the debug mode of WordPress and disable each plugin to check.

    Thanks

    Thread Starter cwa10

    (@cwa10)

    I figured this out, thank you!

    KR,
    Charlotte

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No registration form’ is closed to new replies.