[Resolved] How to activate previous/ next post navigation

Home Forums Support [Resolved] How to activate previous/ next post navigation

Home Forums Support How to activate previous/ next post navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #90986
    Thomas Connertz

    Hi Tom,
    I think I’m just missing something: I can’t find how to activate the next post/ previous post navigation. This is not about styling like in many other support posts here; it doesn’t show up at all.
    I found out something strange:
    I’m using the Premium Package. In the customizer, I can go to Blog/ Blog Content and set Date, Author Categories, Tags and Comment Link to “Hide” or “Show”. If I set at least one of the last 3 options to “Show”, the titles of the next/ previous post are also displayed. Doesn’t work the same way with the Date or Author option.
    Is this intended?
    Website is dreiminutenei.de; all of the above mentioned options are set to “Hide”.
    (BTW: the German translation is excellent, but I’m glad this part is not complete – makes describing problems in English much easier.)
    Thomas

    #91035
    Tom
    Lead Developer
    Lead Developer

    Nice catch! Fixed this bug for the upcoming version.

    For now, you can use this CSS:

    .single footer.entry-meta {
          display: block;
    }

    Thanks!

    #91129
    Thomas Connertz

    Thanks a lot. Added the css and it works as expected.
    An additional question: when the bug is fixed in the next version, should I delete those lines from my custom css (assuming I haven’t added any other styling)?

    #91302
    Tom
    Lead Developer
    Lead Developer

    Yes, you’ll be able to delete those lines.

    Leaving them in there won’t hurt anything, but less code is better if it’s unnecessary 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.