The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Learndash in focus ...
 
Share:
Notifications
Clear all

[Solved] Learndash in focus mode / duplicated commet section

15 Posts
3 Users
2 Likes
2,563 Views
Posts: 1
(@mar7232)
New Member
Joined: 2 years ago

Hello,
I had the same problem.
With Learndash in focus mose and WpDiscuz comments I had two comments sections (the same) in lessons and topics footer.

I resolved with this code:

add_filter('learndash-focus-content-content-after', 'ld_wpdiscuz_comments_enable');
function ld_wpdiscuz_comments_enable(){
comments_template();
};

and adding this CSS (not in WpDiscuz --> Settings --> Styles and Colors --> Custom CSS Code) in general custumizing appareance:

.learndash-wrapper .ld-focus-comments {
margin: 2em 0;
visibility: hidden;
}

 

Hope this could help someone....
sure, schould be better that code doesn't double comments 😀

 

Marco

Page 2 / 2
Share: