Hi Brenden,
- No errors
- It is going to the node below Inspiration.
- Yes it was not directing to expected URL.
- Unexpected results
Have not try the SQL / Macro debug yet...
Here is an example of what I am doing
If I have a list of article collections under a folder call inspiration in the Navigation tree.
inspiration
- Design
- Stories
- Galleries
- Videos
The top of the Article List control has a filter on the Inspiration Page that allows the user to filter in on a type of article.
The filter works using page alias in Kentico. Example example.com/inspiration/design to get all design articles in the list on the Inspiration page. Using inspiration/{tagname} alias. The url in the browser will show inspiration/design. The code behind on the list will look for tagname = design to do the filtering.
This work until I turn on Enable Web analytics. Turning the Web Analytics back off did not return the function above.
My work around was to add an additional path (“tag”) that does not exist in Kentico to the alias to hook things up to. inspiration/tag/{tagname}