• Resolved Anette

    (@aha-co-creatie)


    Hi, we would like to change the order of the portfolio-items on each portfolio-type page. What do you recommend?
    > janniebenthem.nl

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Anette

    (@aha-co-creatie)

    Sorry, another question is this: can we disable the title-text when hovering over a portfolio in the a portfolio-type-page?

    Hey,

    You can set the order of your portfolio items by going into each portfolio item, and finding the “Post Attributes” area.

    The portfolio posts will appear ascending order depending on the number set there.

    To display them in this order, you would have to set “Order Items By” Menu Order on the portfolio template page under Portfolio Page Options.

    You can remove the hover text by adding this to Theme Options> Advanced Settings:

    .portfolio_item .portfoliolink {
        display: none;
    }

    Let me know if this is helpful!

    -Kevin

    Thread Starter Anette

    (@aha-co-creatie)

    Sure it is! Thx

    Thread Starter Anette

    (@aha-co-creatie)

    Hi Kevin,

    Each portfolioitem shows a previous and next button. Is there a way to arrange which portfolioitem is the next? Because at this moment this button shows all the work, not by category..

    You can set the order of your portfolio items by going into each portfolio post and setting the order of the post.

    The order is set ascending (0, 1, 2, 3..etc)

    Does that work for you?

    -Kevin

    Thread Starter Anette

    (@aha-co-creatie)

    Thank you Kevin. That works perfect, in case of showing all portfolioitems. But..
    In this case we’ve chosen for different types of portfolio-items. As soon as we select a type to show on a portfolio-page the buttons ‘previous’ and ‘next’ show also portfolio-items from other categories. The question now is: is it possible to show there a previous or next portfolioitem from the same category?
    Hope you understand what we mean, kind regards, Anette

    Hmmm.. Would it work for you to separate the categories into groups of numbers?

    I.E. one category has the numbers 1-5, another 6-10, and so on? Sorry if I’m misunderstanding.

    -Kevin

    Thread Starter Anette

    (@aha-co-creatie)

    Thanks for your answer Kevin, this is not working for us.
    Can you provide us the code for hiding the next-all-previous-buttons in the corner of the portfolio-items please?

    Try this CSS:

    .portfolionav {
        display: none;
    }

    Let me know if that works for you.

    -Kevin

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Order portfolio-items’ is closed to new replies.