We received reports from a few users that the demos are not listed in the backend and it’s showing blank. This is frustrating as the user will naturally point it as a plugin issue. However, the core plugin is not with the plugin but with the hosting or PHP settings. Demos are listed from our server API so that any new changes will be shown to the user. For that, we use the wp_remote_get function, and the biggest issue lies in this function. It seems that CURL is not enabled on hosting with the demo issue which breaks the PHP function and does not load the demos.
Solution: #
We recommend to check with Hosting provide to enable CURL. This can only done from hosting not form plugin.
If you have further question please contact us from our support page.