hyunsupul / aesop-core

Open-sourced suite of components that empower interactive storytelling in WordPress.
http://aesopstoryengine.com
GNU General Public License v2.0
244 stars 56 forks source link

Attn: Theme Developers #190

Closed bearded-avenger closed 9 years ago

bearded-avenger commented 9 years ago

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!

  1. Sticky Maps https://github.com/bearded-avenger/aesop-core/issues/106#issuecomment-62764368
  2. Full Chapter Compatibility

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!!

chriswallace commented 9 years ago

:+1: