Site logo

[Resolved] How can I add Custom Post Navigation like in Volume?

Home Forums Support [Resolved] How can I add Custom Post Navigation like in Volume?

Home Forums Support How can I add Custom Post Navigation like in Volume?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #737768
    wonzilla

    I’ve imported the settings from Volume but I can’t see the custom post navigation at the end of the posts. How can I add it? It there any tutorial for this? Screenshot:

    https://ibb.co/cdGF0V

    #737926
    David
    Staff
    Customer Support

    Hi there,

    did you import the whole site? can you provide a link?

    #737952
    wonzilla

    Hi David,

    I didn’t import the whole site as I already have some content. Currently my site is in maintenance mode and I’ve done lots of changes without the Volume settings but I wonder if it’s possible to add the custom post navigation without importing any settings? Is there any code that I need to implement? Thank you 🙂

    #737974
    David
    Staff
    Customer Support

    OK, it requires a Hook element and uses the markup and CSS supplied in the below Gist. Instructions in the comments:

    https://gist.github.com/ab33c7505218c583f5f91359f41c05be

    #737979
    wonzilla

    Thank you, it worked! But now the images are blurry.

    #738250
    David
    Staff
    Customer Support

    That will probably be related to the original image sizes, it becomes more noticeable if only one nav button is visible on a wide screen

    #738336
    wonzilla

    The featured images were large enough but the code generated small images so I changed the_post_thumbnail_url() with the_post_thumbnail_url(“large”) and now they look better.

    Thank you for your help!

    #738350
    David
    Staff
    Customer Support

    Aah yes, glad you got it resolved.

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