Navigation List issue, second (or Nth) pair of eyes greatly needed!
By all means this seems like it should work, but it absolutely falls over?
The structure is as follows:
-Home
--Category < top level shown
---Client < only shown on separate breadcrumb and client listings
----Project < only shown on separate project listing
-----Media/Image < displayed page
----Sub-Category < only shown on sub-menu
-----Client< only shown on separate breadcrumb and client listings
------Project < only shown on separate project listing
-------Media/Image < displayed page
--External Link Pages < displayed pages
--Information
---Section Pages < displayed pages
If anything is not clear, please post your question and I'll be happy to explain further!
Also, if you look at this and can see a better way it could be done, please do not hesitiate to make a suggestion!
And here's the semi-working version which shows the category and External link pages but doesn't show the Information sub pages unless you're viewing it manually:
Navigation List issue, second (or Nth) pair of eyes greatly needed!
By all means this seems like it should work, but it absolutely falls over?
The structure is as follows:
-Home
--Category < top level shown
---Client < only shown on separate breadcrumb and client listings
----Project < only shown on separate project listing
-----Media/Image < displayed page
----Sub-Category < only shown on sub-menu
-----Client< only shown on separate breadcrumb and client listings
------Project < only shown on separate project listing
-------Media/Image < displayed page
--External Link Pages < displayed pages
--Information
---Section Pages < displayed pages
If anything is not clear, please post your question and I'll be happy to explain further!
Also, if you look at this and can see a better way it could be done, please do not hesitiate to make a suggestion!
Thank you in advance!
Now here's the NON working version:
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
And here's the semi-working version which shows the category and External link pages but doesn't show the Information sub pages unless you're viewing it manually:
Category & Sub-Category Listing
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
Information Listing
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
is working on a reply...