BP Corporate Theme: move About link to nav

Hi,

The “about” link is way off on the right and I would like it to be on the navigation bar. How do I do this w/o making a prb fro myself when upgrade the theme to the latest version?

I’n not sure why there is a link to my site, the login and visit ‘buttons’ up on the top of the site rather than on the nav bar. Maybe they could move to be more prominent too.

Why does the Join US Here button not take me to a registration page?

Maybe there is a plugin I need to add to make it work.

Kind Regards,

Larry

  • Richie_KS
    • HummingBird

    @about link position

    the ‘about’ link was supposed to be there since the wp_list_page was

    called in the top-right.

    unless you do not want to use pages for your site or there’s only 1-2 pages

    only to show, you can remove the wp_list_page in top-right and move to the

    navigation bar to be place along with the (groups, members etc)

    try this, open header.php in #line 106+ comment out the code like this

    <? /* php wp_list_pages(‘title_li=&depth=0’:wink:; */ ?>

    and inline #150+ before <?php do_action( ‘bp_nav_items’ ); ?>

    add this code

    <?php wp_list_pages(‘title_li=&depth=0’:wink:; ?>

    @the login and visit ‘buttons’ up on the top

    that is the the bp adminbar. nothing much you can do about it.

    you definately cannot move it into the nav bar where group, member is:slight_smile:

    @the reg link

    the link should direct you to /register

    do you had a custom signup page or…

  • tishimself
    • Syntax Hero

    Hi,

    That helped. I added some test pages so taht the About page is not all by its lonesome and increased the font -size just for grins.

    No I don’t have a registration page. Is that where the JOIN US HERE button will take me we I put one togetherr?

    How do I add links to the nav bar? Let’s say I want to move the @About link to the nav bar while leaving all my otehr pages on the wp_list_pages?

    Kind Regards,

    Larry

  • Andrew
    • Champion of Loops

    Hiya,

    No I don’t have a registration page. Is that where the JOIN US HERE button will take me we I put one togetherr?

    If you have BuddyPress enabled and are using a BuddyPress theme then you should have a registration page. It should be at domain.tld/register

    How do I add links to the nav bar? Let’s say I want to move the @About link to the nav bar while leaving all my otehr pages on the wp_list_pages?

    You’ll have to edit the theme to pull that off I’m afraid. It’s not really easy to move custom items to the nav bar.

    Thanks,

    Andrew