Forums
(@zoliszabo)
4 years, 2 months ago
I can confirm the above. Setting option show_in_nav_menus to true during registration of the custom post type in question will make the custom post type show up in Elementor post type dropdowns.
show_in_nav_menus
true
5 years, 3 months ago
Stumbled across the same issue and traced it down to the forced full re-initialization of the uploader: https://github.com/wp-shortcake/shortcake/commit/81b5ae2692aa5c92be3b153a3b3ed0263cf305bd
So I tried to replace this forced full re-initialization with some solution that will not break what that re-initialization is fixing and also not cause the multiple upload bug. Here’s the quick “hack” I came up with: https://github.com/zoliszabo/shortcake/commit/32097ce6989509558bbcdab5906aa43474bebef8
Maybe it will be useful for somebody…