Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • shortoldtree
    Participant

    @shortoldtree

    Anyone?


    shortoldtree
    Participant

    @shortoldtree

    I know I can add all fields to the ‘Base’ group so it all displays on the same page, but then it will also appear on the signup page which will make the signup page look huge.

    Is there anyway to add elements to the ‘Base’ group and not allow it to appear on the sign-up page?


    shortoldtree
    Participant

    @shortoldtree

    Just an update that I solved this issue by increasing the height of the search-bar element, this is the CSS I used:

    #header #search-bar .padder {
    padding: 10px 15px 0 20px;
    height: 60px;
    }

    I think the height needs to be 10px more than the original height of the logo image to stop the misalignment from happening.


    shortoldtree
    Participant

    @shortoldtree

    Please ignore my first question and refer to this question instead:
    ——————————————————————

    Hey guys, I need some help here with aligning the header bar of the default buddypress theme.

    I am trying to use an ‘image logo’ and left align the ‘navigation menu’. This is the result I want:

    My Image Logo
    Home|Create|Members

    The navigation menu needs to align right underneath the logo.

    What is happening right now is:
    ———————————-
    http://img580.imageshack.us/img580/8466/headerjdr.png

    I am not sure what I am doing wrong.

    Here is the css for the nav bar that I am using:

    #navigation #nav {
    margin: 40px 0 0 20px;
    list-style: none;
    padding: 0;
    float: left;
    border: 1px solid #000;

    }

    CSS for the h1 tag that contains the image:

    #header h1 {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
    border: 1px solid #000;

    }

    Any help appreciated!


    shortoldtree
    Participant

    @shortoldtree

    Just an update that using the following code in functions.php worked for me:

    add_filter(‘show_admin_bar’, ‘__return_false’);

    For anyone who wants to use this solution, just create a file named functions.php, add the above code, in your child theme folder and upload to your server.

    Please correct me if there is a better way to achieve this.

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar