BuddyBoss Home – Web Support Forums Solutions Social Learner Titlebar Menu not displaying very well

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

    #45794
    @onefreeinternet

    Hi guys!

    Just bought Social Learner and I love it, but I’m having some small problems with the display of the top menu bar after uploading my logo.

    It seems that when I did, the profile image got pushed down while the body’s content got slightly shoved under the menu.

    I host with mediatemple.net, so I don’t have access to or the power to change anything in the php.ini file. Anything else I can do to fix this?
    Please see the attachment 🙂

    Answers

    #45839
    @onefreeinternet

    Bump? Hey guys, I really do need help with this. Any and all is appreciated. 🙂

    #46067
    @vapvarun

    Sorry for delayed response, I have fixed at your website, please check it once
    our most of developers including myself were gone to attend WordCamp.

    Regards
    Varun Dubey

    #46069
    @onefreeinternet

    That’s not a problem @vapvarun – are you still getting trouble to log in via FTP? I’m PMing you an image of the settings.

    Thanks again! And sorry, I thought the gathering had finished already. I understand what’s going on now 😀
    -C

    #46072
    @onefreeinternet

    @vapvarun, I’ve messaged you with this:

    while the titlebar logo is now displaying properly, the page’s content is still stuck under the menu bar, and the logged in user’s avatar is not properly aligned. e.g. : the ‘Profile” link is hidden under the title bar, and all the content on that level is stuck underneath. See here:
    http://bit.ly/1OzO2Vv

    Can you tell me what you’ve done so I know how to address the issue too?

    Thanks so much for all your help. 😀
    -C

    #46074
    @vapvarun

    I have added css inside a Custom CSS option, you can get a new CSS option inside Appearance Menus
    I have kept it separate from theme codes

    #46075
    @onefreeinternet

    But @vapvarun, will the theme not need to be fixed if this is causing issues for the customers? Will you release an update where we won’t have to use custom CSS to fix it? Because now the body content is underneath the title bar and some of the links don’t show, as well as the logged in user’s avatar being misaligned. (please log in so you can see what I’m talking about…)

    Thanks again 🙂
    -C

    #46112
    @vapvarun

    Hi @onefreeinternet, I am working on it, it’s taking little bit time

    #46122
    @onefreeinternet

    No problem @vapvarun, thank you a ton.

    #46123
    @onefreeinternet

    !!! my courses and sensei installation are all gone! Did you delete them?? :O

    #46124
    @vapvarun

    Hi @onefreeinternet, Nothing is deleted , just those plugin are de active

    #46125
    @onefreeinternet

    Okiedokie @vapvarun 😀 phew

    #46135
    @vapvarun

    Hi @onefreeinternet, i had enabled all plugin again

    Main issue was getimagesize() which is not working at your host even we had added to htaccess file or php.ini apprach

    I have did modification on your parent theme and pushed the edits in our development version.

    Regards
    Varun Dubey

    #46137
    @onefreeinternet

    @vapvarun !! Excellent work. Thank you so much. I saw it, and I’m relieved. You’re awesome. <3 Is there a way I can get my custom CSS with colour settings, etc. back?

    -C

    #46141
    @vapvarun

    You just need to make your setting selection again, rest custom css is at same place.

    
    @import url(https://fonts.googleapis.com/css?family=Lato:400,900|Merriweather:400,300,700,300italic,400italic,700italic);
    
    body, p {
    font-family: 'Lato', sans-serif!important;
    font-weight:300;
    }
    
    #profile-nav span, #wp-admin-bar-shortcode-secondary .alert, .header-notifications a.notification-link span{
    font-family: 'Lato', sans-serif !important;
    font-weight:400;
    }
    
    #wp-admin-bar-shortcode-secondary .alert,
    .header-notifications a.notification-link span {
    font-family: 'Open Sans', sans-serif !important;
    }
    
    .entry-meta .post-date time {
    font-family: 'Lato', sans-serif !important;
    font-weight:400;
    }
    h1 {
    
    font-family: 'Lato', sans-serif !important;
    font-weight:900;
    
    }
    
    h2, h3 {
    
    font-family: 'Lato', sans-serif !important;
    font-weight:400;
    
    }
    
    h4, h5 {
    
    font-family: 'Merriweather', serif !important;
    font-weight:700;
    
    }
    
    h6 {
    
    font-family: 'Merriweather', serif !important;
    font-weight: 400;
    
    }
    
    h1.main-title,
    
    #item-header-content h1,
    
    #fwslider .slide .title,
    .group-info li p:first-child,
    #item-statistics .numbers span p:first-child {
    
    font-family: 'Lato', sans-serif !important;
    
    }
    
    .is-mobile #mobile-header h1 a {
    font-family: 'Lato', sans-serif !important;
    }
    
    .is-desktop #mastlogo h1.site-title {
    font-family: 'Lato', sans-serif !important;
    }
    
    /*********************/
    
    .inner{padding:1px!important;}
    .inner a{color:#000000!important; font-size:10px!important;font-weight:bold;}
    
    .directory.activity .item-list-tabs ul li a, .dir-form .item-list-tabs ul li a, .selected-tab, .buddyboss-select-inner, {font-size:11px !important;}
    
    .directory.activity .buddyboss-select{min-width:80px !important;}
    
    #aw-whats-new-submit {font-size:11px!important; padding:3px!important; max-width:100px!important}
    
    .directory.activity #buddypress form#whats-new-form #whats-new-submit input{width:80px !important;}
    
    .buddyboss-select-inner {font-size:11px!important; color:#000000; padding:0px!important;}
    
    #nav-bar-filter a{font-size:12px!important; text-transform:none;}
    
    #menu-top-bar-menu a {font-size:14px!important;text-transform:uppercase!important;}
    #subnav a{font-size:12px!important;color:#000000;}
    #subnav .current a{color:#273561!important;}
    
    .activity-header p{font-size:11px!important; color:#505050;font-style:italic;}
    .activity-inner p{color:#000000!important;}
    
    #mastlogo {
    padding: 30px 0 17px 22px !important;
    }
    

    I will close this topic , please feel free to create new topic for any further issues
    Regards
    Varun Dubey

Viewing 15 posts - 1 through 15 (of 17 total)
  • The question ‘Titlebar Menu not displaying very well’ is closed to new replies.