-
Author
-
July 6, 2015 at 08:14 #66778
Jg2015
ParticipantHi, 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
July 6, 2015 at 14:30 #66827sharmstr
Moderatorcant 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 solutionJuly 7, 2015 at 02:12 #67035Jg2015
ParticipantHi 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
July 7, 2015 at 14:22 #67098sharmstr
ModeratorYou 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 solutionJuly 7, 2015 at 16:46 #67153Jg2015
ParticipantHi 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: #Beacon2015i 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 buddypresssecondly (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 🙂
July 7, 2015 at 17:16 #67158sharmstr
Moderator1 – 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 solutionJuly 8, 2015 at 01:23 #67261Jg2015
ParticipantHi 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 🙂
July 8, 2015 at 03:27 #67275sharmstr
ModeratorHmmm. 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 solutionJuly 8, 2015 at 17:01 #67332sharmstr
ModeratorI 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 CODEhtml { 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 -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.