Hello Michael, sorry for the inactivity, i didn’t saw that you replied.
The problem isn’t solved yet, i really don’t know what could be happening, because all my custom post types are position 5, and by code i hide the other menues, like this:
function remove_menus(){
remove_menu_page( 'index.php' );
remove_menu_page( 'edit.php' );
remove_menu_page( 'edit.php?post_type=page' );
remove_menu_page( 'edit-comments.php' );
}
add_action( 'admin_menu', 'remove_menus' );
I really don’t know what could be happening 🙁