Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • hmarshall
    Member

    @hmarshall

    Ok didn’t realise it was called an admin bar. Have changed it now!


    hmarshall
    Member

    @hmarshall

    @nit3watch that’s useful thanks. But my normal login still shows up above, and my facebook login too. Is there a way to remove the normal buddypress login and have the facebook login bar below the ajax login?


    hmarshall
    Member

    @hmarshall

    Hi @dwenaus

    Please could you tell me which file I have to insert this in as I’m very new to BP? I have a child theme based on the default theme.
    Thanks


    hmarshall
    Member

    @hmarshall

    This seems to have changed the text that appears in the login field


    hmarshall
    Member

    @hmarshall

    Sorry I keep reposting, I keep figuring it out.

    I added the word “top” to border, so it’s now:
    ul#nav {
    border-top: 0px solid #ffffff;
    border-bottom: 0px;
    border-width: 0px 0;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    background: #2554C7;
    font-size: 11px;
    }

    ul#nav li {
    display: inline;
    float: 0px;
    margin: 0px;
    font: 11px normal “Tahoma”;
    font-weight: bold;
    }

    ul#nav li a {
    float: left;
    padding: 5px 10px;
    color: #ffffff;
    border-right: 0px solid white;
    border-left: 0px solid white;
    background: none;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    }

    ul#nav li.selected a, ul#nav li.current_page_item a {
    background: #15317E;
    color: #ffffff;
    }

    ul#nav li a:hover {
    color: #151B54;
    background: #ffffff;
    }

    I tried adding “bottom” but couldnt get that to work.

    If anyone could check this (it seems to work for me) that would be great.

    Thanks
    Harry


    hmarshall
    Member

    @hmarshall

    Ok this is the code I’ve added:

    ul#nav {
    border: 3px solid #ffffff;
    border-width: 2px 2;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #98AFC7;
    font-size: 11px;
    }

    ul#nav li {
    display: inline;
    float: 0px;
    margin: 0px;
    font: 11px normal “Tahoma”;
    font-weight: bold;
    }

    ul#nav li a {
    float: left;
    padding: 5px 10px;
    color: #003366;
    border-right: 2px solid white;
    border-left: 2px solid white;
    background: none;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    }

    ul#nav li.selected a, ul#nav li.current_page_item a {
    background: #151B54;
    color: #ffffff;
    }

    ul#nav li a:hover {
    color: #151B54;
    background: #ffffff;
    }

    It seems to work. I’ve just added it in my new child theme css file underneath the “inherit default theme…” stuff. Does all that look ok?

    I wasn’t able to work out how to remove the border underneath, if you’re able to help?


    hmarshall
    Member

    @hmarshall

    Great thanks mate – It was all trial and error (I’m sure it’s very intuitive to people who’s seen it before) but that’s the first code i’ve ever edited!

    A couple of questions if you have time:

    How do I add the hover function? Can I change the text? How do I remove the border underneath?


    hmarshall
    Member

    @hmarshall

    That’s great, thanks mercime.

    So I just add this code:

    .solidblockmenu{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Arial;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    border: 1px solid #625e00;
    border-width: 1px 0;
    background: black url(media/blockdefault.gif) center center repeat-x;
    }

    .solidblockmenu li{
    display: inline;
    }

    .solidblockmenu li a{
    float: left;
    color: white;
    padding: 9px 11px;
    text-decoration: none;
    border-right: 1px solid white;
    }

    .solidblockmenu li a:visited{
    color: white;
    }

    .solidblockmenu li a:hover, .solidblockmenu li .current{
    color: white;
    background: transparent url(media/blockactive.gif) center center repeat-x;
    }

    As I’m a complete novice, is there any chance you could tell me which file i’d have to put that in? I want it to appear in exactly the same position as the default theme menu. Do I do anything with the html code in that link?

    Cheers
    Harry


    hmarshall
    Member

    @hmarshall

    Thanks Paul!


    hmarshall
    Member

    @hmarshall

    Thanks Paul. Does it work in BP too?


    hmarshall
    Member

    @hmarshall

    ok i just did that – great thanks.

    You dont happen to know how to change the notification email origin do you? Mine says noreply @www.mysite.com and i dont want the www. to appear


    hmarshall
    Member

    @hmarshall

    Ok thanks, I’ll try that. My hosting is with ipage so i should be able to do it through their FTP program.

    Does that plugin work for buddypress including on member pages?


    hmarshall
    Member

    @hmarshall

    Sorry it got kind of late in Spain when I posted that!

    I uploaded it using wordpress and it’s in this folder:
    wp-content/uploads/2011/04/Favicon.ico

    Is that ok?

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