Rename “Portfolio” slug?

Re-save your Permalinks after changing the name and slug from portfolio

Looks like you need to add this line to your code

'rewrite'      => array( 'slug' => 'portfolio', 'with_front' => false ),

And change this to true

'public'       => true,