• timbobo

    (@timbobo)


    The story mode on this plugin makes it almost do what I needed it to do, which was page through an entire section of content with a title level, chapter level, and page level. I just don’t like that in this mode my very top level page still has a back button, which I had to work around. But this is easy to do with custom CSS on that particular page:

    /* hides the previous button on the first page */
    #linksPrevNext a:first-child{
    display: none;
    }
    /* hides the next button on the last page */
    #linksPrevNext a:last-child{
    display: none;
    }
    Having this as a widget is nice because you can decide exactly where you want it to appear. I am using “widgets on pages”, to just include it on pages where I want it to show up. It would be nice if you could still have a parent button in story-mode, but then just specify where you want that link to go.

    I recommend this plugin anyone trying to simply add some previous and next navigation to pages on your site. This plugin works well.

    • This topic was modified 6 years ago by timbobo.
    • This topic was modified 6 years ago by timbobo.
  • The topic ‘Really Nice’ is closed to new replies.