Integrity Portfolio + Filtering

Please tell me this has been resolved on this post that says there can be no portfolio filtering on a portfolio that has a PRO Header. This is on Integrity. Please say a work around. :grimacing:

Post Here

Thank You! :slightly_smiling_face:
Noelle

YES! I found it!

Added to Functions PHP

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

Hello @Noellemena,

Thanks for writing in! We are just glad that you have figured it out another way of adding the portfolio filters to resolve your issue.

Best Regards.

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