This topic has 8 replies, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #66778
     Jg2015
    Participant

    Hi, Im having issues with the header/menu – there seems to be something stopping the menu from sitting at the top – i just keep getting a thick grey line in the way.

    Can anyone help ???

    i have attached screenshots.

    Cheers, JG

    #66827
     sharmstr
    Moderator

    cant tell whats going on by the pictures. need to see a link. respond privately if you want.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #67035
     Jg2015
    Participant

    Hi Sharmstr,

    my site is set as private (www.beacon.net.au) – could you provide me with an email address and i can send you login details.
    i have also attached another image – its the grey line at the top – seems to be a lot of white and grey between the menu and and the top of the page.
    i would like the menu to maybe be transparent with a tint of colour then on scrolling turn to white – not sure if this is possible.

    I have also had issues with buddypress and it might be good for you to have a look at this as well.

    Thanks for you help i appreciate it 🙂

    Cheers, JG

    #67098
     sharmstr
    Moderator

    You can respond privately with credentials.

    Looks like you might have top menu turned on in theme options > header, but dont have a top menu set.

    There are quite a few topics here about setting the menu transparency can color. Do a search.

    “issues” with BP is not enough information for me to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #67153
     Jg2015
    Participant

    Hi Sharmstr, Thanks for your reply.

    Site address – http://www.ebeacon.net.au
    to access the site – click login with google (Follow prompts) – username: testacc@ebeacon.net.au Password: #Beacon2015

    i have removed the top grey area but there still seems to be a white banner above the menu – i would like the menu to sit at the very top of the page.

    while you are there could you look at my buddypress install.

    there is an issue with uploading avatar images for users I’m not sure if there is a issue/bug or if i have missed something
    also i would like to remove the change password option in the profile section so that only admin can change the password so this is not an option in buddypress

    secondly (Sorry so many questions) i would like to remove the shopping cart in profile section.

    also while I’m at it 🙂 could you tell me how to remove the user name and password login so people can only login with the google button

    many thanks for your help 🙂

    #67158
     sharmstr
    Moderator

    1 – You’ve added custom css that is creating a 32px margin-top. See attached.

    2 – Because of the way BP wrote their settings form, there isnt a way to remove the password stuff completely with just css. You’ll have to copy /kleo/buddypress/members/single/settings/general.php to your child theme and edit the password fields out.

    3 – Theme Options > Woo > turn of Manage account in Buddypress

    4 – You can try this css

    COPY CODE
    
    #pwd_input_lable {
      display: none;
    }
    
    #log_input_lable {
      display: none;
    }
    
    .galogin-or {
      display: none;
    }
    
    .forgetmenot {
      display: none;
    }
    
    #login form p.submit {
      display: none;
    }
    

    otherwise see this https://codex.wordpress.org/Customizing_the_Login_Form

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #67261
     Jg2015
    Participant

    Hi Sharmstr,

    i didn’t add that Custom code unless i set it on the theme page – can i just edit it to a smaller amount.

    where can i find this to edit ???

    Many Thanks 🙂

    #67275
     sharmstr
    Moderator

    Hmmm. I dont know. If it was in the kleo-child/styles.css it wouldnt be echoed into the page source. Theme Options > General > Quick CSS will echo to the page source, but I didnt see anything in there. That rules out Kleo. Its doing it on every page so I doubt it you’ve put it into VC for that page.

    Many plugins give you the ability to add custom css and there are some that will echo it to the source. So, that’s where I’d look. I’d start disabling plugins until it was gone.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #67332
     sharmstr
    Moderator

    I looked at your site this morning and it looks like you still didnt find it, so I put this in your quick css to override it

    COPY CODE
    
    html {
        margin-top: 0px !important;
    }
    

    Look to see if that screwed anything up. Again, my concern is that it was either auto set by a pluging or was manually set to fix something else.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?