No classes generated in Autonav

Permalink 1 user found helpful
Hello everyone,

I added a autonav block like I always do, but this time the li and anchor tags didn't get classes added to them. i.e (li class='nav-item-1'). I've tried clearing cache and reinstalling autonav but no avail. Any ideas?

Kurtopsy
 
Remo replied on at Permalink Best Answer Reply
Remo
By default, there are no classes like "nav-item-1", you must have been using a custom template. This is the official template used to create the autonav output:https://github.com/concrete5/concrete5/blob/master/web/concrete/bloc...

As you can see, the only classes you'll find are: nav, nav-selected and nav-path-selected
Kurtopsy replied on at Permalink Reply
Kurtopsy
Thanks Remo! I made a custom template and it works perfect.