Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter siehdiewelt

    (@siehdiewelt)

    Ok, actually I’m not sure if Radcliffe has an entry container. What can I do?

    Plugin Author Michael Beil

    (@michaelbeil)

    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';
    }
    
    }
    Thread Starter siehdiewelt

    (@siehdiewelt)

    No, that doesn’t work. With that it won’t pick up the chapter headings neither in Desktop-width (Temepra) nor mobile (Radcliffe).

    Thread Starter siehdiewelt

    (@siehdiewelt)

    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.

    Thread Starter siehdiewelt

    (@siehdiewelt)

    It’s okay: I found the “showTopLink: false” line in the component-heading.php!

    Plugin Author Michael Beil

    (@michaelbeil)

    Glad to hear.

    Plugin Author Nick Haskins

    (@nphaskins)

    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: https://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…

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Problems with Chapters Component’ is closed to new replies.