• I have been searching the internet for an answer to this problem, but I can’t find it anywhere. I have a website with 3 different portfolio grid pages. With the portfolio grid comes a small 3 icon navigation that goes in the top right corner of the page.
    There’s one “previous item”-button, then a “back to home”-button and lastly a “next item”-button.
    When I use these buttons in one of my portfolio grid pages, it takes me to any of my other portfolio items, without looking at the portfolio type. This means that users that are on portfolio page 1, might be send to an item from portfolio page 2, when they use those buttons. I don’t want that to happen.
    Is there a way I can change that? If not, is there a way to delete those buttons?
    Thank you.

    [Moderator Note: No bumping, thank you.]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,
    Options to change the link per item and make the arrows stay within a category are in the premium version for the free you can just hide the navigation by adding this to your custom css box in the theme options:

    .portfolionav {
    display: none;
    }

    Kadence Themes

    Thread Starter helpihaveaquestion

    (@helpihaveaquestion)

    Thanks for your reply.
    So there’s nothing I can do to add some sort of previous and next buttons, so the visitors don’t have to keep going back to the overview?

    That is what those buttons are, they just don’t sort by category. They are ordered by the order attribute of the posts.
    You can always edit the files and add the needed function to keep the links within category.

    And like I said, premium has this already.

    Kadence Themes

    Thread Starter helpihaveaquestion

    (@helpihaveaquestion)

    Ok, thank you for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Trying to delete the navigation on a portfolio page’ is closed to new replies.