Add auto nav to custom theme
Permalink
Hi!
I have made a custom theme according to
http://documentation.concrete5.org/developers/designing-for-concret...
Now, auto-nav doen't work properly, I can only view all subpages or no subpages, the other options, especially "subpage of current page" do not work.
How can I propery add auto-nav to my theme?
Thanks a lot!
Ax
I have made a custom theme according to
http://documentation.concrete5.org/developers/designing-for-concret...
Now, auto-nav doen't work properly, I can only view all subpages or no subpages, the other options, especially "subpage of current page" do not work.
How can I propery add auto-nav to my theme?
Thanks a lot!
Ax
The Auto-Nav block relies on the theme to supply the CSS for styling, function, and structure. By default, it does not add any CSS. Without CSS from the theme, the Auto-Nav links will be a long list of vertical links.
https://github.com/concrete5/concrete5/tree/develop/web/concrete/blo...
Additional features and CSS can be added through page templates. The Responsive Header Navigation template is an example of this. It adds JavaScript and a small amount of CSS.
https://github.com/concrete5/concrete5/tree/develop/web/concrete/blo...