BuddyBoss Home – Web Support Forums Solutions Social Learner Buddypress for Learndash — Wow and thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #54816
    @mpinnoutlook-com

    First — this plug-in idea is a life saver for us. Great job and hopefully we can migrate to your theme in near future.

    https://wordpress.org/plugins/buddypress-learndash/

    We are unable to see the same content details under the course tab off the BP group. The “course” tab redirects me directly to the course page. It does not show the 5 lessons associated with the course. also noticed the course names does not appear in the forum as well. We are attempting to integrate wth exstng BP group which already has multiple forums.

    https://wordpress.org/plugins/buddypress-learndash/screenshots/

    We are using a theme but installed all on a clean site with same results. Maybe we are not using the option correctly. I followed tutorial and youtube videos without luck.

    Again — great solution. I’m sure we just need a point in the right direction.

    Q: can you allocated multiple courses to one group?

    Thanks
    happy holidays!

    Answers

    #54871

    Anonymous
    @

    Hi @mpinnoutlook-com,

    Thanks for your feedback

    You will need to link Group with each individual Course.

    Please attach the screenshot or course url to get inspect issue.

    We can link multiple courses with Single Group
    Regards
    Varun Dubey

    #54890
    @mpinnoutlook-com

    responding with more details.

    Attached screen shots. We want to see exactly whats displayed in your video.

    Unable to see the lessons in the course tab.

    Unable to see forums.

    We linked them in course dashboard. Confirmed in the Course Manage tab as well.

    Tried on fresh WP sites with similar issues.

    BP, bbPress, LearnDash and Plugins fully loaded.

    I hope this helps.

    #54936

    Anonymous
    @

    Hi @mpinnoutlook-com, Please send your site login details if it is live we will check your settings
    seems learndash css is overriding there

    Please add following functions in your child theme functions.php

    
    function ld_fix_enqueue_styles() {
    wp_deregister_style( 'sfwd_template_css' );
    }
    add_action( 'wp_enqueue_scripts', 'ld_fix_enqueue_styles', 9998 );
     

    Regards
    Varun Dubey

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Buddypress for Learndash — Wow and thank you!’ is closed to new replies.