Hello,
The plugin will output gallery images as an unordered list. This could be added onto with a slider should you choose to do so. Additionally, you could remove the filter that adds the portfolio gallery onto a portfolio post, and use a Gallery plugin to handle the galleries for portfolio posts.
remove_filter('tzp_add_portfolio_post_media');
The single portfolio page is highly customizable. You would create a single-portfolio.php file in a theme, otherwise the single.php file will be used to display the portfolio post. I would suggest removing the following to two filters and outputting the content directly:
remove_filter('tzp_add_portfolio_post_media');
remove_filter('tzp_add_portfolio_post_meta');
The portfolio type category pages can be reach via a slug similar to this: /portfolio-type/animation
You can add more features to the individual portfolios. I’ve written the metabox code so that it is fairly easy to hook into them to add additional fields. Have a look at the following two actions:
tzp_portfolio_settings_meta_box_fields
tzp_metabox_fields_save