Question

Photo of Dillan Cagnetta

0

Homepage -> rearrange navigation items and remove "HOME" link

how do I rearrange the navigation menu items? and remove the HOME link

I clicked page properties in the admin panel, rearranged the order but it doesnt do anything

also, HOME is not listed, so its not deletable

 

  • Photo of Nick Sheck

    1

    Have you tried reording the child pages from the home page?

    Screen Shot 2015-04-30 at 9.27.28 AM.png

  • Photo of Nick Sheck

    1

    I think I figured out what's going on with the 'home' link. The Flat theme (the one your using), includes the home page in the nav. This is what I recommend:

    1. Duplicate the Flat theme and rename it (RockWeb/Themes/Flat)
      • Note: duplicating the theme is probably better than modifying the existing — if there are updates in the future to that theme you will probably lose your changes.
    2. Delete line 4 (this line) from RockWeb/Themes/[Your New Theme Name Here]/Assets/Lava/PageNav.lava
    3. Switch to the new theme
    • Arran France

      Hey Nick,
      The way I've been handling this is by copying the content of the PageNav.lava, removing the line, and then pasting the modified contents into the block template. Is there any reason that duplicating the theme would be better practise than that?

    • Nick Sheck

      No that definitely works. One downside, however, is that by default the PageNav lava is linked to by the Page Menu modules. So you may or may not have to edit several blocks to get it consistent.

  • Photo of Kelley Langkamp

    0

    To remove HOME, on the home page, click the Block Configuration button on the blue toolbar at the bottom, for the Header Text block, click Edit HTML and you can remove the text and the link.

    • Dillan Cagnetta

      i want to remove the HOME on the right menu navigation items. There is no edit HTML option on that navigation block