If anyone cares I solved this adding a line of code in the metabox.php file:
function ps_add_custom_box() {
add_meta_box('ps_custom_post_type_uploads', __('Portfolio Slideshow', 'port_slide'), 'ps_custom_post_type_uploads', 'post', 'normal', 'default');
add_meta_box('ps_custom_post_type_uploads', __('Portfolio Slideshow', 'port_slide'), 'ps_custom_post_type_uploads', 'page', 'normal', 'default');
}
I added this:
add_meta_box('ps_custom_post_type_uploads', __('Portfolio Slideshow', 'port_slide'), 'ps_custom_post_type_uploads', 'portfolio', 'normal', 'default');
I put “portfolio” because is the name of the custom post type