The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpDiscuz community!
Merry Christmas and Happy Holidays! 🎄
Not work correctly with LearnPress
(@derzzale)
New Member
Joined: 5 years ago
The code I used was this to perform the integration wit LearnPress.
//add wpdiscuz to learnpress
function wpdiscuz_options($options) {
if ( LP_Global::is_course_item_type('lp_lesson') ) {
$lesson = LP_Global::course_item();
$options['wc_post_id'] = $lesson->get_id();
return $options;
}
return $options;
}
add_filter('wpdiscuz_js_options', 'wpdiscuz_options', 10, 1);
The problems I am having are:
- Comments with AJAX up to a certain limit work, but after 50 or more they load disorderly (without reloading the page).
- many of the options don't work like changing Custom Ajax functions
- The pagination does not work, only "Load more comments".
(@asti)
Illustrious Member
Joined: 8 years ago
Hi @derzzale,
- Comments with AJAX up to a certain limit work, but after 50 or more they load disorderly (without reloading the page).
- many of the options don't work like changing Custom Ajax functions
Please leave some example URL to allow us to check the issues.
- The pagination does not work, only "Load more comments".
Please record some video of the issue.
(@mobileappmogul)
New Member
Joined: 5 years ago
I am having the same issue as everybody else is. The comments won't post on my lessons pages in learnpress it displays in the lessons page, but when I post a comment, it goes to the course page. Has anyone found a work around to this issue? I have googled, tried the missing comments solutions 1-6 and everything else. I see a code at the top of this post. is this the solution? and if so, where do you place this code?
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8205
Feb 16, 2021 10:46 am