BuddyBoss Home – Web Support Forums Themes Boss. theme Problems with Titlebar Menu Upon Upgrade to Boss 2.0.0

Viewing 15 posts - 1 through 15 (of 25 total)
  • Question

    #49476
    @dbayless

    Upon updating my Boss. theme to 2.0.0 (with Social Learner for Sensei 1.0.3 child theme), my titlebar menu is now misbehaving rather badly. Attached are four (4) screenshots that illustrate my problems:

    Screenshot 1

    • Desktop view
    • BuddyPanel open
    • User logged in

    You’ll notice that the titlebar menu isn’t visible.

    Screenshot 2
    Same as above, except I hover my cursor over the titlebar. Now the titlebar menu is visible, but it’s not in the proper position.

    Screenshot 3
    Same as above, except the BuddyPanel is closed. As before, the titlebar menu is not visible unless I hover my cursor over the titlebar. When I do, the titlebar menu is incorrectly positioned. Furthermore, there is now a visible gap between the visual elements of the titlebar and the body of the page.

    Screenshot 4
    This is the mobile view with the BuddyPanel open. The titlebar menu items have been appended to the top of the BuddyPanel, but they are jumbled together.

    Overall, Boss. 2.0.0 seems a big step forward. However, the formatting/positioning problems with the titlebar menu are a step backward for me. Any suggestions?

    Answers

    #49538
    @icuc

    I have the same problem on upgrade to Boss 2.0.0 – my title menu has disappeared and only appears on mouse over.

    Also, is this linked with not being able to access BuddyBoss>Boss Theme and also Appearance>Customise which both go to a blank screen now? Customise works if I switch back to the Twenty Fifteen theme – just does not work for either Boss. theme or Social Learner 1.0.2 theme.

    #49545
    @payenda

    I have same problem with boss 2.0 and social learner for learndash.

    #49551
    @vapvarun

    Hi @dbayless, @payenda, @icuc
    Sorry for inconvenience. you will need to do an extra effort Please also merge your customization with Social Learner (1.0.4) child theme.
    We have made header structure modular and in future it will help to minimize the edits in Social Learner child theme for us.

    Regards
    Varun Dubey

    #49559
    @dbayless

    @vapvarun, you wrote:

    Please also merge your customization with Social Learner (1.0.4) child theme.

    Thanks! That did the trick. However, it seemed to introduce another, minor, problem:

    • I set Buddy Boss > Boss Theme > Styling > Titlebar (Desktop) > Logo Area Background to white (#ffffff)
    • However, the logo area background color remains the default

    Screenshots attached.

    Any ideas on how it might fix the color?

    #49571
    @vapvarun

    Hi @dbayless
    It seems working for me, please try to make selection again and save your changes
    and also make sure you have not added any custom css for it earlier
    I have just tried on my development setup and it worked fine
    Regards

    #49584
    @dbayless

    I still can’t change the background color of the logo area from the default color. The problem only occured after updating to Social Learner 1.0.4. The following is the only custom CSS active on my site:

    /* Fix problem with dropdown menu on profile pages in desktop view */
    .is-desktop #item-buttons .pop .inner a {
     color: #30445c !important;
    }
    .is-desktop #item-buttons .pop .inner a:hover {
     color: #fff !important;
     background-color: #30445c !important;
    }

    When I turn the CSS off, there is no change to the logo area background color.

    #49652
    @vapvarun

    Hi @dbayless Please confirm header.php contain the new new codes which you have inside fresh version of Social Learner Child theme or your customized codes ?

    For quick fixs you can use following css class to set logo background replace red with color code what you need

    
    .is-desktop #mastlogo {
        background-color: red !important;
    }
    

    Regards
    Varun Dubey

    #49665

    Hi @vapvarun

    I have the same problem – the css fixed it – but the customizer doesn’t function. Btw. I have a start page without the buddypanel.

    #49669
    @dbayless

    Varun, you wrote:

    Please confirm header.php contain the new new codes which you have inside fresh version of Social Learner Child theme

    All I can confirm is that the header.php file is that which was included in Social Learner for Sensei 1.0.4. The custom CSS, however, did allow me to replace the default logo area background color with my desired color (white). Thanks!

    #49673
    @vapvarun

    If you are still not getting background color for logo

    Please add following custom css

    
    .is-desktop #mastlogo {
        background-color: #fff !important;
    }
    

    Regards

    #50515
    @dbayless

    @vapvarun, I just updated to Boss. 2.0.2 and Social Learner for Sensei 1.0.5. The problem of the disappearing Titlebar Menu has re-emerged. That is, the titlebar menu is missing unless I hover my cursor at the top of the page. At that point, the titlebar menu is not in the right location. See attached screenshot.

    #50524
    @dbayless

    @vapvarun, unless you did something to my site, this problems seems to have resolved itself. Cache issue? In any event, the titlebar menu is now working as before.

    #50525
    @vapvarun

    Hi @dbayless It’s an known issue, I have fixed inside your site few minutes ago at your website.
    Regards

    #50546
    @apextraining

    I am having the same issue with the title bar, it also seems to have re sized my slider. Just got boss 2.0.2 and social learner 1.0.5, is there a fix for this?

Viewing 15 posts - 1 through 15 (of 25 total)
  • The question ‘Problems with Titlebar Menu Upon Upgrade to Boss 2.0.0’ is closed to new replies.