We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17058
    • 80 Posts
    Hi folks outthere,

    I’m sure thats, not that hard. I need the ’magic’ tag for the DropMenu-Snippet, to show the children of a folder only when it’s parent is clicked.
    A better explanantion (here is an example)
    Tree in the System:
    start
    statements
    - person a
    - person b
    list of products
    - item a
    - item b

    the drop-menu should show (on entering the page)
    start
    statements
    products.

    by clicking on products the menu should be
    start
    statements
    products
    - item a
    - item b

    How to solve this problem?
    thanx. le block
      le_block is Member of FUTY | Medienagentur aus Leipzig mit Schwerpunkt Marketing, Branding, Print und Webdesign
    • li ul{
      display:none;
      }
      li.here ul{
      display:block;
      }
      
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 17058
        • 80 Posts
        Thanx sottwell,

        i knew, this is a css-issue rolleyes
        get it solved... thx again

        le block
          le_block is Member of FUTY | Medienagentur aus Leipzig mit Schwerpunkt Marketing, Branding, Print und Webdesign
          • 26435
          • 1,193 Posts
          here is a little tutorial on how to do your CSS for drop menu.
          it describes how to show only child folders/docs when a parent item is selected.
          this works for menus up to 3 levels deep!

          http://modxcms.com/forums/index.php/topic,3682.0.html

          -sD-
            Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
            All of the above... in no specific order.


            I send pointless little messages
            • 17058
            • 80 Posts
            Thanks for the Tutorial ScottyDelicious. This goes straight to the bookmark-list.

            le block
              le_block is Member of FUTY | Medienagentur aus Leipzig mit Schwerpunkt Marketing, Branding, Print und Webdesign