Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brett Cohen 4 posts 25 karma points
    Jan 08, 2011 @ 18:00
    Brett Cohen
    0

    Navigation

    I am new at this...

    How do I make the nav drop down on the top level pages?

  • Kim Andersen 1447 posts 2196 karma points MVP
    Jan 08, 2011 @ 18:04
    Kim Andersen
    1

    I would go for XSLT when creating a menu of any kind. If you know how the final rendered HTML should look like, you should be able to create this with XSLT.

    Maybe you can find some inspiration in the default build-in XSLT templates in Umbraco. Simply create a new XSLT-file (in the Developer section), and choose one of the XSLT templates. Maybe something like "List subpages from ... ". Have you ever worked with XSLT or you new to this as well as Umbraco?

    /Kim A

  • Brett Cohen 4 posts 25 karma points
    Jan 08, 2011 @ 18:07
    Brett Cohen
    0

    I am new to XSLT but figured out how to do it in the Runway kit. I am trying to figure out how to do it in the Standard Website Kit. I know it is something simple.

  • Kim Andersen 1447 posts 2196 karma points MVP
    Jan 08, 2011 @ 18:10
    Kim Andersen
    0

    If you made it work in the Runway kit, then you should be able to almost just copy the code from that XSLT-file into your Standard Website Kit as well. Have you tried this?And if yes, are you almost there and just missing a small part of the menu, or haven't you rendered any menu at all yet? Just asking to know wheter you are starting from scratch or not :)

    /Kim A

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 08, 2011 @ 18:13
    Jan Skovgaard
    0

    Hi Brett and welcome to the community

    As Kim is saying there are some nice pre-made XSLT files you can use for you navigation macroes. When you create an XSLT file you can choose them from the dropdown list, that appears.

    I usually recommend the "sitemap" file because it goes through all the nodes recursively - but of course it depends on what kind of navigation structure you're making.

    If you have any problems getting it to work please don't hesitate to show us your code and give us a description of the problem so we can help you out :-)

    /Jan

  • Brett Cohen 4 posts 25 karma points
    Jan 08, 2011 @ 18:47
    Brett Cohen
    0

    Maybe I'm not clear on what I want to do. I would like to make a menuing system similar to http://www.emagineusa.com. I know how to do it in a variety of different ways but I am testing Umbraco and I would like to see how easy using this CMS.

     

    Thanks.

  • Brett Cohen 4 posts 25 karma points
    Jan 08, 2011 @ 18:49
    Brett Cohen
    1

    Found this post:

    http://our.umbraco.org/forum/using/ui-questions/5697-Attractive-drop-down-menu

     

    I am familiar with SuperFish, so I will try that.

  • Ben Price 15 posts 35 karma points
    Feb 02, 2011 @ 05:58
    Ben Price
    0

    Brett, how did you get it going in the basic site?  Can you please explain?

Please Sign in or register to post replies

Write your reply to:

Draft