BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Minor issues
- This topic has 9 replies, 2 contibutors, and was last updated 9 years, 11 months ago by Alyssa.
Question
December 8, 2014 at 12:15 pm #33874@vosypaHey there admins! First of all, thanks for a great wp theme! I’ve got a couple of minor issues that I need help with.
1. I am using one of your recommended plugins – BP Profile Search. I would like to change the width of the fields, so that they are of equal width. (see my attachment) How and where can I do that?
2. Is it possible to change the size (height) of the header or even remove it completely, so that I end up with the menu itself?Thanks in advance!
Answers
December 8, 2014 at 4:17 pm #33876@alyssa-buddyboss
AlyssaParticipant@vosypa Welcome to the BuddyBoss community! This is a plugin issue but since it is easy you can try adding this to your child theme custom.css file:
.widget_bps_widget #buddypress .standard-form select{width:100%;}
Or you may need to use a fixed width (this is not recommend because it will not be responsive)Removing the header is the best option, add this to custom.css:
.header-inner{display: none;}
NOTE you will be unable to use the floating admin bar with this option.
If you would rather decrease the height then you can edit min-height but again you will need to edit the admin bar height as the minimum height is required for the floating admin bar.December 12, 2014 at 6:08 am #33938@vosypa@tjchester Thanks a lot for your response, it worked great!
One more thing, how can I add a logo to the menu string (just like on facebook, for example)?Thanks!
December 12, 2014 at 2:46 pm #33945@alyssa-buddyboss
AlyssaParticipant@vosypa can you send me a screenshot to verify the location you want the logo?
December 12, 2014 at 3:04 pm #33947@vosypa@tjchester Please see attached. Also, is it possible to move the menu to the right just like on the screenshot?
December 12, 2014 at 4:44 pm #33950@alyssa-buddyboss
AlyssaParticipant@vosypa this plugin should complete all the answers to your questions: https://wordpress.org/plugins/custom-admin-bar/
December 13, 2014 at 5:34 am #33958@vosypa@tjchester That’s not really what I am looking for. I want to have the same menu string as in the attached file (which is logo on the left, menu on the right.) What you proposed is a plugin that edits the tool- (or admin-) bar, but I cannot add and align the menu horizontally, it only allows a drop-down menu list under the company name.
So, my question would be: is it the menu string (excluding the admin bar) or the admin bar (excluding the menu string) that should be dealt with in order to achieve the same result as on the attached picture?
December 13, 2014 at 9:35 am #33960@alyssa-buddyboss
AlyssaParticipant@vosypa editing the adminbar beyond that plugin is beyond me. You would need to contact WordPress for further support on that issue, sorry.
December 13, 2014 at 9:38 am #33962@vosypa@tjchester ok, so let’s forget about the adminbar. How can I edit the menu string to meet my needs then?
December 14, 2014 at 9:38 am #33976@alyssa-buddyboss
AlyssaParticipant@vosypa I can help you fix the nav bar to the top of the screen with this code:
.nav-inner{width:100px; padding:0;} .main-navigation{position:fixed; top:0;}
But adding a logo to the menu would require some custom coding. For that you can follow a wonderful tutorial here: http://premium.wpmudev.org/blog/wordpress-custom-menu-icons/
- The question ‘Minor issues’ is closed to new replies.