| 开发者 |
bdkoder
wowdevs |
|---|---|
| 更新时间 | 2026年6月14日 04:28 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
.json file. Paste it into any other Elementor site with the native "Paste from other site" feature, or import the file later — no exports, no FTP, no headaches.
Built for people who build a lot of sites: agencies, freelancers, and teams who reuse layouts across projects, domains, and staging environments.
⚡ What makes it different
.json file with one click
/wp-content/plugins/Elementor. The plugin reads Elementor's native data structure, so copied sections paste back into Elementor with full fidelity.
On the source site you click Live Copy — the section's full Elementor data is placed on your clipboard. On the target site, right-click in the Elementor editor and choose Paste from other site. The design appears with its styling intact. Both sites should have a compatible Elementor version (and any third-party widgets the design uses).
It saves the section as a .json file. Use it to keep a design for later, share it with a teammate, or build a reusable library. You can re-import the JSON on any Elementor site.
Yes. Under Settings → Live Copy you can show the buttons to everyone, to logged-in users only, or to editors and admins only. You can also enable the Copy and Download buttons independently, and disable them on mobile.
Each copy and download is recorded so the Reports tab can show totals, top pages (with quick links), top sections, and a daily activity chart. For each action it stores the page ID, page slug, page title, the section ID, the user ID (if logged in), the visitor IP address, and a timestamp. By default the IP is anonymized (you can switch to full or off in settings). Records older than 180 days are automatically deleted, and you can export the full log to CSV from the Reports tab.
Clearing is intentionally locked down so it can't be wiped by accident. Add define( 'LIVE_COPY_ALLOW_CLEAR', true ); to your wp-config.php, then a Clear data button appears on the Reports tab. Without that constant the button stays disabled (and the action is blocked on the server too). Exporting to CSV is always available.
By default they are hidden on mobile for a clean experience and to prevent accidental taps. You can change this in settings. They work great on desktop and tablet.
Yes. The plugin verifies a security token (nonce) on every request. If a cached page serves an expired token, the script silently fetches a fresh one and retries, so copy and download keep working.
No. Assets load only on the frontend, only for users allowed to see the buttons, and not at all on mobile when disabled. Nothing loads in the WordPress admin area for visitors.
Yes. All strings are internationalized and a .pot file is included.
live_copy_should_load filter to disable buttons per page/context