Integrity Portfolio

Hi there,

Reading through your documentation https://theme.co/docs/stacks,

I’m trying to set up the Portfolio to look like the integrity portfolio with the sorting option.

image

I see this part (which I’ve followed via documentation) but on the portfolio page, it does not show any sorting

I’ve also followed this link as well https://theme.co/docs/set-up-portfolios

I’m also having difficulty figuring out why the top of my portfolio is being cut off as well.

Good news, I was able to located through another post…

add_action( ‘x_before_view_global__portfolio’, ‘x_print_html’ );
function x_print_html(){
echo do_shortcode( ‘[x_portfolio_filters]’);
}

This works.

Ref: Integrity Portfolio + Filtering

Hi Aleksej,

Thanks for reaching out.

We’re glad that you’re able to solve your issue. If you have any other concerns, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.