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

    #33874
    @vosypa

    Hey 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

    #33876

    Alyssa
    Participant
    @alyssa-buddyboss

    @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.

    #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!

    #33945

    Alyssa
    Participant
    @alyssa-buddyboss

    @vosypa can you send me a screenshot to verify the location you want the logo?

    #33947
    @vosypa

    @tjchester Please see attached. Also, is it possible to move the menu to the right just like on the screenshot?

    #33950

    Alyssa
    Participant
    @alyssa-buddyboss

    @vosypa this plugin should complete all the answers to your questions: https://wordpress.org/plugins/custom-admin-bar/

    #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?

    #33960

    Alyssa
    Participant
    @alyssa-buddyboss

    @vosypa editing the adminbar beyond that plugin is beyond me. You would need to contact WordPress for further support on that issue, sorry.

    #33962
    @vosypa

    @tjchester ok, so let’s forget about the adminbar. How can I edit the menu string to meet my needs then?

    #33976

    Alyssa
    Participant
    @alyssa-buddyboss

    @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/

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Minor issues’ is closed to new replies.