With 1.4 the Chapter component is now a slide out side menu that works with ALL themes by default. Instead of relying on theme developers to filter the classes, it now automatically adds the markup required:
If you have a custom implementation using the Chapter component, just filter this out to return false and filter the container and nav classes accordingly. What we've done in our themes is have just let Aesop now controls the chapter stuff as it's easier in the long run.
We just released Aesop Story Engine 1.4. Over the course of the last 2 major updates a lot has happened and I want you to be well aware!
With 1.4 the Chapter component is now a slide out side menu that works with ALL themes by default. Instead of relying on theme developers to filter the classes, it now automatically adds the markup required:
https://github.com/bearded-avenger/aesop-core/blob/master/public/includes/components/component-heading.php#L164
If you have a custom implementation using the Chapter component, just filter this out to return false and filter the container and nav classes accordingly. What we've done in our themes is have just let Aesop now controls the chapter stuff as it's easier in the long run.
Thanks for hangin' with us!!