First of all, I have to admit this is one of the most powerful plugins on WordPress.
For someone making a custom site with lot of features, this gives me amazing flexibility to optimize site performance. Thank you for this.
As far as the problem is concerned, I was able to partially solve it by enabling all plugins on elementor_library custom post type. This post type is supposed to contain all templates in elementor.
I can find this by looking at the URL — admin_url?post_status=publish&post_type=elementor_library
There are lot of elementor_library_types within the elementor library custom post type-
https://i.gyazo.com/392d2124658c7a0f388bd87f3479cf6a.png
I am now able to see the single post elementor_library_type but not others such as loop, section, and popups.
When I go to edit them I see a blank white section but I can still edit them from the elementor editor. Here is an example – https://gyazo.com/4f89a529084376b45e2ff9240fba5c25
If you look at this video, you would see that the debug mode shows all plugins are active and I still see a blank white screen. This is behavior in the admin area and I have selective admin plugin loading disabled.
This is very strange and I am not sure how to fix that as there is no custom post type left to change for this.
At the global plugin level, all plugins are active. I am only making changes at individual URL level.
In plugin search, I could only find individual urls where the elementor plugin is disabled and none of them contains the admin related URLs.
I even created a Plugin filter for site-url/wp-admin/ with full access to all plugins. But not nothing happened.
What could I be missing?