Forums

Navigation bar help Please (4 posts)

  1. bigdaddy5945
    Member
    Posted 10 months ago #

    In trying to help my daughter I have screwed something up.
    http://jennas-internetmarketingcenter.com
    I need to center up the Home tab and also add 2 addition tabs: "About my Charity" and "Resources" I know it's simple but we are pretty new to this.
    Thanks

  2. figaro
    Member
    Posted 10 months ago #

    Looks like that's a theme you bought, so I can't download it to look at it, but the home bottom should be hardcoded in to link back to your homepage. Looks like you've created a submenu out of it? The other items "About my charity" and "Resources" could be pages...if you create pages with those names, then those links should show.

  3. drewactual
    Member
    Posted 10 months ago #

    go to your header.php (or whatever that theme calls the file responsible for everything north of content)

    find:
    <li><a href="http://jennas-internetmarketingcenter.com"></a>HOME</li>

    replace with:

    <li class="page_item page-item-2"><a href="http://jennas-internetmarketingcenter.com">HOME</a></li>

    you closed a link '/a' before the end of the tag, and you didn't assign it the proper 'class'..

    to add additional tags on that bar, copy and paste the line I rec'd as many times as you need a new link.. and then go to the code and change the text (home, ect) as well as the url... do these BEFORE the /ul /div tags.

    this is the way to hard code it. if your using widgets or such to control them, this is going to confuse issues. I am not familiar with that theme so i don't know which method your using.

    good luck!

  4. bigdaddy5945
    Member
    Posted 10 months ago #

    Bingo! Thanks, I hope I will be able to return the favors to others someday.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.