We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 23360
    • 258 Posts
    Hello
    I am looking to presonilize the wayFinder.
    I found the solution with the css my setting the <li> and </li>

    My problem is that all <li> are modified, of course.

    How can I modify only the <li> and <ul> of the WayFinder?

    many thanks
      • 11975
      • 2,542 Posts
      You could use the outerTpl param to set a unique #ID to your menu.
      You’ll also have to change your css accordingly.

      #myMenu li{
      /*csscode inside */
      }

      :-)

        Made with MODx : [url=http://www.copadel.com]copadel, fruits et l
        • 23360
        • 258 Posts
        Excellent it sound good. I will test it after having reinstall the NODx


        many thanl
          • 23360
          • 258 Posts
          please tell me more I can not make it working
          I enter the
          [[Wayfinder? &startId=`0` &outerTpl=`wfOuter` ]]


          But what can I do more in the chunk.

          many thank
            • 23360
            • 258 Posts
            Quote from: pierrot10 at Nov 09, 2006, 10:29 PM

            please tell me more I can not make it working
            I enter the
            [[Wayfinder? &startId=`0` &outerTpl=`wfOuter` ]]


            But what can I do more in the chunk?

            many thank
              • 23050
              • 1,842 Posts
              Salut Pierrot,

              Qu’est ce qui ne marche pas ?
                • 23360
                • 258 Posts
                Salut Perrine,
                Ben maintenant ca marche. Je ne connais pas trop WayFinder et je croyait que je devai utiliser un chunk.
                Bref, j’ai trouvé un parametre de WayFinder pour qu’il ajoute un class a chaque <li> et une a <ul> de mon Wayfinder et ca marche nikel crome.

                voila la solution a celui a qui ca intéresse

                [[Wayfinder? &startId=`0` &rowClass=`row` &outerClass=`ul` ]]

                et j’ai modifier mon css


                ul.ul{
                margin-left:0px;
                margin-top:0px;
                padding-left:0px;
                }
                li.row{
                line-height:15px;
                padding-left:22px;
                background-image:url(../../images/plus.jpg);
                background-repeat:no-repeat;
                background-position:5px center;
                list-style-type:none;
                color: #999999;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                background-color:#F8F9FA;
                border-top:1px solid #eeeeee;
                }

                Y a pas un boutnon [resolu ] pour un post?

                Merci pour m’avoir aiguillé