• I have a Revolution Church template site that I’ve taken over admin of. All of the menu items across a horizontal bar are editable, no problem there. The one I want to remove is the left most item, “home”. I can use the Chrome “inspect element” feature to see the code and can “delete node” and see the change on the site but cannot save the change because I cannot find where in the website file structure the code lives. I cannot see how to remove the menu item within the admin interface so I though hitting the code directly would be easier … but as I said, I cannot find which file the lines are in. A right click, view page source again shows me exactly what I need to edit but what file is this in??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The home page is quite often not a true page in some themes.

    can you post a link to your site please.

    Thread Starter nsharpley

    (@nsharpley)

    It’s a corporate Intranet site so no access from outside.

    ok, so look at the theme, and then google this to find out if they have either support documentation, a video, or a support forum.

    Thread Starter nsharpley

    (@nsharpley)

    I’ve found this information:

    topnavbar Revolution Church Template for Blogger
    To customize Top Menu , find the following code and edit with your own link.

    <div id=’NavbarMenuleft’>
    <ul id=’nav’>
    
    <li><a>Home</a></li>
    <li>
    <a>Sample Page</a>
    
    <ul>
    <li>
    <a>Sub Page #1</a>
    
    <ul>
    <li><a>Sub Sub Page #1</a></li>
    <li><a>Sub Sub Page #2</a></li>
    <li><a>Sub Sub Page #3</a></li>
    </ul>
    </li>
    <li><a>Sub Page #2</a></li>
    <li><a>Sub Page #3</a></li>
    <li><a>Sub Page #4</a></li>
    <li><a>Sub Page #5</a></li>
    </ul>
    </li>
    <li><a>Sample Post</a></li>
    <li><a>Blog Page</a></li>
    </div>

    But cannot for the life of me find where this code is specified!!

    ANYONE??

    Have you asked the developers/vendors of the theme? These forums only support themes from this site – so really have no way to help with a theme from elsewhere.

    try header.php, otherwise since we cannot see the website and as WPyogi says the theme is not supported here, there’s not a lot more we can do to help you.

    It’s a bit like me asking you where the bonnet/hood catch/release is on my Ford Ranger – you and I know it has one, but without either the manual or seeing the car, you can’t tell me !

    Sorry !

    Thread Starter nsharpley

    (@nsharpley)

    Robin W … bang on!

    That was it … I found it this afternoon just before I left work!

    Header.php indeed. Seems the Home link is the only one set in there in that way, the others stem from posts.

    Thanks …

    Great, glad you’re sorted !

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Cannot remove menu item’ is closed to new replies.