After the latest update to Agile 3.5 I’ve noticed most of the custom post type menu items have been hidden (I can still access those pages if I type the url in) in the WordPress backend.
Affected menu items: Testimonials, Pricing Plan, Showcase Slides, Team Profiles.
I’m assuming it has something to do with menu_position in the register_post_type function. I tried copying the /framework/presentation/custom-post-type.php to my child theme and editing the menu_position to different values, but that didn’t work. I also disabled ALL my plugins to make sure there’s no conflict there, but that didn’t help either.