BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › three bugs after boss 2.0
- This topic has 13 replies, 4 contibutors, and was last updated 9 years ago by Anonymous.
Question
October 24, 2015 at 11:52 pm #49498@
AnonymousThere are two bugs after boss 2.0 update that I have seen. In plugins the buddyboss media will not show as being installed even though it is, says buy now. I even removed and installed it again.
The links at the top will not show correctly.
Last one is long name for site will not show on top left.Answers
October 25, 2015 at 12:13 am #49499@
AnonymousI fixed the name now showing up on the top. I changed the font sites. The two other bugs are still there.
October 25, 2015 at 1:02 am #49501@mln83I will just add a couple of more CSS bugs related to the top menu / logo area:
body:not(.left-menu-open) #mastlogo { <strong>padding: 16px 5px;</strong> }
.header-navigation > div > ul { height: 1.7em; list-style: outside none none; margin: 0px; padding: 3px 0px 0px; text-align: right; overflow: hidden; }
In both cases this can be remedied by replacing with:
body:not(.left-menu-open) #mastlogo { padding: 0px 0px; }
.header-navigation ul { text-align: center; top: 100%; line-height: 3; height: 74px; overflow: hidden; }
October 25, 2015 at 1:58 am #49504@mln83Correction:
padding: 16px 20px 16px 25px;
instead of
padding: 0px;
October 25, 2015 at 8:29 am #49547@
AnonymousHey @chansmith,
Thanks for input for Media plugin option issue, I have notified developers about it
Please also check with updated version of Social Learner child theme. We have modified header in modular section.
Thanks @mln83
Regards
Varun DubeyOctober 25, 2015 at 10:26 am #49570@mln83Thanks @vapvarun,
I see that the suggested CSS changes are not necessary when updating to Social Learner 1.0.4.
Regards,
MichaelOctober 26, 2015 at 4:30 am #49635@mlintonWill this be fixed with an automatic update or do I need to manually update social learner? The upper menu is my main concern.
I’m on BuddyBoss 2.0, Social Learner 1.0.3
V/R,
MarkOctober 26, 2015 at 8:50 am #49671@
AnonymousHi @mlinton, sorry you will need to update manual. Please create backup of your child theme first and upload Social Learner 1.0.4 and add your custom edits inside that.
We will try to skip Child theme update in future only very minimal if required.
Regards
Varun DubeyOctober 26, 2015 at 9:23 am #49687@
AnonymousThe dashboard link will not show when clicking my image on the right side. I tried the setting and still will not show
Also the media plugin still shows it’s not installed.October 26, 2015 at 11:47 am #49741@
AnonymousHi @chansmith
Sorry it is not working due to a typo mistake
Line 79 header-profile.php inside Social Learner Child theme
replaceget_template_part( 'template-parts/dashboard-links' );
with
get_template_part( 'template-parts/header-dashboard-links' );
Regards
Varun DubeyOctober 26, 2015 at 3:49 pm #49809@
AnonymousI will try that, let me know when it’s available for download
October 27, 2015 at 2:21 am #49843@
AnonymousHi @chansmith
You can make those edits in your child theme and it will work
https://www.buddyboss.com/support-forums/topic/admin-dashboard-links-not-visible-in-my-profile-menu/
Regards
Varun dubeyOctober 27, 2015 at 3:20 pm #49895@mln83Thanks @vapvarun,
Works great!
October 27, 2015 at 9:47 pm #49917@
AnonymousHi @chansmith, @mln83
We have made these edits in development version and it will be pushed within week
Regards
- The question ‘three bugs after boss 2.0’ is closed to new replies.