You can change both the frontend and Customizer of the plugin..
When it comes to Customizer guest experience, the plugin will introduce Back to Demo and notification for setting user expectations.
The following limitations are inherent to the reality of having Customizer.
The audience of this plugin are theme and plugin authors that wish to showcase to potential customers the customization possibilities provided by their product..
Backstage via the Plugins → Add New screen in your WordPress dashboard, or by using the following steps.
We've strived to close off any endpoints that WordPress uses to save things ...
That is why we've studied Customizer JavaScript logic and found ways to maintain the same results without saving anything in the database...
Sometimes, WordPress themes will come with custom JavaScript that will bind to *click events and stop their propagation.
Due to this, Customizer logic can't catch that click and go the proper way of refreshing the preview window.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more