DreaminBig
Forum Replies Created
-
Forum: Reviews
In reply to: [BuddyPress for LearnDash] No Longer Maintainted@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 1 year, 6 months ago by DreaminBig.
Forum: Reviews
In reply to: [Fancier Author Box by ThematoSoup] Great with One Small HIccupI’m no power user either. What I did see was a channel id that I could consistently use to link to my channel. The username has given me problems before this plugin. I used the username shown on my channel page, my email address, and a number of other things, but I couldn’t get them to work. I saw that you were hardcoding youtube.com/user/ so I just found it and changed it to youtube.com/channel/ and it worked immediately. Perhaps there could be an option for username or channel. Or what I did will work to.
I have never written a review on this site before. That tells you how much I appreciate your plugin.