• scifigirl128

    (@scifigirl128)


    It seems like this plugin is no longer maintained – last update was 4 years ago. Seems to work okay for me except for on a user’s Buddypress profile page. It messes up the Buddypress styles, and the course tab doesn’t work. There are a bunch of links to courses, but there are two of every single one, and it’s just an ugly list. I’d love for it to just use the Learndash profile shortcode [ld_profile] as that looks much better, but I don’t know where to look to edit this in the plugin file. If anyone knows, I’d appreciate it!

    Otherwise, 3 stars because yes it works. There are groups for each course, and I have bbpress forums attached to each. But the profile page issues and lack of updated support drop my rating down to 3 stars.

Viewing 1 replies (of 1 total)
  • @scifigirl128 It kinda sucks that this plugin has been abandoned.

    I had the same issue with the “my courses” link displaying a list of doubled hyperlinked course names. I had two links, my courses and enrolled courses. The second link for enrolled courses worked fine, so I commented the my courses out.

    Here’s the css I added to my child themes style.css document. /wp-content/themes/yourtheme/optional child theme/style.css

    /*Hiding the My courses link in Youzify/Buddypress*/
    #courses-courses-personal-li {
    display: none !important;
    }

    Hope this helps.

    • This reply was modified 2 weeks, 3 days ago by DreaminBig.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.