Questions tagged [wayfinder]

Menu formatting Snippet for ModX Revolution and Evolution

Wayfinder is a Snippet by kylej that scans a specified portion of the MODx document tree, finds all documents that satisfy a certain criteria (determined by the Parameters), and outputs a formatted list of those documents. The formatting of the output is template-driven, and can contain any combination of HTML, CSS and JavaScript, yielding an enormous degree of flexibility.

Wayfinder's primary purpose is to generate navigational menus that automatically update to reflect changes made to the document tree, but it can be used for other purposes as well.

21 questions
0
votes
2 answers

Wayfinder closing tags

When I inserting Wayfinder "tag" inside HTML tag, eg. [[!Wayfinder? &startId=1&level=1]] it closes leading tags and then inserting code generated by Wayfinder, eg.
Ye, I know, that making menus this way (nesting…
0
votes
1 answer

Wayfinder IncludeDocs parameter in Modx is breaking the snippet

I'm quite stuck on an unexpected problem. I'm trying to use Wayfinder to generate a sitemap for a project. The output of the navigation items is as expected, but I need to include a number of documents in addition to the primary navigation…
Duffy Dolan
  • 392
  • 3
  • 8
  • 19
0
votes
4 answers

Filter resources by template variable value with MODx Wayfinder

I have a site that uses Wayfinder to display the latest 3 entries from an Articles blog. Now, I want to only consider those blog entries that are tagged Highlights. My original Wayfinder call looks like this, nothing spectacular: [[!Wayfinder?…
Silly Freak
  • 4,061
  • 1
  • 36
  • 58
0
votes
5 answers

html / css dropdown menu not dropping

edit JSfiddle Simple question, i've got the following code but i dont know what to add to my css to lift the display:none; If you need further explaining feel free to ask in the comments.
0
votes
1 answer

Wayfinder not working on new Evo install

Ive just installed Evo 1.0.13 and am trying to get wayfinder working. I have copied the contents of wayfinder.inc.php in the snippets/wayfinder folder to a new snippet as the instructions dictate and have added: [[Wayfinder? &startId=`0`…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
2 answers

Wayfinder not respecting &level=`0`?

I have the following Wayfinder call: [[Wayfinder? &startId=`0` &level=`0` &includeDocs=`5,6,7,11,12`]] This should show the links to the listed resources, which are kept in a parent resource. However, they do not. They only way I can get it to work…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
1
2