[Resolved] Navigation Previous next

Home Forums Support [Resolved] Navigation Previous next

Home Forums Support Navigation Previous next

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1033524
    Ernst Wilhelm

    How can I initiate a previous next navigation between single posts?

    Thanks, Ernst Wilhelm

    #1033568
    Leo
    Staff
    Customer Support

    Hi there,

    This should help:
    https://docs.generatepress.com/article/blog-content-layout/#single

    Let me know πŸ™‚

    #1033608
    Ernst Wilhelm

    Thank you. Got it. What do I need to do to get the following
    < prev next >
    instead of
    < prev
    > next

    #1033609
    Leo
    Staff
    Customer Support
    #1033943
    Ernst Wilhelm

    Thanks

    #1034381
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1096294
    Alec

    With the latest GP/ GPP update I am using SVG. I need to fix/move the right arrow in nav-next instead of this:
    < post 1 > post3

    to this:
    < post 1 post3 >

    I guess it has to do something with this part:
    .post-navigation .nav-next .next:after {
    font-family: GeneratePress;
    text-decoration: inherit;
    position: relative;
    margin-left: .6em;
    width: 13px;
    text-align: center;
    display: inline-block;
    content: “\f105”;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    speak: none;
    }

    my reference: https://docs.generatepress.com/article/inline-post-navigation/

    Thanks in advance

    #1096344
    Leo
    Staff
    Customer Support

    Any chance you can link me to the page in question?

    Feel free to open a new topic so you can use the private URL field.

    Let me know πŸ™‚

    #1096421
    Alec

    sure:

    https://aleckatzmusic.com/playing-jazz-standards/

    thanks for a quick reply

    #1096461
    Leo
    Staff
    Customer Support

    Try this CSS:

    .post-navigation .nav-next {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .entry-meta .nav-next .gp-icon {
        margin-right: 0;
        margin-left: .6em;
    }
    #1096506
    Alec

    Thank you, Leo it worked well! πŸ‘

    #1096508
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1616208
    Ian

    Is there a way to add a second set of post navigation links on the single post page? I was wanting to have the second set show up below the comments in addition to the ones that show up at the end of the post.

    #1616211
    Leo
    Staff
    Customer Support

    Any chance you can open a new topic for your question?

    Thanks πŸ™‚

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Navigation Previous next’ is closed to new replies.