Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #437775

    Currently using the Enfold theme the default navigation for the floating bars/buttons on either side of a post is to the previous (left hand side) or next (right hand side) posts by date. This currently queries all posts and navigates to the previous or next post regardless of portfolio. I want to be able to navigate to previous or next posts within a specific portfolio. How can I do this?

    #438283

    Hi M15terp!

    Do you mean within a specific portfolio category? Try this out, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-185420.

    That will set it to use the next portfolio item in the same category as the current post.

    Regards,
    Elliott

    #471808

    Related question:

    How do I turn this function off so the side navigation is disabled?

    Thank you.

    #472250

    Hey!


    @Michael
    : You can add this in the Quick CSS field:

    #top .avia-post-nav {
      display: none !important;
    }

    Cheers!
    Ismael

    #472543

    Perfect, thank you.

    #472856

    Hi!

    Glad we could help :)

    Best regards,
    Rikard

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