Questions tagged [learndash]
52 questions
0
votes
2 answers
How to change the CSS style of my website for different group of users?
I have been trying to figure out how to make this happen but i could not find the right thing to connect to the group of people.
The information i have until now is that i have ID for each group of people, but don't know how to use it to referred…

Dominick Siqueira
- 45
- 7
0
votes
1 answer
Notice: Undefined index: on wordpress
I've an error on my wordpress site : I just modify little thing I use Buddyboss and learndash 3.0 and this have appeared since I've modify something but I don't know what is this error
Notice: Undefined index: id_base in…

Christo Hardmn
- 35
- 9
0
votes
1 answer
How can I mark a course as completed for a specific user in LearnDash? I want a function that will mark all lessons, topics, quizzes as complete
I found the "learndash_mark_complete" but it shows a button to complete. I want to complete it programatically for a few users in a few courses

Yash Ranka
- 13
- 3
0
votes
0 answers
WordPress - Uncaught Invariant Violation: Minified React error #200
I am working on the Leandash project , In which I have displayed the Leandash "Quiz setting Tab" from back-end ( https://prnt.sc/12uoikj ) to Front-end ( https://prnt.sc/12uok4v )
Now ALL the fields are working fine , except toggle fields
For…

Parthavi Patel
- 739
- 11
- 28
-1
votes
1 answer
How to change the button text "View Lesson" in LearnDash
I was trying to change the text through translation but it didn't work. so
the following worked..
add_filter( 'gettext_lds_skins',function( $button_text = '', $post_id =0 ){
$button_text = "Check ";
return $button_text;
}, 10, 2 );
Now why…

N Miaoulis
- 83
- 8
-1
votes
1 answer
Adding newly registered users to different leardash groups depending on different wordpress registration page
I have two WordPress registration pages eg https://example.com/adult-register-url and https://example.com/youth-register-url. I have created 2 learndash groups with different courses one group is the adult group and the other group is the youth…

kevin mugwe
- 35
- 8
-2
votes
0 answers
Learndash current $group_id for group leader
Our WP/Learndash group leaders may be administering any of several groups they are a member of. In the context, related here, they have already logged in to the WP site and chosen a group from a drop-down they wish to work with/administer.
How can…

Ron Robinson
- 1
- 1