Support » Themes and Templates » Navigation bar help Please

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    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!

    Thread Starter bigdaddy5945

    (@bigdaddy5945)

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation bar help Please’ is closed to new replies.