Ok, actually I’m not sure if Radcliffe has an entry container. What can I do?
It should look something like this:
add_filter("aesop_chapter_scroll_container","mychaptercontainer");
function mychaptercontainer() {
if ( wp_is_mobile() ) {
return '.post-content';
} else {
return '.entry-content';
}
}
No, that doesn’t work. With that it won’t pick up the chapter headings neither in Desktop-width (Temepra) nor mobile (Radcliffe).
Sorry again, I forgott that I had the plugin “Mobile ShareBar” reactivated. Deactivated it and your code is working!
The last problem: The item “Top” in the chapter menu is not working. In the desktop version it brings you to the first chapter. And in mobile version the first chapter appears twice in the menu.
It’s okay: I found the “showTopLink: false” line in the component-heading.php!
Glad this is taken care of!
Hi there!
Love Aesop… can’t wait to get started using it, but there are some bugs I’m getting under my theme (Literatum) with Chapters and Timeline components…
Specifically to the chapters issue, if you take a look at a post I’m working on: http://impetus.io/2015/07/test001/ (works on firefox, not chrome), you’ll see the issues with the ‘chapters’ button in the bottom left moving up and disappearing as well as the chapters overlay breaking/acting strangely.
Also, though not currently activated, there also seems to be an issue when I activate JetPack with the chapters (very tiny) showing up above the content and floating, persistently in the center of the page…