2015-04-03, 13:57:23
two suggestions for the navigation plugin.. to make it a lil bit more flexible, and at the same time more 'compatible' with base/unrecompiled bootstrap3 css....
1. optionally use list items for each item in breadcrumbs (the ol tags would be in the template or component the breadcrumb is called from, so not added by the plugin itself).. inserting a specified class to the last (current page's) li and skipping its link (not needed for the last/current page)
2. param to change the class added to current item in a nav menu from 'current' to whatever else might be desired
easy enough to go in and hard code the changes in the plugin's code, but others may see some value in the extra options..
1. optionally use list items for each item in breadcrumbs (the ol tags would be in the template or component the breadcrumb is called from, so not added by the plugin itself).. inserting a specified class to the last (current page's) li and skipping its link (not needed for the last/current page)
2. param to change the class added to current item in a nav menu from 'current' to whatever else might be desired
easy enough to go in and hard code the changes in the plugin's code, but others may see some value in the extra options..