BuddyBoss Home – Web Support Forums Solutions Social Learner three bugs after boss 2.0

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

    #49498

    Anonymous
    @

    There 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

    #49499

    Anonymous
    @

    I fixed the name now showing up on the top. I changed the font sites. The two other bugs are still there.

    #49501
    @mln83

    I 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;
    }
    #49504
    @mln83

    Correction:
    padding: 16px 20px 16px 25px;

    instead of

    padding: 0px;

    #49547
    @vapvarun

    Hey @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 Dubey

    #49570
    @mln83

    Thanks @vapvarun,

    I see that the suggested CSS changes are not necessary when updating to Social Learner 1.0.4.

    Regards,
    Michael

    #49635
    @mlinton

    Will 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,
    Mark

    #49671
    @vapvarun

    Hi @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 Dubey

    #49687

    Anonymous
    @

    The 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.

    #49741
    @vapvarun

    Hi @chansmith

    Sorry it is not working due to a typo mistake
    Line 79 header-profile.php inside Social Learner Child theme
    replace

    
    get_template_part( 'template-parts/dashboard-links' );
    

    with

    
    get_template_part( 'template-parts/header-dashboard-links' );
    

    Regards
    Varun Dubey

    #49809

    Anonymous
    @

    I will try that, let me know when it’s available for download

    #49843
    @vapvarun

    Hi @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 dubey

    #49895
    @mln83

    Thanks @vapvarun,

    Works great!

    #49917
    @vapvarun

    Hi @chansmith, @mln83
    We have made these edits in development version and it will be pushed within week
    Regards

Viewing 14 posts - 1 through 14 (of 14 total)
  • The question ‘three bugs after boss 2.0’ is closed to new replies.