I am wanting to display two components (DocTypes) side by side on a wide page and stack on a mobile page. I am trying to use a Grid Layout with the Umbraco Doc Type Grid Editor package. It's having issues finding the templates and when it does it barks about not being able to find dependencies, etc.
How is everyone else doing this? I'm thinking I might be better off just managing as typical DocTypes in the back office and detect them in the page template. Then handle by putting the partial views into my own grid.
How to display DocTypes side by side
I am wanting to display two components (DocTypes) side by side on a wide page and stack on a mobile page. I am trying to use a Grid Layout with the Umbraco Doc Type Grid Editor package. It's having issues finding the templates and when it does it barks about not being able to find dependencies, etc.
How is everyone else doing this? I'm thinking I might be better off just managing as typical DocTypes in the back office and detect them in the page template. Then handle by putting the partial views into my own grid.
Thoughts, comments?
is working on a reply...