Support » Theme: Virtue » Link from each portfolio item back to multiple portfolio gird pages

  • Resolved azish1

    (@azish1)


    I have created two separate portfolio grid pages. Each portfolio item has different items and has an icon on the top right side.

    On the Virtue demo site the icon links back to the main portfolio page, it also has right and left arrows next to it that goes to the next portfolio item.

    Is it possible to have that icon link to two separate portfolio pages so the items in each portfolio link back to the correct portfolio page?

    Also the right and left arrows next to the icon is not displayed on my site. How can this be added next to the icon?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter azish1

    (@azish1)

    I figured out the arrow issue.

    Is it possible to have the icon link to two separate portfolio pages so the items in each portfolio link back to the correct portfolio page?

    Hey,
    So the free theme doesn’t have options for separating the portfolio and allowing each portfolio item to have a different grid page. You can do it in premium but it’s not an option in free.

    What might be best is to just hide the navigation if the grid linking to the same page isn’t gong to work. Adding this css would hide the nav, just put in the theme options > advanced settings. Css box.

    .portfolionav {
    display: none;
    }

    Kadence Themes

    Thread Starter azish1

    (@azish1)

    The code worked to hide the nav. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link from each portfolio item back to multiple portfolio gird pages’ is closed to new replies.