BuddyBoss Home – Web Support Forums Solutions Social Learner Main Menu Messed Up After Updating Boss Theme

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

    #50283
    @drtonygoss

    My main menu is messed up after updating the Boss parent theme. I have attached a screenshot. The menu appears only when you hover below the white space where it should be. Can someone please help me resolve this issue?

    Tony

    Answers

    #50310
    @vapvarun

    Hi @drtonygoss, sorry for inconvenience

    Please match your child theme header.php structure with updated header.php from parent theme.
    if you have not did any customization in the child theme header.php please remove it from child theme folder
    Regards
    Varun Dubey

    #50323
    @vapvarun

    Hi @drtonygoss
    I have checked your site and updated social learner child theme header.php structure

    I have added following css to

    
    .left-menu-open #header-menu > ul > li {
        height: 80px !important;
        line-height: 80px !important;
    }
    
    #header-menu > ul > li {
        height: 81px!important;
        line-height: 81px!important;
    }
    

    to make some adjustment
    Regards
    Varun Dubey

    #50492
    @mlinton

    Has the Social Learner download been updated? I upgraded it to 1.0.5 this morning and my menu is still not working correctly.

    Boss. 2.0.2
    SL. 1.0.5

    #50534
    @vapvarun

    Hi @mlinton, It an minor css issue inside the Boss theme
    Please paste your site url, i will provide your corresponding custom css

    We are calculating height of the upload logo and the basis of uploaded logo height we are generating runtime css
    At present that calculation works for Boss theme not for social learner, We have fixed this issue in our development version. It will be pushed shortly.

    Regards
    Varun Dubey

    #50535
    @mlinton

    Thank you for assisting. learn.mlinton.com is the site I’m working on.

    #50541
    @vapvarun

    Hi @mlinton
    You can add following

    
    body.is-desktop #header-menu > ul > li {
        height: 92px !important;
    }
    

    Regards
    Varun Dubey

    #50556
    @onefreeinternet

    Hi Varun, updated my social learner to 1.0.5 as well and the main menu is broken, the buddypanel is the wrong colour, as is the background of the logo, so all the custom CSS that I wrote is not properly applied anymore.

    Your login and password are the same at http://eduwebcollege.com – please assist if you can?
    -C

    #50598

    Anonymous
    @

    Hi @onefreeinternet, we have corrected the main menu alignment and logo alignment..you can change the background color of buddypanel according to your requirement..

    Regards
    Pallavi

    #50642
    @ianclayton

    I downloaded Wp-Editor
    Navigated the Appearance Themes Editor
    Navigated to CSS folder file custom.cc using right hand toolbar
    Edited file and inserted
    body.is-desktop #header-menu > ul > li {
    height: 92px !important;
    }

    as provided by Varun

    Seems to be working…

    Hey Boss.Theme Please test your themes properly before issuing updates like 2.0.2… !!!

    #50706
    @vapvarun

    Hi @ianclayton @onefreeinternetwe we will push update today
    It will fix those issues

    Regards

    #50728
    @ianclayton

    Good – thank you.

    #50830
    @vapvarun

    🙂 Glad to help I will close this topic now.

    #50835
    @ianclayton

    Works great – thanks – fantastic response…

    #50837
    @vapvarun

    🙂

Viewing 15 posts - 1 through 15 (of 15 total)
  • The question ‘Main Menu Messed Up After Updating Boss Theme’ is closed to new replies.