开发者 |
pixelgrade
vlad.olaru |
---|---|
更新时间 | 2019年11月8日 17:27 |
PHP版本: | 5.4.0 及以上 |
WordPress版本: | 5.3.0 |
版权: | GPL v2.0 (or later) |
版权网址: | 版权信息 |
Plugins → Add New
screen in your WordPress dashboard, or by using the following steps:
Plugins → Add New → Upload
screen in your WordPress dashboard.Plugins
menu in WordPress.Appearance → Backstage
(or Network Settings → Backstage
if network-wide activated) and set it up.We believe so. To put our money where our mouth is, we use it in production on our own demo multisite installation. We've strived to close off any endpoints that WordPress uses to save things (mainly the changeset logic specific to the Customizer experience).
There is no point in showcasing a customization experience that is not consistent with the real one. We couldn't agree more. That is why we've studied the 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, the Customizer (not our's) logic can't catch that click and go the proper way of refreshing the preview window. We really have not way around that.
The plugin doesn't provide this functionality as it is quite difficult to map it to a set of configuration options. But it should be quite straight forward to code a function that "removes" panels, sections or controls when the special pseudo-guest user is logged in.
We are also developers (and designers, and marketers, and support people...) just like you. We know how important it is that plugins get coded in an open, thoughtful manner that is friendly towards those that have custom requirements. The plugin provides actions and filters in all the right places allowing you to introduce custom logic just about anywhere, if the need arises.