@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 3 weeks ago by DreaminBig.